Restoration is not working properly in gitlab 5.1.0
Created by: geopcgeo
Currently we have gitlab 5.0.0 server and today we upgdared to gitlab version 5.1.0. We took backup and for testing the restoration we start a new server and installed gitlab 5.1.0 .
While restoring the backup file in that new server it’s not restoring properly. It’s still uses default login details: [email protected] and no repositories are restored.
root@geopc:/home/git/gitlab# sudo -u git bundle exec rake gitlab:backup:restore RAILS_ENV=production Unpacking backup ... done fatal: Not a git repository (or any of the parent directories): .git Restoring database ... done Restoring repositories ... Put GitLab hooks in repositories dirs [DONE] done Restoring uploads ... done This will rebuild an authorized_keys file. You will lose any data stored in /home/git/.ssh/authorized_keys. Do you want to continue (yes/no)? yes
Deleting tmp directories ... done root@geopc:/home/git/gitlab#
Can you please help us.
Thanks Geo