Include PostgreSQL 13 utilities in the container. Fixes #6162

This commit is contained in:
Dave Page
2021-01-20 13:17:21 +00:00
parent c71315f8cd
commit 32cdfa2969
4 changed files with 16 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ if [ `wc -m /pgadmin4/config_distro.py | awk '{ print $1 }'` = "0" ]; then
cat << EOF > /pgadmin4/config_distro.py
HELP_PATH = '../../docs'
DEFAULT_BINARY_PATHS = {
'pg': '/usr/local/pgsql-12'
'pg': '/usr/local/pgsql-13'
}
EOF