Using the GitLab backup script
The GitLab backup script records the revision of the Rails app when making the backup, and refuses to restore to another revision. This is not quite compatible with how omnibus-gitlab works.
- There is no revision for the backup script to detect.
- It is hard to go back to a specific old revision of the Rails app, because you would either have to find a .deb containing that revision or build one yourself.
/cc @sytses