couchdb icon indicating copy to clipboard operation
couchdb copied to clipboard

Resolves #5456

Open doctor-claw opened this issue 9 months ago • 2 comments

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/docs folder
  • [ ] Documentation changes were backported (separated PR) to affected branches

doctor-claw avatar Mar 10 '25 19:03 doctor-claw

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.

rnewson avatar Mar 10 '25 21:03 rnewson

Added sub-heading to clarify Windows-only applicability.

doctor-claw avatar Mar 13 '25 15:03 doctor-claw