美文网首页
Ubuntu 卸载postgresql

Ubuntu 卸载postgresql

作者: hiekay | 来源:发表于2018-12-14 15:55 被阅读0次
1.卸载当前所有Postgresql 相关的Package:
apt-get remove postgresql*

The following packages will be REMOVED:
postgresql* postgresql-9.1* postgresql-client-9.1* postgresql-client-common* postgresql-common*

2.下面删除配置文件和User 是关键:
rm -r /etc/postgresql/
rm -r /var/lib/postgresql/
userdel -r postgres

卸载干净

相关文章

网友评论

      本文标题:Ubuntu 卸载postgresql

      本文链接:https://www.haomeiwen.com/subject/adjghqtx.html