要在Debian上停止PostgreSQL服务,请使用以下命令:
sudo systemctl stop postgresql
这将停止PostgreSQL服务。如果您还想禁用PostgreSQL服务在系统启动时自动运行,可以使用以下命令:
sudo systemctl disable postgresql
要重新启动PostgreSQL服务,请使用以下命令:
sudo systemctl start postgresql