摘要: # 备份: /opt/PostgreSQL/9.5/bin/pg_dump -h 164.82.233.54 -U postgres databasename > databasename.sql # 恢复: /opt/PostgreSQL/9.5/bin/psql -h localhost -U 阅读全文
posted @ 2020-04-20 18:12 冰冷的火 阅读(222) 评论(0) 推荐(0)