mirror of
https://github.com/quay/quay.git
synced 2025-04-16 23:03:13 +03:00
init: adding Postgres cert install to entrypoint (PROJQUAY-7694) (#3229)
Adding postgres cert install to quay-entrypoint
This commit is contained in:
parent
84249a153b
commit
b6d51e7a08
@ -78,6 +78,7 @@ case "$QUAYENTRY" in
|
||||
echo ""; echo "Startup timestamp: "; date; echo ""
|
||||
: "${MIGRATION_VERSION:=$2}"
|
||||
: "${MIGRATION_VERSION:?Missing version argument}"
|
||||
"${QUAYPATH}/conf/init/client_certs.sh" || exit
|
||||
echo "Entering migration mode to version: ${MIGRATION_VERSION}"
|
||||
PYTHONPATH="${QUAYPATH}" alembic upgrade "${MIGRATION_VERSION}"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user