Details
-
Bug
-
Resolution: Unresolved
-
Major
-
Cheshire-Cat
-
None
-
1
Description
The doc page, https://docs.couchbase.com/server/7.0/install/install-ports.html#map-custom-ports, Step 5 is no longer sufficient in 7.0, as we need to also delete chronicle files too, as some configuration has moved to chronicle.
Before 7.0
If Couchbase Server was previously configured, you’ll need to delete the /opt/couchbase/var/lib/couchbase/config/config.dat file to remove the old configuration.rm -rf /opt/couchbase/var/lib/couchbase/config/config.dat
|
In 7.0 and beyond,
If Couchbase Server was previously configured, you’ll need to delete the /opt/couchbase/var/lib/couchbase/config/config.dat file, and /opt/couchbase/var/lib/couchbase/config/chronicle/* files, to remove the old configuration.
|
|
rm -rf /opt/couchbase/var/lib/couchbase/config/config.dat
|
rm -rf /opt/couchbase/var/lib/couchbase/config/chronicle/*
|
Attachments
Issue Links
- relates to
-
MB-47440 ns_server REST API responding with 500, when ports have been modified.
- Closed