备份恢复 备份pg_dump -U postgres -d myDBname -f dump.sql 恢复createdb newDBnamepsql -d newDBname -U postgres -f dump.sql