diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-10-12 20:39:25 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-10-12 20:39:25 +0800 |
commit | 62f61c8ad7eac7301b4c0fe9cdd9e92b0ba015cd (patch) | |
tree | 5970e109c56559a59934dae0831fc56f7fa4f32c /doc/update | |
parent | 5d4e07330526e0cb2965ef5c218542094d1e1008 (diff) | |
download | gitlab-ce-62f61c8ad7eac7301b4c0fe9cdd9e92b0ba015cd.tar.gz |
Update doc accordingly to:update-installation-doc-for-10-1
https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/10.0-to-10.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/update/10.0-to-10.1.md b/doc/update/10.0-to-10.1.md index 4a9384f3ad6..dc14c779026 100644 --- a/doc/update/10.0-to-10.1.md +++ b/doc/update/10.0-to-10.1.md @@ -150,7 +150,7 @@ sudo -u git -H make #### New Gitaly configuration options required -In order to function Gitaly needs some additional configuration information. Below we assume you installed Gitaly in `/home/git/gitaly` and GitLab Shell in `/home/git/gitlab-shell'. +In order to function Gitaly needs some additional configuration information. Below we assume you installed Gitaly in `/home/git/gitaly` and GitLab Shell in `/home/git/gitlab-shell`. ```shell echo ' @@ -335,11 +335,11 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production If all items are green, then congratulations, the upgrade is complete! -## Things went south? Revert to previous version (9.5) +## Things went south? Revert to previous version (10.0) ### 1. Revert the code to the previous version -Follow the [upgrade guide from 9.4 to 9.5](9.4-to-9.5.md), except for the +Follow the [upgrade guide from 9.5 to 10.0](9.5-to-10.0.md), except for the database migration (the backup is already migrated to the previous version). ### 2. Restore from the backup |