更多资料:https://blog.csdn.net/justlpf/article/details/91789787

1.切换瀚高用户 su - highgo

2.导出命令 

pg_dump -h localhost -U highgo PipelineWorksDB> ~/dum.sql

3.登陆另一台服务器,并登录到highgo

psql -U highgo PipelineWorksDB < /opt/data/dum.sql

 

相关文章:

  • 2021-08-05
  • 2021-11-08
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2021-12-20
  • 2021-06-02
  • 2021-12-02
猜你喜欢
  • 2021-09-06
  • 2021-09-16
  • 2021-12-06
  • 2021-10-29
  • 2022-12-23
  • 2021-12-20
相关资源
相似解决方案