Gitlab: Difference between revisions
imported>Onny mNo edit summary |
imported>Onny Add notes about maintenance tasks |
||
| Line 31: | Line 31: | ||
systemd.services.gitlab-backup.environment.BACKUP = "dump"; | systemd.services.gitlab-backup.environment.BACKUP = "dump"; | ||
</syntaxHighlight> | |||
== Maintenance == | |||
Query info about your Gitlab instance | |||
<syntaxHighlight lang="bash"> | |||
gitlab-rake gitlab:env:info | |||
</syntaxHighlight> | |||
Check for configuration errors | |||
<syntaxHighlight lang="bash"> | |||
gitlab-rake gitlab:check | |||
</syntaxHighlight> | </syntaxHighlight> | ||