pg_dump:服务器版本:11.7; pg_dump 版本:10.3(Ubuntu-10.3-1) pg_dump:由于服务器版本不匹配而中止

发布于 2025-01-11 13:54:29 字数 749 浏览 0 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文