PostgreSQL Binary Directories Configuration
The Binary Directory (PGBIN) is the absolute path of the installation directory of a specific PostgreSQL version.
Usually, installations are done in the /usr/pgsql-VV directory, where VV represents the major version of PostgreSQL.
note
Although there are no restrictions on having other binaries of the same version in different directories, in the PostgreSYS platform, it is assumed that there is only one directory for a specific version.
Command Syntax
Terminal input
pgsmart cluster config [Flags]
Flags:
- **
-D, --pgdata=<path> [Default: data].=> data directory of the PostgreSQL instance. - **
-M, --pgversion=(11|12|13|14|15).=> major version of PostgreSQL. -a, --agent= <agent>. => Alias, hostname, or IP where the desired PgSmart Agent is installed.-h, --help. => help
Non-Interactive Configuration
Non-interactive execution is disabled for this operation.