Skip to content

Instantly share code, notes, and snippets.

View mmulvahill's full-sized avatar
👨‍💻
Still here, but mostly non-OSS for a bit...

Matt Mulvahill mmulvahill

👨‍💻
Still here, but mostly non-OSS for a bit...
View GitHub Profile
@mmulvahill
mmulvahill / migrate-gitlab-omnibus-to-source.md
Last active September 1, 2017 06:04 — forked from unixfox/migrate-gitlab-omnibus-to-source.md
Migrate Gitlab omnibus to Gitlab source (Synology, sameersbn/docker-gitlab)

Moving from xubuntu server to Synology DSM. For now just converting code based on sameersbn/docker-gitlab documentation and expected differences in system commands. Testing next...

cd /volume1/docker/personal/gitlab/backups
rsync -av --verbose <location of old backup> /volume1/docker/personal/gitlab/gitlab/data/backups/
chown gitlab:gitlab 1484678383_2017_01_17_gitlab_backup.tar
systemctl stop gitlab.target
systemctl stop gitlab-sidekiq
systemctl stop gitlab-unicorn
systemctl stop gitlab-workhorse.service