/ home / computer / postgresql / postgresql-for-mysql-admins / .
mysqldump/mysql vs. pg_dump/pg_restoreDifference to MySQL: pg_dump backup CANNOT be used as base for a Point-in-Time-Recovery! Use physical backup instead.
https://www.postgresql.org/docs/current/backup-dump.html
xtrabackup/ mysqlbackup vs. pg_basebackuphttps://www.postgresql.org/docs/current/app-pgbasebackup.html
https://www.postgresql.org/docs/current/backup-file.html
mysqlbinlog vs. …WAL archiving.
pg_basebackup + WAL replay
https://www.postgresql.org/docs/current/continuous-archiving.html