docker-gitlab icon indicating copy to clipboard operation
docker-gitlab copied to clipboard

How to update env without restarting gitlab and apply to gitlab

Open jicki opened this issue 4 years ago • 1 comments

How to update env without restarting gitlab and apply to gitlab

update  gitlab env  or  gitlab.yml 

gitlab-ctl reconfigure

?

jicki avatar Jun 17 '21 05:06 jicki

If you mean to not to stop gitlab, the anser is "No".

If you mean to not to stop gitlab's container. restarting gitlab services in container using supervisorctl is your solution.
Try

docker exec -it your-gitlab-container /usr/bin/supervisorctl restart all

2021.09.09 fixed typo : use supervisorctl, not supervisord. Sorry for confusion.

kkimurak avatar Sep 06 '21 14:09 kkimurak