Herramientas de usuario

Herramientas del sitio


gentoo:gitlab-ce

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
gentoo:gitlab-ce [2022/03/04 19:32] barrachigentoo:gitlab-ce [2024/05/01 16:57] (actual) – [Upgrade the container] barrachi
Línea 59: Línea 59:
 </code> </code>
  
- +To see the logs of the gitlab container:
-To see the logs of the gitlab docker:+
 <code bash> <code bash>
 docker exec gitlab gitlab-ctl tail docker exec gitlab gitlab-ctl tail
 </code> </code>
  
-To execute a bash inside the gitlab docker:+To execute a bash inside the gitlab container:
 <code bash> <code bash>
 docker exec -it gitlab /bin/bash docker exec -it gitlab /bin/bash
Línea 76: Línea 75:
  
  
- +More GitLab maintenance options in https://docs.gitlab.com/omnibus/maintenance/
 ===== Upgrade the container ===== ===== Upgrade the container =====
  
Línea 83: Línea 81:
  
  
-2. If it says that there is an update available, go to https://hub.docker.com/r/gitlab/gitlab-ce/tags and search the latest tag with the next subversion: x.y+1.+2a. If it says that there is an update available, go to https://hub.docker.com/r/gitlab/gitlab-ce/tags and search the latest tag with the next subversion: x.y+1. 
 + 
 +2b. Instead of going by one, check the migration path in https://gitlab-com.gitlab.io/support/toolbox/upgrade-path/?current=14.6.6&distro=docker&edition=ce
  
  
Línea 99: Línea 99:
  
  
-5. Stop and delete the current image, then create and start a new container from the newer image+5. Stop and delete the current gitlab container, then create and start a new gitlab container from the newer image:
  
 <code bash> <code bash>
Línea 123: Línea 123:
 </code> </code>
  
-7. Check that the backup procedure is working with the new version an delete previous versions backups.+7. Check that the backup procedure is working with the new version an delete the previous versions backups.
  
  
gentoo/gitlab-ce.1646422363.txt.gz · Última modificación: 2022/03/04 19:32 por barrachi