We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had to install PostgreSQL and repmgr to a custom location: /path/to/postgresql/.
This works fine:
/path/to/postgresql/repmgr --config-file=/path/to/repmgr.conf cluster matrix --pg_bindir=/path/to/postgresql/ INFO: connecting to database Name | ID | 1 | 2 | 3 ---------------------------+----+---+---+--- XXXXXXXXXXXXX-Node-1 | 1 | * | * | * XXXXXXXXXXXXX-Node-2 | 2 | * | * | * XXXXXXXXXXXXX-Witness-Node | 3 | * | * | *
But this one does not work: -> The error is: bash: Zeile 1: repmgr: Kommando nicht gefunden.
/path/to/postgresql/repmgr --config-file=/path/to/repmgr.conf cluster crosscheck --pg_bindir=/path/to/postgresql/ INFO: connecting to database bash: Zeile 1: repmgr: Kommando nicht gefunden. Name | ID | 1 | 2 | 3 ---------------------------+----+---+---+--- XXXXXXXXXXXXX-Node-1 | 1 | * | * | * XXXXXXXXXXXXX-Node-2 | 2 | * | * | * XXXXXXXXXXXXX-Witness-Node | 3 | * | * | *
/path/to/postgresql/repmgr --version repmgr 5.4.1
/path/to/postgresql/postgres --version postgres (PostgreSQL) 16.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had to install PostgreSQL and repmgr to a custom location: /path/to/postgresql/.
This works fine:
But this one does not work:
-> The error is: bash: Zeile 1: repmgr: Kommando nicht gefunden.
The text was updated successfully, but these errors were encountered: