在 Ubuntu 18.04 中重新啟動 PostgreSQL

Shihab Sikder 2022年6月13日
在 Ubuntu 18.04 中重新啟動 PostgreSQL

這篇簡短的文章展示瞭如何在 Ubuntu 中重新啟動 PostgreSQL。

在 Ubuntu 中重新啟動 PostgreSQL 伺服器

你可以使用以下命令在 Ubuntu 中重新啟動 Postgres 伺服器。

命令:

sudo service postgres restart

有時上面的命令不起作用。重新啟動後可能會出現卡在叢集中的問題。

要解決此問題,你可以執行以下命令。

命令:

sudo systemctl restart postgresql.service

如果要在啟動 Ubuntu 時自動啟動,請使用以下命令。

命令:

 sudo systemctl enable postgresql
Shihab Sikder avatar Shihab Sikder avatar

I'm Shihab Sikder, a professional Backend Developer with experience in problem-solving and content writing. Building secure, scalable, and reliable backend architecture is my motive. I'm working with two companies as a part-time backend engineer.

LinkedIn Website