要在Debian上停止PostgreSQL服务,请使用以下命令:
sudo systemctl stop postgresql这将停止PostgreSQL服务。如果您还想禁用PostgreSQL服务在系统启动时自动运行,可以使用以下命令:
sudo systemctl disable postgresql要重新启动PostgreSQL服务,请使用以下命令:
sudo systemctl start postgresql上一篇:centos7 minimal存储要求
下一篇:debian mysql主从复制怎么做
debian









