From eb0e062eb80fe8f76273389beff1ed1553591260 Mon Sep 17 00:00:00 2001 From: mac-key Date: Thu, 7 Mar 2019 10:27:54 +0000 Subject: Swapping around paragraphs --- doc/update/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/update/README.md b/doc/update/README.md index eb980a5e9f0..07ed5611c7c 100644 --- a/doc/update/README.md +++ b/doc/update/README.md @@ -153,12 +153,7 @@ possible. * Access GitLab destination server and add copied ssh key to the following file `vi ~/.ssh/authorized_keys` -* Validate ssh access from the source GitLab server to the destination GitLab server `ssh root@` - - -##### Troubleshooting SSH access from source GitLab server to the destination GitLab server. - -* In case ssh access does not work, check whether you have to add ssh key to GitLab specific folders `/var/opt/gitlab/.ssh/` and `/var/opt/gitlab/.ssh/authorized_keys` +* Validate ssh access from the source GitLab server to the destination GitLab server `ssh @` ##### Export Projects @@ -266,6 +261,10 @@ end * This will import all the projects in the `/tmp/exports/` directory +##### Troubleshooting SSH access from source GitLab server to the destination GitLab server. + +* In case ssh access does not work, check whether you have to add ssh key to GitLab specific folders `/var/opt/gitlab/.ssh/` and `/var/opt/gitlab/.ssh/authorized_keys` + ### Bulk migrate issues from one project to another in the same instance ##### To access rails console run `sudo gitlab-rails console` on the GitLab server and run the below script. Please be sure to change **project**, **admin_user** and **target_project** to your values. -- cgit v1.2.1