rnewson commented on a change in pull request #532: URL: https://github.com/apache/couchdb-documentation/pull/532#discussion_r420006905
########## File path: src/api/server/common.rst ########## @@ -453,7 +453,9 @@ .. http:get:: /_db_updates :synopsis: Return the server changes of databases - Returns a list of all database events in the CouchDB instance. + Returns a list of all database events in the CouchDB instance. The + existence of the ``_global_changes`` database is required to use this + endpoint. Review comment: ```cluster_system_dbs() -> ["_users", "_replicator"].``` from https://github.com/apache/couchdb/blob/master/src/setup/src/setup.erl#L77-L78 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org