couchdb
couchdb copied to clipboard
Resolves #5456
Overview
Add upgrade notes for 3.x to 3.4.x to highlight the default node name has changed which may result in unwanted behaviour for users who left the CouchDB vm.args files unchanged from default
Testing recommendations
Documentation validity checked as per https://github.com/apache/couchdb/tree/main/src/docs with:
make html
make check
Related Issues or Pull Requests
Mentioned in issue #5456
Checklist
- [ ] Code is written and works correctly
- [ ] Changes are covered by tests
- [ ] Any new configurable parameters are documented in
rel/overlay/etc/default.ini - [x] Documentation changes were made in the
src/docsfolder - [ ] Documentation changes were backported (separated PR) to affected branches
It needs to be noted this only applies on Windows. The Debian package has an in-place upgrade feature so the vm.args is not removed and it interrogates it for its current value (whether the file was modified since install or not). Not as sure about the rpm.
Added sub-heading to clarify Windows-only applicability.