gitlabgitlab-ci

gitlab transfer to new server without creating backup


my current server's OS has been corrupted, and the gitlab commands not work. so I can not create backup with gitlab-rake gitlab:backup:create command. is there any other way to transfer gitlab data to new server I'm using gitlab 10.7.1


Solution

  • You can try to :

    Then starts a new fresh Gitlab CE instance with the same version as the previous one (and same type of installation as before eg Omnibus/from source/docker/etc...):

    Then perform: gitlab-ctl reconfigure and see how it goes

    Note that all the above may not apply to your version 10.7.1 which is very old (04-2018)