[arch-commits] Commit in gitlab/trunk (gitlab.install)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Sep 25 14:57:57 UTC 2016


    Date: Sunday, September 25, 2016 @ 14:57:56
  Author: svenstaro
Revision: 190555

Add note about service restarting

Modified:
  gitlab/trunk/gitlab.install

----------------+
 gitlab.install |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: gitlab.install
===================================================================
--- gitlab.install	2016-09-25 14:54:47 UTC (rev 190554)
+++ gitlab.install	2016-09-25 14:57:56 UTC (rev 190555)
@@ -16,5 +16,7 @@
 post_upgrade() {
     echo "You should upgrade your database:"
     echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; bundle exec rake db:migrate RAILS_ENV=production\""
-    echo "Afterwards, restart gitlab"
+    echo "Afterwards, restart gitlab-related services:"
+    echo "# systemctl daemon-reload"
+    echo "# systemctl restrat gitlab-sidekiq gitlab-unicorn gitlab-workhorse"
 }



More information about the arch-commits mailing list