运行 pg_dumpall 会备份集群“main”,但我还有另一个集群“custom”。如何让 pg_dumpall 生成“custom”的备份?
答案1
每个集群由不同的 Postgres 实例提供服务,监听不同的端口和/或使用不同的 unix 域套接字(如果一台机器上运行着不同的实例)。
因此,您需要为港口:
-p port
--port=port
Specifies the TCP port or local Unix domain socket file extension on which the server is listening for connections. Defaults to the PGPORT environment variable, if set, or a compiled-in default.