omnibus or source - can't decide which one to use for gitllab backup/restore

自作多情 提交于 2019-12-23 03:33:14

问题


I am using ubuntu server running gitlab server.
I need to perform daily backup/restore of my gitlab.

Which method should I prefer: omnibus or from source?
How can I check weather GitLab is installed via omnibus or from source?


回答1:


Source or Omnibus, you will have access to the same backup procedure, which will create an archive file that contains the database, all repositories and all attachments.

That means you are saving the data itself, not the all system.
For the system, note the version of the omnibus package you are installing, and you will be able to re-install it in minutes.

How can I check weather GitLab is installed via omnibus or from source?

See if your gitlab root folder has a .git in it: that would mean it represents a clone from the sources.



来源:https://stackoverflow.com/questions/34939658/omnibus-or-source-cant-decide-which-one-to-use-for-gitllab-backup-restore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!