Commit graph

19 commits

Author SHA1 Message Date
Yorick Peterse
4d10197915
Refactor the upgrading from source docs
Instead of requiring one separate document for every version (which is
created by release managers), we now use a single document for both
Community Edition and Enterprise Edition. This allows developers to add
guidelines right away, instead of release managers having to determine
what to add.

Version specific upgrading instructions are placed in a separate
section. This prevents instructions from lingering around for many
versions should a developer forget to remove them. This also ensures
that all instructions are kept in a single place, instead of being
spread across different documents.

A minor downside is that CE and EE guidelines now live in the same
document, which could cause merge conflicts. Since we are working
towards a single codebase, this should only be an issue until we merge
the codebases together; something we expect to do in the coming months.

This commit also removes all old upgrading instructions, but these can
still be accessed using Git branch specific URLs (included in the
updating README).
2019-02-11 15:29:21 +01:00
Achilleas Pipinellis
69b4c5c011 Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
Achilleas Pipinellis
e60ff02882 Fix broken links to docs
[ci skip]
2017-02-06 15:46:58 +01:00
winniehell
e0a858efcc use long options for curl examples in API documentation (!5703) 2016-08-09 01:42:50 +02:00
Drew Blessing
2538c4ec8a Update docs based on customer upgrade from 4.0 [ci skip] 2016-06-22 16:27:00 -05:00
Ben Bodenmiller
f73cb6ff74 note about latest details being on master branch
[ci skip]
2015-02-05 20:41:18 +01:00
Jeroen van Baarsen
8bce9d7fed Merge pull request #7475 from bbodenmiller/curl-redirects
follow curl redirects
2014-08-13 16:19:57 +02:00
Ben Bodenmiller
aabb4093b7 follow curl redirects
Update `curl` commands to follow redirects (see
http://curl.haxx.se/docs/manpage.html#-L). Current `curl` commands will
return unexpected results if the requested content has been moved and is
returning information about where it has been moved to. Including the
`-L` option tells `curl` to follow the redirect so the file can be
correctly acquired.
2014-08-11 22:01:37 -07:00
Ben Bodenmiller
6a412c9969 add application check commands 2014-08-04 12:56:08 -07:00
Ciro Santilli
fd348de76d Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
dosire
369bd858d8 We should only specify unsafe version, never give advise since it it perishable. 2014-03-24 15:17:43 +01:00
Jacob Vosmaer
81f69b5d31 Clarify upgrade steps 2013-11-02 17:24:43 +01:00
Jacob Vosmaer
88c15909f9 Add security warnings to update docs 2013-11-02 16:49:26 +01:00
Sergio Oller
98423a37b2 [Doc] Update 5.0 to 5.1: Recompile assets
Recompiling assets on the update is needed or main menu appearance may not load properly. This has been mentioned on issues #3722 and #3978.

The command has been tested several by users on those issues and by myself.

Thanks for your time and attention.
2013-06-21 11:05:21 +02:00
Trevor Strieber
8f50eb7467 adding update info regarding gitlab-shell config.yml 2013-05-29 15:03:54 -06:00
Yves Senn
83eac33823 add missing title to upgrade guide 2013-04-30 09:52:25 +02:00
Axilleas Pipinellis
3a5d90c4a3 Install postfix separately, new update instructions. Fixes #3639 2013-04-28 19:11:40 +03:00
Grégoire Paris
79c4fd7a7d Handle several RDBMS 2013-04-26 11:43:52 +02:00
Dmitriy Zaporozhets
827a0018a9 Keep update docs inside repo so people can submit PR 2013-04-19 17:27:30 +03:00