1. 使用putty工具下载putty工具https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html安装完成
  2. 数据库备份将本地需要迁移的数据库备份准备(拿到备份数据库的文件路径,可以使用界面工具备份,也可以用命令:sudo su - postgres
    pg_dump -c --inserts old_db_name > dump.sql)
  3. 将文件传输到服务器
    打开本地cmd命名窗口
    postsql数据库从window迁移到linux服务器
  4. 打开putty.exe远程登录postsql数据库从window迁移到linux服务器
    postsql数据库从window迁移到linux服务器

相关文章:

  • 2022-12-23
  • 2021-12-31
  • 2021-11-30
  • 2021-05-28
  • 2021-08-02
  • 2021-12-12
猜你喜欢
  • 2021-07-09
  • 2021-11-20
  • 2021-12-03
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案