pg_upgrade -b /Users/foo/library/Postgresql/9.1/bin/ -B /Applications/Postgres.app/Contents/MacOS/bin/ -d /Users/foo/library/Application\ Support/Postgres/var-9.1/ -D /Users/foo/library/Application\ Support/Postgres/var
我得到的错误:
lc_collate cluster values do not match: old "en_US",new "en_US.UTF-8"
我该如何纠正?
注意:我曾经让Postgres.app运行9.1,但我覆盖了它.我应该阅读/遵循的指示是:Upgrading Postgres.app.所以旧的bin已经消失,但我仍然有数据目录.相反,我下载了Postgres 9.1并将其安装在别处以使用bin目录升级并将我的数据移动到新的Postgres.
从 http://www.postgresql.org/docs/9.0/static/pgupgrade.htmlInitialize the new Postgresql cluster
Initialize the new cluster using initdb. Again,use compatible initdb
flags that match the old cluster. Many prebuilt installers do this
step automatically. There is no need to start the new cluster.
当你运行initdb时,请确保–lc-collate = locale与旧的db相同,例如“en_us”
总结以上是内存溢出为你收集整理的postgresql – 将Postgres.app 9.1升级到9.2,使得lc_collate值与错误不匹配全部内容,希望文章能够帮你解决postgresql – 将Postgres.app 9.1升级到9.2,使得lc_collate值与错误不匹配所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)