##// END OF EJS Templates
docs(misc): various docs improvements
super-admin -
Show More
@@ -68,7 +68,10 b" rst_epilog = '''"
68 68 .. |git| replace:: Git
69 69 .. |hg| replace:: Mercurial
70 70 .. |svn| replace:: Subversion
71
71 .. |repo| replace:: repository
72 .. |repos| replace:: repositories
73 .. |authtoken| replace:: Authentication Token
74 .. |authtokens| replace:: **Auth Tokens**
72 75 .. |RCC| replace:: RhodeCode Control
73 76 .. |RCE| replace:: RhodeCode Enterprise
74 77 .. |RCCE| replace:: RhodeCode Community
@@ -148,14 +148,13 b' There are two requirements for OS to be able to run whole rcstack.'
148 148 configuration/set-license-file.rst
149 149 configuration/set-specific-install-version.rst
150 150
151
152 151 .. toctree::
153 152 :maxdepth: 1
154 153 :hidden:
155 154 :caption: Usage
156 155
157 156 usage/monitoring-unhealthy-containers.rst
158
157 usage/full-text-search-setup.rst
159 158
160 159 .. toctree::
161 160 :maxdepth: 1
@@ -11,6 +11,23 b" It's usually recommended to start with updating the installer itself by running:"
11 11 ./rcstack self-update
12 12
13 13
14 .. note::
15
16 It's possible to change the update channel, or update to only specific versions. This can be done by providing
17 extra flags to self-update
18
19 .. code-block:: bash
20
21 # upgrade to master branch release line
22 ./rcstack self-update --force --cli-revision master --docker-revision master
23
24 # upgrade to a specific version corresponding to a git tag
25 ./rcstack self-update --force --cli-revision v5.3.0 --docker-revision v5.3.0
26
27
28 Upgrade of services
29 ===================
30
14 31 Then upgrade each stack based on instructions provided from the help output:
15 32
16 33 .. code-block:: bash
@@ -68,8 +85,8 b' which might result in killed ongoing connections'
68 85
69 86
70 87
71 Install specific version
72 ++++++++++++++++++++++++
88 Install specific version of RhodeCode
89 +++++++++++++++++++++++++++++++++++++
73 90
74 91
75 92 In order to run a specific version of RhodeCode stack simply follow this:
@@ -293,6 +293,15 b' be also adjusted in the UI'
293 293 Session().add(ui3);Session().commit()
294 294
295 295
296 11. Run full remap & rescan
297 +++++++++++++++++++++++++++
298
299 From RhodeCode web-interface, the last step is to run a full remap & rescan action.
300
301 1. From the RhodeCode Web interface, open
302 :menuselection:`Admin --> Settings --> Remap and rescan`
303 2. Select :guilabel:`Invalidate cache for all repositories` to ensure we cleanup old caches from previous installs
304 3. Click :guilabel:`Rescan Repositories` action
296 305
297 306
298 307 SSL Certificates
General Comments 0
You need to be logged in to leave comments. Login now