summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormac-key <juliuskvedaras@yahoo.ie>2019-03-07 10:27:54 +0000
committermac-key <juliuskvedaras@yahoo.ie>2019-03-07 10:27:54 +0000
commiteb0e062eb80fe8f76273389beff1ed1553591260 (patch)
treed6f49c6a7e08931e4c62691fe13f8f136c657d98
parent5be874a9bb99ab266a1659caf817a89963fa5fe4 (diff)
downloadgitlab-ce-docs-bulk-migrate-issues-move-peojects.tar.gz
Swapping around paragraphsdocs-bulk-migrate-issues-move-peojects
-rw-r--r--doc/update/README.md11
1 files 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@<your_server_host>`
-
-
-##### 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 <username>@<your_server_host>`
##### 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.