要在Debian上停止PostgreSQL服務,請使用以下命令:
sudo systemctl stop postgresql
這將停止PostgreSQL服務。如果您還想禁用PostgreSQL服務在系統啟動時自動運行,可以使用以下命令:
sudo systemctl disable postgresql
要重新啟動PostgreSQL服務,請使用以下命令:
sudo systemctl start postgresql