What happens if blog services/platforms go bust?

juniper

Always curious.
Requiescat In Pace
Registered
Joined
Mar 1, 2010
Messages
4,129
Reaction score
678
Location
Forever on the island
This is a kind of crystal ball question - and may be silly to those who Know So Much More - which is most everyone. :)

I'm thinking about reviving a personal blog that's currently on Wordpress. I moved it from LiveJournal several years ago when LJ started messing around with ads. I have a dormant writers blog on blogspot.

I'd like to have my personal blog as just an online version of a daily journal - what I saw and think about it, the pics I took, travel, etc. Just for me, maybe some family or friends I share it with.

Rather than using a paper journal, which I've used on and off since I was a teen. I'd like to have a record of my life to look back on, when I'm old (er).

So, to my question: Will the blog postings be available 30 years from now in whatever fashion the internet is then? I'm assuming yes - but wouldn't it be sad to have your life story there and then have it disappear due to incompatibility.

At least paper and RL photos would be viewable, barring their loss to fire or misplacement or flood etc.

Ack, probably not something to worry about. But I do.
 
Last edited:

juniper

Always curious.
Requiescat In Pace
Registered
Joined
Mar 1, 2010
Messages
4,129
Reaction score
678
Location
Forever on the island
I guess on the surface my question seems rather silly. I'm really wondering about blog platforms, I guess. Like:

What happens if WordPress shuts down? Or blogspot? LiveJournal? Whatever place people use to store/design their blogs?

I imagine they'd give enough notice so that we could move our stuff somewhere else, but that seems like hassle.

Maybe the only safe way is to have your own .com domain and use HTML (and whatever that changes into) rather than rely on a specific company.

I've seen technology change so much since I was a kid - and so many ideas/devices/innovations have bit the dust - I know it will continue to change -

Paper has been accessible to anyone for centuries - and will continue to be so. Ah, I don't even know what I'm asking, I guess. Silly me. :rolleyes:
 

KSavoie

Super Member
Registered
Joined
Dec 17, 2012
Messages
822
Reaction score
63
Location
Los Angeles
Website
undergradtoauthor.blogspot.com
In the long run, I guess there is more likely to be a carbon print of your posts out there somewhere, but I prefer writing on paper. It's tangible. I can touch it. And if it gets ruined I know it's probably my fault. Also I CAN get rid of it if I want to. With the internet I feel like there's always some kind of record of it, if you look hard enough. But I see what you mean. I never really thought that my blog I have now could potentially just be gone in 30 years. Makes me feel like I'm wasting my time! haha
 

Deleted member 42

WordPress lets you export your content in the form of an xml file.

That's really a text file with tags or markup. It's fairly easy to read or to convert. It's closely related to HTML.

If you're using your own install of WordPress, you can us ssh or PHPMyAdmin or MySQL itself to backup/export/download your database.

I started blogging in 2000. I've moved two of the blogs I started then from Blogger, Radio, MovableType to WordPress.

Posterous dies on April 30. I had a Tumblr blog that I moved to Posterous that I moved a couple of weeks ago to WordPress.

It was pretty simple; again, the xml files that pretty much all of the systems use are essentially text with tags.

If you have a way to export, use it.
 
Last edited by a moderator:

Polenth

Mushroom
Super Member
Registered
Joined
Dec 27, 2007
Messages
5,018
Reaction score
736
Location
England
Website
www.polenthblake.com
If there isn't currently a way to convert your backup for other services, there will be when the announcement goes out that the service is ending. As long as the internet is around, there will be someone making conversion apps.

Your paper copy will have to be retyped. Your Word copy will have to be copy/pasted one post at a time. So though there's no harm in either, you want that official backup too. It'll save you time.
 

contrariwise

The hours passing
Super Member
Registered
Joined
Feb 5, 2012
Messages
76
Reaction score
3
Wordpress technology is open source so the only way it will "go bust" is if everyone decides to stop using it. If the website Worpress.com shuts down, you will be able to move your blog to another site where you will be using the exact same technology and it will look exactly the same. The only difference will be that your site's URL will change.

The other popular blogging technologies are not open source. So if they shut down, you will have to set up a completely new blog somewhere else.
 

juniper

Always curious.
Requiescat In Pace
Registered
Joined
Mar 1, 2010
Messages
4,129
Reaction score
678
Location
Forever on the island
Wordpress technology is open source so the only way it will "go bust" is if everyone decides to stop using it. If the website Worpress.com shuts down, you will be able to move your blog to another site where you will be using the exact same technology and it will look exactly the same. The only difference will be that your site's URL will change.

Is that the same for blogs that use wordpress templates but have their own domain (myname at .com) and those that use myname .wordpress at .com ?

Or just one of those setups?
 

Deleted member 42

Is that the same for blogs that use wordpress templates but have their own domain (myname at .com) and those that use myname .wordpress at .com ?

Or just one of those setups?

It's the same; it's all xml. It's liquid data. Just export, keep backups of your images/media and make backups of the database.
 

contrariwise

The hours passing
Super Member
Registered
Joined
Feb 5, 2012
Messages
76
Reaction score
3
Medievalist and I are answering slightly different questions. She is answering "What will happen to my content, (the text that I wrote)?" I'm answering "What will happen to the blog itself, (the content and the blogging software together)?"


Is that the same for blogs that use wordpress templates but have their own domain (myname at .com) and those that use myname .wordpress at .com ?

Or just one of those setups?
Here is how it works. If you sign up for a blog at Wordpress.com, then your content (the text you wrote) is sitting on Wordpress's servers. The blogging software is also sitting on Wordpress's servers. If you have a self-hosted site, then both your content and the Wordpress blogging software is on your own server.

In the event that Wordpress.com goes bust:

  • If you have a self-hosted blog, you are not affected in any way. You have the Wordpress software on your own server and your content on your own server.
  • If you're on Wordpress.com, your blog won't be hosted anymore, so you will have to move it to another server. Hopefully you backed up your content before they went down. Then you can move your content to another server that runs Wordpress software, which is no big deal.
The advantage of Wordpress is that since it's open source, anyone can run it on any server. This means that you will always be able to have a Wordpress blog. You will never have to try and import your content to another blogging software like Blogger.com unless you want to. The Wordpress software will always be out there free for you to use on any server you like.

In contrast, if your blog is on Blogger.com and they go down, you will have to import your content to some other blogging software, because only Blogger.com has the rights to their own software and no one else can run it.