##// END OF EJS Templates
docs: introduced new docs section upgrade notes. It will store...
marcink -
r1181:4015e02a default
parent child Browse files
Show More
@@ -156,4 +156,25 b' Fixes'
156 not overwrite the stored one.
156 not overwrite the stored one.
157 - Integrations: use consistent formatting of users data in Slack integration.
157 - Integrations: use consistent formatting of users data in Slack integration.
158 - Meta-tags: meta tags are not taken into account when truncating descriptions
158 - Meta-tags: meta tags are not taken into account when truncating descriptions
159 that are too long. Fixes #4305. No newline at end of file
159 that are too long. Fixes #4305.
160
161
162 Upgrade notes
163 ^^^^^^^^^^^^^
164
165 - Api: please adjust your scripts that uses any of create_repo,
166 create_repo_group, update_repo, update_repo_group. There's an important change
167 in how the repo_name/group_name parameters work. Please check the API docs
168 for latest information.
169
170 - Installation: starting from 4.5.0 installer now changes the default mode to http.
171 If you were using the `self_managed_supervisor=True` flag inside
172 `.rccontrol.ini` to manually switch to that mode. This is no longer required
173 and we recommend removing that flag. Migration should already change that
174 however in case of any troubles with VCSServer after upgrade
175 please make sure `vcs.protocol=` is set to `http` and not `pyro4` inside
176 rhodecode.ini
177
178 - New setting about password recovery was introduced. Please make sure to
179 adjust what ever default you want to have inside your instance. The default
180 is that password recovery is enabled.
General Comments 0
You need to be logged in to leave comments. Login now