@@ -289,7 +289,7 @@ docker stop registry gitlab && docker rm registry gitlab
289289Execute the rake task with a removeable container.
290290` ` ` bash
291291docker run --name gitlab -it --rm [OPTIONS] \
292- sameersbn/gitlab:14.0.3 app:rake gitlab:backup:create
292+ sameersbn/gitlab:14.0.4 app:rake gitlab:backup:create
293293` ` `
294294# # Restoring Backups
295295
@@ -305,7 +305,7 @@ Execute the rake task to restore a backup. Make sure you run the container in in
305305
306306` ` ` bash
307307docker run --name gitlab -it --rm [OPTIONS] \
308- sameersbn/gitlab:14.0.3 app:rake gitlab:backup:restore
308+ sameersbn/gitlab:14.0.4 app:rake gitlab:backup:restore
309309` ` `
310310
311311The list of all available backups will be displayed in reverse chronological order. Select the backup you want to restore and continue.
@@ -314,7 +314,7 @@ To avoid user interaction in the restore operation, specify the timestamp of the
314314
315315` ` ` bash
316316docker run --name gitlab -it --rm [OPTIONS] \
317- sameersbn/gitlab:14.0.3 app:rake gitlab:backup:restore BACKUP=1417624827
317+ sameersbn/gitlab:14.0.4 app:rake gitlab:backup:restore BACKUP=1417624827
318318` ` `
319319
320320# Upgrading from an existing GitLab installation
@@ -325,7 +325,7 @@ If you want enable this feature for an existing instance of GitLab you need to d
325325- **Step 1**: Update the docker image.
326326
327327` ` ` bash
328- docker pull sameersbn/gitlab:14.0.3
328+ docker pull sameersbn/gitlab:14.0.4
329329` ` `
330330
331331- **Step 2**: Stop and remove the currently running image
@@ -378,7 +378,7 @@ docker run --name gitlab -d [PREVIOUS_OPTIONS] \
378378--env 'GITLAB_REGISTRY_CERT_PATH=/certs/registry-auth.crt' \
379379--env 'GITLAB_REGISTRY_KEY_PATH=/certs/registry-auth.key' \
380380--link registry:registry
381- sameersbn/gitlab:14.0.3
381+ sameersbn/gitlab:14.0.4
382382` ` `
383383
384384
0 commit comments