• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Resolved Update GitLab in docker container

msauer

New Pleskian
Server operating system version
Ubuntu 22.04.5
Plesk version and microupdate number
Plesk Obsidian 18.0.64 Update 1
Hi,
on my Plesk Obsidian runs a docker container with GitLab-EE. How can I upgrade the gitlab server to the latest version? If I want to connect to the docker container with SSH I will get the error "localhost: Permission denied (publickey)."
How can I connect to the docker container with SSH?
Thank you for your help.
BR
martin
 
Hi!

The idea of containers is that you can replace one container with another when you need it. Or if your container is broken or outdated, you can take a new one. You should avoid customizing live containers because, after that, you can lose your changes during redeployment.

Do you use persistent volumes with the container? Is your data safe (and backed up)? If yes, it makes sense to continue with using the official guide, Upgrade | GitLab
 
Hi,
sorry. I don't have much experience with Docker container.
Yes data are mapped to directories in my vServer.
How can install the latest version of GitLab in Plesk?
BR
martin
 
There are a few screenshots to show the process. According to the docs, you need to stop the existing container, create a new one based on the new version, and configure it similarly to the previous one. It is my understanding of the process, I do not test it, and there is no guarantee. That is why I strongly recommend preparing a backup of a server, volumes, etc., just in case.

How to create a new container with the latest version of GitLab in Plesk with the Docker extension,

1. Open the Docker extension, "click Run Container"
1732094502114.png

2. With search, find a required container,
1732094552517.png

3. Select a required version,
1732094578778.png
4. Configure the container according to requirements / previous settings,
1732094633847.png

5. Run the container,
1732097807493.png
 
Back
Top