Arkiv icon indicating copy to clipboard operation
Arkiv copied to clipboard

Support PostgreSQL via pg_dump

Open dalbani opened this issue 8 years ago • 2 comments

Hi, It would be super nice to have support for PostgreSQL backups via the pg_dump command! Thanks for your great work by the way.

dalbani avatar Sep 14 '17 19:09 dalbani

Thank you. I will take a look at pg_dump. As I'm using MySQL, I don't know how it works. I guess it's like mysqldump? Is there something like xtrabackup for binary backups of PostgreSQL databases?

Amaury avatar Sep 16 '17 22:09 Amaury

Yes, pg_dump is very much like mysqldump I think. It's an online backup tool which can export in several formats (SQL, "custom" and "directory"). https://www.postgresql.org/docs/current/static/backup-dump.html

dalbani avatar Sep 16 '17 22:09 dalbani