running pg_dumpall makes a backup of the cluster "main", but I have another cluster "custom". How do I make pg_dumpall produce a backup of "custom"?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Every cluster is served by a different Postgres instance, listening on different port and/or using different unix domain socket (if there are different instances running on one machine). So you need to pass different value for the port:
|
|||
|