Skip to content

Add output to checkSchemaVersion

Jason Plum requested to merge add-output-checkschemaversion into master

Add output of current and designed versions to the checkSchemaVersion function of wait-for-deps script of gitlab-rails container. Output helps us to know what is actually happening when the container keeps restarting indefinitely.

Designed output:

Database Schema
Current version: ##########
Codebase version: ##########

Merge request reports