Y
Hacker News
new
|
ask
|
show
|
jobs
by
adenta
11 days ago
Where are you hosting postgres
2 comments
dewey
11 days ago
On the same machine where they are currently storing the sqlite file maybe? It's not that hard to run. A sqlite backup cron is also not that much more work than a pg_dump cron.
link
inigyou
11 days ago
if they have only one server, then on that server. If they have a load-balanced front end and central database, then on the database.
link