We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DATABASE_NAME
psql
1 parent fc2c583 commit 6a5e94cCopy full SHA for 6a5e94c
php/shared/usr/local/share/assets/assets_functions.sh
@@ -155,6 +155,10 @@ function assets_apply_database_postgres()
155
DATABASE_ARGS+=("--username=${DATABASE_USER}")
156
fi
157
158
+ if [ -n "${DATABASE_NAME}" ]; then
159
+ DATABASE_ARGS+=("${DATABASE_NAME}")
160
+ fi
161
+
162
wait_for_remote_ports "${ASSETS_DATABASE_WAIT_TIMEOUT}" "${DATABASE_HOST}:${DATABASE_PORT}"
163
164
local DATABASES
0 commit comments