Ask HN: PostgreSQL and other server backup services?

11 points by ProblemFactory ↗ HN
Hi all,

I'm looking to back up user-generated data on a server. This includes a PostgreSQL database and a few directories with uploaded files. Both are fairly small for now (<1GB).

I could hack something up with cron, pg_dump and rsync, but would rather prefer paying for a hosted service that knows what they are doing. Surprisingly, all the backup services I've found so far seem to be for home desktops, but this must be a common need for everyone that runs servers?

If I do have to set it up myself, then any suggestions about best practices are of course also welcome.

6 comments

[ 3.2 ms ] story [ 22.7 ms ] thread
Do you just want backups or hosted/managed? Heroku have a huge postgres platform with backups, forking!, etc - https://www.heroku.com/postgres
Thanks for the suggestion. However, for now I'd like to avoid building my entire app "the Heroku way", and keep the PostgreSQL server hosted on the same server or at least the same network as the rest of the app. But you are right in that perhaps a fully managed PostgreSQL server is the way to go for reliability.
I don't think you're required to move anything, when you create an app and add the database you're given the db credentials and can access it from whatever you want and it scales/bills independently from the hosting platform.

There's also AWS: http://aws.amazon.com/rds/postgresql/