gpt4 book ai didi

ruby-on-rails-3 - postgresql 版本不会改变默认版本

转载 作者:行者123 更新时间:2023-12-02 21:15:17 42 4
gpt4 key购买 nike

Mac OS X Lion 10.7.4

psql --版本 -> psql (PostgreSQL) 9.0.5

我想安装最新版本并用它运行我的 Rails 应用程序。

我愿意

brew install postgresql

it is installed here: /usr/local/Cellar/postgresql/9.1.4

initdb /usr/local/var/postgres

pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start

我得到:

pg_ctl: another server might be running; trying to start server anyway

运行 postgres --version

 -> 9.1.4

postgres -p 5433

 postgres does not know where to find the server configuration file.
You must specify the --config-file or -D invocation option or set the PGDATA environment variable.

最佳答案

编辑/usr/local/var/postgres/postgresql.conf并更改port指令以使用不同的端口号,例如5433 。然后像之前一样启动新的 Pg 实例。

您现在可以通过在 Rails 配置中指定不同的端口来连接到 9.1 实例。

关于ruby-on-rails-3 - postgresql 版本不会改变默认版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12879248/

42 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com