Hacker News new | ask | show | jobs
by dikei 1516 days ago
Using pg_dump for migration of large DB is very difficult due to the downtime it might involve.
1 comments

This is exactly the issue I have right now on Aurora. We have a 30TB db and there's no easy way to export it to S3 for backup. The closest we have found is this... https://docs.percona.com/percona-xtrabackup/2.4/xbcloud/xbcl...

Anyone else have any idea if there's a better option??