Skip to content
GitLab
Explore
Sign in
Changes
Page history
consider just restarting sidekiq (
#42218
)
authored
Jun 25, 2025
by
anarcat
Show whitespace changes
Inline
Side-by-side
howto/gitlab.md
View page @
96cadca5
...
@@ -981,7 +981,11 @@ Look for lack of disk space, and in all of GitLab's logs:
...
@@ -981,7 +981,11 @@ Look for lack of disk space, and in all of GitLab's logs:
tail -f /var/log/gitlab/*.log
tail -f /var/log/gitlab/*.log
Try to restart GitLab:
Try to restart sidekiq:
gitlab-ctl restart sidekiq
... or all of GitLab:
gitlab-ctl restart
gitlab-ctl restart
...
...