我正在Docker容器中运行postgresql。我使用Pgadmin4连接到它,直到过去一个小时都很好,突然停止工作。它卡在加载屏幕和它不工作。我试着卸载postgres,pgadmin,但是什么都没成功。
我使用了以下命令
sudo apt autoremove pgadmin4我安装了postgis,如果这有帮助的话
发布于 2020-03-26 20:45:08
所以我在周围找到了一份工作,认为这对任何有类似问题的人都有帮助。
Ubuntu 18.04
sudo apt remove pgadmin4sudo rm -rf /home/${USER}/.config/pgadminsudo apt install pgadmin4如果有人有更好的答案,请给我建议。
https://stackoverflow.com/questions/60733389
复制相似问题