GitHub user Poltergeist opened a pull request: https://github.com/apache/couchdb-fauxton/pull/261
add a warning for deletion of a systemdatabase on a cluster. Add a warning if the current database is an internal cluster database and _stats is available on that note. _stats is only available if it is a cluster internal node. The warning is only shown for databases with the name: - _replicator - _users - dbs - nodes You can merge this pull request into a Git repository by running: $ git pull https://github.com/Poltergeist/couchdb-fauxton feature/system-database-warning Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/261.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #261 ---- commit e71ec904341976d8fd38f85e6610c1f027eb1e87 Author: Poltergeist <spectator.netw...@gmail.com> Date: 2015-02-08T15:49:19Z add a warning for deletion of a systemdatabase on a cluster. Add a warning if the current database is an internal cluster database and _stats is available on that note. _stats is only available if it is a cluster internal node. The warning is only shown for databases with the name: - _replicator - _users - dbs - nodes ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---