How to lose and recover your blog in 30 minutes
1–10 of 33 posts
Re: How to lose and recover your blog in 30 minutes
#2Re: How to lose and recover your blog in 30 minutes
#3Re: How to lose and recover your blog in 30 minutes
#4If the comments are outsourced then why have a backend at all? Just pop all of the posts into an S3 bucket and update the index when creating a new one. No server needed.
Re: How to lose and recover your blog in 30 minutes
#5This usually catches various common problems not quite as serious as this one... daemon doesn't start, kernel panics, more updates required after boot, etc.
The last time I had something like this happen, needing to restore from a weekly backup, Google or Archive.org had already cached everything new and I was able to recover it all without much hassle.
Re: How to lose and recover your blog in 30 minutes
#6I've hosted my blog on S3 & CloudFront for a while now without issue. Comments are hosted by Disqus, and the static files are generated using Pelican.
Seriously, unless you're using your blog as a massive CMS, why not use static files?
Re: How to lose and recover your blog in 30 minutes
#7And a blog requires a Redis back-end because? I've hosted my blog on S3 & CloudFront for a while now without issue. Comments are hosted by Disqus, and the static files are generated using Pelican. Seriously, unless you're using your blog as a massive CMS, why not use static files?