其中一个从服务器在复制时落后了。当发生这种情况时,建议您重新启动slony。要重新启动它,应该采取哪些步骤?
谢谢你,沙拉德
发布于 2011-01-05 04:04:55
这取决于你是如何安装Slony的。例如,如果你有Debian包,使用通常的/etc/init.d/slony1 restart。
发布于 2014-05-22 21:57:58
可以在Postgres安装目录的bin目录中找到与slony相关的二进制文件,例如可以使用-> /usr/pgsql-9.3/bin/slon_kill
slon_kill --帮助
Usage: slon_kill [--config file] [-w|--watchdog]
--config file Location of the slon_tools.conf file
-w
--watchdog Only kill the watchdog process(es)
Kills all running slon and slon_watchdog on this machine for every
node in the cluster.https://stackoverflow.com/questions/4596474
复制相似问题