The next version of CouchDB (3.4.0) will include a new component for full text search called Nouveau. Nouveau is a Java project that integrates with the rest of CouchDB which is written in Erlang.
We’d like the following scenarios to be handled:
—
We have this working for the Debian packages, look there for inspiration: https://github.com/apache/couchdb-pkg/tree/main/debian
The next version of CouchDB (3.4.0) will include a new component for full text search called Nouveau. Nouveau is a Java project that integrates with the rest of CouchDB which is written in Erlang.
We’d like the following scenarios to be handled:
yum install couchdb. They are not interested in Nouveau, so nothing changes for them. However, Nouveau binaries are installed on the system (this is partially already handled: https://github.com/apache/couchdb-pkg/blob/main/rpm/SPECS/couchdb.spec.in#L99-L103)yum install couchdb-nouveauon the same server and get Apache-CouchDB-Nouveau-3.4.0.rpm installed on the same system and now the following happens:/opt/couchdb/etc/local.d/nouveau.ini/_node/_local/_config/_reloadendpoint to activate the new config file, or prompts to restart CouchDB, or directly restarts CouchDB.local.dconfig dir and reload CouchDB config, as it has no access to it.—
We have this working for the Debian packages, look there for inspiration: https://github.com/apache/couchdb-pkg/tree/main/debian