mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(gitlab): add more checks
This commit is contained in:
@@ -84,9 +84,11 @@ gitlab-rails runner '
|
||||
|
||||
# Package upgrade
|
||||
sudo yum check-update
|
||||
sudo yum info 'gitlab-ee'
|
||||
sudo rpm -qa | grep 'gitlab-ee'
|
||||
sudo yum info 'gitlab-ee' # informational
|
||||
sudo rpm -qa | grep 'gitlab-ee' # informational
|
||||
sudo gitlab-backup create # not strictly necessary: the upgrade will create a partial one
|
||||
tmux new-session -A -s 'gitlab-upgrade' "sudo yum update 'gitlab-ee'"
|
||||
sudo gitlab-rake 'gitlab:check'
|
||||
|
||||
# Password reset
|
||||
sudo gitlab-rake 'gitlab:password:reset[root]'
|
||||
|
||||
Reference in New Issue
Block a user