summaryrefslogtreecommitdiff
path: root/doc/update/README.md
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2019-02-11 17:08:25 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2019-02-11 17:08:25 +0100
commitf812c9624f7c5eb6c7d69facc4f78290b718e520 (patch)
tree45f34f8dbb34dc209bd5483dea434e4bfe2d2789 /doc/update/README.md
parent4d101979150e16c0cc8ac5e0380e9ef407542741 (diff)
downloadgitlab-ce-f812c9624f7c5eb6c7d69facc4f78290b718e520.tar.gz
Use a single document for upgrading from CE to EE
This changes the guides for upgrading from CE source to EE source so we no longer need separate documents for every version. This removes the need for release managers to create and update these documents, and allows developers to add these instructions as part of their code changes.
Diffstat (limited to 'doc/update/README.md')
-rw-r--r--doc/update/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/update/README.md b/doc/update/README.md
index a67b63b0ad5..d098dc99518 100644
--- a/doc/update/README.md
+++ b/doc/update/README.md
@@ -119,11 +119,10 @@ The following guides are for subscribers of the Enterprise Edition only.
If you wish to upgrade your GitLab installation from Community to Enterprise
Edition, follow the guides below based on the installation method:
-- [Source CE to EE update guides][source-ee] - Find your version, and follow the
- `-ce-to-ee.md` guide. The steps are very similar to a version upgrade: stop
- the server, get the code, update config files for the new functionality,
- install libraries and do migrations, update the init script, start the
- application and check its status.
+- [Source CE to EE update guides][source-ce-to-ee] - The steps are very similar
+ to a version upgrade: stop the server, get the code, update config files for
+ the new functionality, install libraries and do migrations, update the init
+ script, start the application and check its status.
- [Omnibus CE to EE][omni-ce-ee] - Follow this guide to update your Omnibus
GitLab Community Edition to the Enterprise Edition.
@@ -146,6 +145,7 @@ possible.
[omnidocker]: http://docs.gitlab.com/omnibus/docker/README.html
[old-ee-upgrade-docs]: https://gitlab.com/gitlab-org/gitlab-ee/tree/11-8-stable-ee/doc/update
[old-ce-upgrade-docs]: https://gitlab.com/gitlab-org/gitlab-ce/tree/11-8-stable/doc/update
+[source-ce-to-ee]: upgrading_from_ce_to_ee.md
[ee-ce]: ../downgrade_ee_to_ce/README.md
[ce]: https://about.gitlab.com/features/#community
[ee]: https://about.gitlab.com/features/#enterprise