Are there plans for newer versions for this docker image to automatically run any needed SQL migrations?
To upgrade our local environment from core 4.6 to 5.0 we needed to pin the new version of the image in our docker-compose file, then connect to the Postgres database and run the manual SQL migrations described in this CHANGELOG. It would be very cool if the docker image had that functionality built in to automatically check for and run any missing migrations.
Thank you!