i host gitlab server using docker image.
now, considering upgrade to ee version.
can i use upgrade script inside of docker ?
https://docs.gitlab.com/omnibus/update/README.html#updating-community-edition-to-enterprise-edition
i host gitlab server using docker image.
now, considering upgrade to ee version.
can i use upgrade script inside of docker ?
https://docs.gitlab.com/omnibus/update/README.html#updating-community-edition-to-enterprise-edition
Hi, and welcome to the forum!
If your data is stored outside of the container,
https://docs.gitlab.com/omnibus/docker/#where-is-the-data-stored
I guess you can simply remove your gitlab-ce
container and run a gitlab-ee
container ( https://registry.hub.docker.com/u/gitlab/gitlab-ee) instead?
thanks. that it works.
I tried to migrate from ce to ee, but ee container is not starting