mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Updated DEFAULT_BINARY_PATHS for container.
This commit is contained in:
@@ -23,8 +23,17 @@ server:
|
|||||||
* PostgreSQL 12: */usr/local/pgsql-12*
|
* PostgreSQL 12: */usr/local/pgsql-12*
|
||||||
* PostgreSQL 13: */usr/local/pgsql-13*
|
* PostgreSQL 13: */usr/local/pgsql-13*
|
||||||
|
|
||||||
The most recent version of the utilities is used by default; this may be
|
The default binary paths set in the container are as follows:
|
||||||
changed in the :ref:`preferences`.
|
|
||||||
|
DEFAULT_BINARY_PATHS = {
|
||||||
|
'pg-13': '/usr/local/pgsql-13'
|
||||||
|
'pg-12': '/usr/local/pgsql-12'
|
||||||
|
'pg-11': '/usr/local/pgsql-12'
|
||||||
|
'pg-10': '/usr/local/pgsql-10'
|
||||||
|
'pg-9.6': '/usr/local/pgsql-9.6'
|
||||||
|
}
|
||||||
|
|
||||||
|
this may be changed in the :ref:`preferences`.
|
||||||
|
|
||||||
Environment Variables
|
Environment Variables
|
||||||
*********************
|
*********************
|
||||||
|
@@ -10,7 +10,11 @@ CA_FILE = '/etc/ssl/certs/ca-certificates.crt'
|
|||||||
LOG_FILE = '/dev/null'
|
LOG_FILE = '/dev/null'
|
||||||
HELP_PATH = '../../docs'
|
HELP_PATH = '../../docs'
|
||||||
DEFAULT_BINARY_PATHS = {
|
DEFAULT_BINARY_PATHS = {
|
||||||
'pg': '/usr/local/pgsql-13'
|
'pg-13': '/usr/local/pgsql-13'
|
||||||
|
'pg-12': '/usr/local/pgsql-12'
|
||||||
|
'pg-11': '/usr/local/pgsql-12'
|
||||||
|
'pg-10': '/usr/local/pgsql-10'
|
||||||
|
'pg-9.6': '/usr/local/pgsql-9.6'
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user