meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
git:gitlab:backup [2020/07/09 08:55] – created niziakgit:gitlab:backup [2022/09/28 21:53] niziak
Line 55: Line 55:
     * to wrap ''initctl'' with ''systemctl'', use [[https://gist.github.com/zorael/8907216]]     * to wrap ''initctl'' with ''systemctl'', use [[https://gist.github.com/zorael/8907216]]
   * install default gitlab package and make sure it is running   * install default gitlab package and make sure it is running
-    * use /etc/gitlab from backup+    * use `/etc/gitlabfrom backup
     * run ''gitlab-ctl reconfigure''     * run ''gitlab-ctl reconfigure''
   * stop gitlab   * stop gitlab
-    * ''sudo gitlab-ctl stop unicorn'' +<code bash> 
-    * ''sudo gitlab-ctl stop sidekiq''+sudo gitlab-ctl stop unicorn 
 +sudo gitlab-ctl stop puma 
 +sudo gitlab-ctl stop sidekiq 
 +# Verify 
 +sudo gitlab-ctl status 
 +</code> 
   * Restore backup   * Restore backup
     * ''sudo gitlab-rake gitlab:backup:restore''     * ''sudo gitlab-rake gitlab:backup:restore''