我想解除pg的主从关系,把从库停掉了,但是主库还有相关的进程,请问如何彻底解除主从关系呢。
[postgres@host134 data]$ ps -ef|grep postgres
postgres 31074 31073 0 08:58 ? 00:00:00 postgres: logger
postgres 31076 31073 0 08:58 ? 00:00:00 postgres: checkpointer
postgres 31077 31073 0 08:58 ? 00:00:00 postgres: background writer
postgres 31078 31073 0 08:58 ? 00:00:00 postgres: walwriter
postgres 31079 31073 0 08:58 ? 00:00:00 postgres: autovacuum launcher
postgres 31080 31073 0 08:58 ? 00:00:00 postgres: archiver
postgres 31081 31073 0 08:58 ? 00:00:00 postgres: stats collector
postgres 31082 31073 0 08:58 ? 00:00:00 postgres: logical replication launcher
postgres 32049 26601 0 09:01 pts/0 00:00:00 psql -h 192.168.1.134 -U postgres
postgres 32055 31073 0 09:01 ? 00:00:00 postgres: postgres postgres 192.168.1.134(41616) idle