您的位置:首页 > 运维架构 > Linux

linux 源码安装出现createdb: could not connect to database template1: FATAL: role "postgres" does not exis

2014-10-12 09:12 489 查看
这个原因折腾了好久,最终在http://stackoverflow.com/questions/15591749/unable-to-create-user-postgres-role-postgres-does-not-exists

发现了原因,是因为一个postgresql-xc 的bug导致的,

按照操作卸载postgresql-xc

sudo
apt-get--purge remove postgres-xc

之后一切都好使了,

安装环境ubunut linux 14.04 ,postgresql 9.3.5
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐