From 35bff9524ecfd8b85f7dde28de20ba3ab8047019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Tue, 25 Dec 2018 19:01:57 +0100 Subject: [PATCH] fix restore --- scripts/restore | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 296780f..288ea0c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -65,9 +65,6 @@ ln -s /opt/gitlab/bin/gitlab-psql /usr/bin/gitlab-psql ln -s /opt/gitlab/bin/gitlab-rails /usr/bin/gitlab-rails ln -s /opt/gitlab/bin/gitlab-rake /usr/bin/gitlab-rake -gitlab-ctl stop unicorn -gitlab-ctl stop sidekiq - fullfile=$(ls /var/opt/gitlab/backups/*_gitlab* --file -c1 | head -1) basename="/var/opt/gitlab/backups/" last_backup="${filename%_gitlab_backup.tar}"