The data directory was initialized by PostgreSQL version 9.6, which is not compatible with this version 10.0.

时间:2017-11-30 10:56:04   收藏:0   阅读:453

在PostgreSQL9.6.5 安装 Postgis2.4.2 出现错误
The data directory was initialized by PostgreSQL version 9.6, which is not compatible with this version 10.0.
post2.4.2 需要PostgreSQL10 以上
如果 运行 brew services start postgresql 服务还在
也可以 brew services stop postgresql
但是进入不了psql -u xxx -d xxx 进不了数据库
解决:
brew switch postgres 9.6.5

原文:http://www.cnblogs.com/chenzhenzhen/p/7927826.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!