发布时间:2015-09-18 10:35:00
pg_dump --host ip_address --port 5432 --dbname xx_db --username db_user --file xx_db.backup --format c --password
pg_restore --host ip_address --port 5432 --dbname xx_db --username db_user --file xx_db.backup --password
......【阅读全文】