Hi there,
i am preparing a gitlab rollout and caring about backup and migration strategies.
My idea is to have a production instance and on the same machine a test instance which i use to test gitlab updates before updating the production instance itself. I want to create a backup of the production instance, transfer it to the test instance and then perform the upgrade there. This steps works basically thanks to the great documentation of gitlab.
I have defined two docker-compose files (both with different container_name: gitlab and gitlab_test and of course different Ports). And now comes the problem: when is start the test instance, the production instance goes down after showing the log message “received signal 15” […].
Any ideas what i am doing wrong? Maybe something i basically missunderstood with gitlab running from docker image?
Thanks for help