• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » WordPress Lost Post Recovery Options on Cloud

By Abhishek Ghosh February 24, 2015 9:48 am Updated on February 24, 2015

WordPress Lost Post Recovery Options on Cloud

Advertisement

WordPress Lost Post Recovery Options Are Not Less in Number on Cloud, Even Without Backup Failure. If Your FTP Server is Running, Data Can Be Recovered. Database Server – that is the MySQL Server, always should be different one. That is one of the reason why we ask to create a separate database server. If you use HostGator Like Third Class Reseller Web Host, chance of recovery becomes lesser. On DigitalOcean, a full server can get destroyed. It is better to rely on OpenStack Based IaaS Providers like Rackspace, Amazon or HP Cloud. IBM is not a bad option. There is no meaning of giving you knowledge on backup – you are seeking WordPress Lost Post Recovery Options. In this hypothetical situation, you have no Database Backup but your FTP Server is running. All Posts, Pages are lost. You have one backup, which is few hundred years old! That working Backup has value – your work will get decreased,

 

WordPress Lost Post Recovery Options : Things Never Get Deleted So Easily

 

On Rackspace, Amazon or HP Cloud, even on Disaster; we can spin up servers – it is better to create a new set of setup with at least two servers and keep the servers on disaster undisturbed. These are sources where you can find your data –

 

  1. Social Sharing websites including Pinterest can keep the Full Sized image of your Posts, if you use Pinterest.
  2. Way Back Machine periodically crawls and updates your website’s pages
  3. Google Cache keeps the data.
  4. Your Browser can keep data of visited pages.
  5. Most important which is less known – if your database server is affected, FTP server is fine – the Cache Plugins keep the whole website as Plain HTML website.
  6. If you use CDN and Sync the whole website, those Cache can go to the CDN too.
  7. Keeping your head cool is better – you might recall more than us.

Software Engineers always will say – there is no options. They are ready to say no. A good blogger like Darren Rowse, can give you more practical hints than them.

Advertisement

---

On Rackspace or HP Cloud, we take OpenStack based snapshots of the whole servers. It take few minutes to make the things up and running. We will discuss only about WordPress Lost Post Recovery via the Cache Plugins elaborately.

 

WordPress Lost Post Recovery Options : SSH is the Best Method

 

Basic idea is to take the Post’s HTML from the Cache manually, create and Post new posts – else you’ll loss control over the Posts. As the Permalinks / URLS might not match, you have to find the old URLs and do 301 redirection via some WordPress Plugin. Sitemap, Twitter etc. can give you the Post Title, Excerpt, URLs of the Old Posts.

You are recreating the Database in the way we post fresh posts.

SSH to you server, you can SSH on Shared Hosting too. In our example, we are using 3 Total Cache Plugin on Nginx Webserver. Our Cache is located at ./wp-content/Cache/Page_Enhanced/www.thecustomizewindows.com. It is just an example path. Real will be closer. You should check the path manually. Never Ever Add a New Database Server or Do Any Action via WordPress Before Doing This Step. If W3TC flushes the cache, all data will be lost.

Make a Tarball of the whole directory, being on that directory :

Vim
1
2
tar -cvzf www.tcw.backup.tar.gz www.thecustomizewindows.com
# tar <backup-name>.tar.gz <source-directory>

Move it to FTP’s root :

Vim
1
2
mv www.tcw.backup.tar.gz /usr/share/nginx/html
# normal Nginx path

wget it to your Mac or Linux PC :

Vim
1
2
3
4
cd ~ && mkdir backup-recov
cd backup-recov
wget https://your-nice-website.tld/www.tcw.backup.tar.gz
tar -xzvf www.tcw.backup.tar.gz

If you do an ls or use Finder, you’ll see all the posts as Directories. In our case, it can be represented as :

WordPress Lost Post Recovery Options on Cloud

Drag the whole directory on Finder to TextWrangler – we talked about lot of Text Editors for OS X. TextWrangler does the work nicely. Open the gzip.old files one by one.
From the menu of TextWrangler, go to View > Text Display > Soft Wrap Text. You will find the starting of the articles. Copy and Paste in your WordPress Post Editing Area. Publish them and do 301 redirection from old names if needed.

It is 100% fail proof method, but demands huge manual work. You had no proper SQL backup, you got back the stuffs, is not it enough?

The method to recover from Way Back Machine, Google Cache is Also Kind of Same – You’ll use the HTML source code in that case. People keeps backup for you!

Yes, if you have CDN fully synced – there can be copy of the Cache directory.

Cache thing might not work on Physical Real Dedicated Server. We are talking about Rackspace Dedicated like dedicated server. As the things are real – we mean the processors, RAM, HDD etc. – WordPress Plugin might flush faster in real time assuming it is a change done by the owner! Backup of Dedicated Server needs not to be discussed. All are fully managed up to software level. We can not say about Fake Dedicated Servers. Indian Mass Popular websites usually use them.

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to WordPress Lost Post Recovery Options on Cloud

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • OpenStack Backup and Recovery Options (HP Cloud)

    This guide on OpenStack backup and recovery options is intended for Instances running on HP Cloud as client. There are many methods to take backup on OpenStack.

  • Repairing WordPress Database : Using Cloud Database Server

    Repairing WordPress Database is easy by using Cloud Database Server like from The Rackspace Cloud which provides MySQL database server with PHPmyAdmin software.

  • Installing WordPress on Rackspace Cloud Server with Cloud Database

    Installing WordPress on Rackspace Cloud Server with Cloud Database can give you a good performance with scalable and economically best solution. Simple Guide.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Data Mining IssuesDecember 4, 2023
  • What Are Different Tasks of Data Mining?December 4, 2023
  • What is Web MiningDecember 3, 2023
  • Recursion in ProgrammingDecember 3, 2023
  • What is Iteration – MeaningsDecember 2, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy