pg_dump:服务器版本:11.7; pg_dump 版本:10.3(Ubuntu-10.3-1) pg_dump:由于服务器版本不匹配而中止
我使用 pip3 install pgadmin4==4.30
在我的 ubuntu
中安装 pgadmin
。我想通过pgadmin中的Tools-Backup来备份我的远程服务器数据,它相当于以下命令。
/usr/bin/pg_dump --file "~/demo.backup" --host "127.0.0.1" --port "42885" --username "postgres"....
但是有一个错误:pg_dump: 服务器版本:11.7; pg_dump 版本:10.3(Ubuntu-10.3-1)
。让我困惑的一件事是我根本没有安装版本11.7
。这是 ls -la /usr/bin/pg_dump 的输出,
0 lrwxrwxrwx 1 root root 34 Mar 2 18:05 /usr/bin/pg_dump -> /usr/lib/postgresql/10/bin/pg_dump
并且 /usr/lib/postgresql 中只有一个版本(10
) > 文件夹。任何人都可以告诉我如何解决这个问题?我已经尝试了这个的每个解决方案,但都没有成功。
I use pip3 install pgadmin4==4.30
to install pgadmin
in my ubuntu
. And I want to backup my remote server data by Tools-Backup in pgadmin
, which is equal to the following command.
/usr/bin/pg_dump --file "~/demo.backup" --host "127.0.0.1" --port "42885" --username "postgres"....
However there is an error says:pg_dump: sever version:11.7; pg_dump version: 10.3(Ubuntu-10.3-1)
. One thing that puzzles me is I don't have version 11.7
installed at all. Here is the output of ls -la /usr/bin/pg_dump
0 lrwxrwxrwx 1 root root 34 Mar 2 18:05 /usr/bin/pg_dump -> /usr/lib/postgresql/10/bin/pg_dump
And there is only one version(10
) in /usr/lib/postgresql
folder. Anyone can tell me how I can fix this? I have tried every solution of this and neither of them worked out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论