可以第二次安装postgres吗?

发布于 2025-01-16 00:29:39 字数 1549 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

灯下孤影 2025-01-23 00:29:39

您可以将新版本安装在另一个目录中,并在另一个端口 5432 中启动新的 postgresql(例如:5433)

you can install the new version in another directory and start new postgresql in another port 5432 (example: 5433)

相对绾红妆 2025-01-23 00:29:39

是的,这是可能的(另请参阅此答案),但根据您使用的操作系统,设置会略有不同。 Postgres 默认使用端口 5432,但您可以更改它,因此即使您需要两个版本同时运行也不是问题。您只需设置正确的端口即可。简而言之,您可以做到这一点,但需要更改其中一个版本的配置文件。

Yes, it is possible (see this answer also), but settings will slightly be different depending on OS that you use. Postgres uses by default port 5432 but you can change this, so even if you need both of versions to run at the same time it is not a problem. You just need to set a correct port. So simply put you can do that but need to change config file of one of the versions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文