Closed sund closed 8 years ago
Per https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/backups.md
the /etc/gitlab should also be backed up. Look into a way to back it up. Also /etc/ssh for host keys
/etc/gitlab
/etc/ssh
make sure support for gitlab_rails['backup_path'] = '/mnt/backups' exists currently.
gitlab_rails['backup_path'] = '/mnt/backups'
Per https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/backups.md
the
/etc/gitlab
should also be backed up. Look into a way to back it up. Also/etc/ssh
for host keysmake sure support for
gitlab_rails['backup_path'] = '/mnt/backups'
exists currently.