Kong migrations don't run properly #4171
Labels
2-medium
priority denoting issues with cross-cutting project impact
bug
Something isn't working
ireland
jakarta dot - 2.1.1
Jakarta Dot Release 2.1.1
kamakura
Milestone
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in: cmd/security-bootstrapper/entrypoint-scripts/kong_wait_install.shIs this a regression?
No, issue is there since script was created in 2.0.0 (Ireland)Description and Minimal Reproduction [REQUIRED]
Run Kamakura secure stack compose file
Stop (down) the services w/o clearing volumes
Run latest WIP secure stack compose file with Kong changed to version 2.8 and
restart: always
commented out.Note that Kong fails to start with
Run 'kong migrations up' to proceed
as the last message in the log fileThis is because
set -e
is used a the top of the script which cause the script to exit on error.🔥 Exception or Error
Kong exits with error from the
/docker-entrypoint.sh kong migrations list
command in the script.🌍 Your Environment
N/A
The text was updated successfully, but these errors were encountered: