summaryrefslogtreecommitdiff
path: root/pages/docs/platform/troubleshooting/where-to-look.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-06-28 13:19:57 -0400
committerMicah Anderson <micah@riseup.net>2016-06-28 13:19:57 -0400
commit5eb7e30ead1af097ebaf998b1bf4e393aaa139af (patch)
tree2afba7988aff7914bce9a966e1de5f55af3571d6 /pages/docs/platform/troubleshooting/where-to-look.md
parent1c7eb472905e21bd3ec0311e244b6a72707ec4d0 (diff)
remove bigcouch docs
Diffstat (limited to 'pages/docs/platform/troubleshooting/where-to-look.md')
-rw-r--r--pages/docs/platform/troubleshooting/where-to-look.md22
1 files changed, 1 insertions, 21 deletions
diff --git a/pages/docs/platform/troubleshooting/where-to-look.md b/pages/docs/platform/troubleshooting/where-to-look.md
index c92fba8..0869ee2 100644
--- a/pages/docs/platform/troubleshooting/where-to-look.md
+++ b/pages/docs/platform/troubleshooting/where-to-look.md
@@ -98,30 +98,10 @@ Couchdb
Places to look for errors
-------------------------
-* `/opt/bigcouch/var/log/bigcouch.log`
+* `/var/log/couchdb/couch.log`
* `/var/log/syslog` (watch out for stunnel issues)
-
-Bigcouch membership
--------------------
-
-* All nodes configured for the provider should appear here:
-
-<pre>
- curl -s --netrc-file /etc/couchdb/couchdb.netrc -X GET 'http://127.0.0.1:5986/nodes/_all_docs'
-</pre>
-
-* All configured nodes should show up under "cluster_nodes", and the ones online and communicating with each other should appear under "all_nodes". This example output shows the configured cluster nodes `couch1.bitmask.net` and `couch2.bitmask.net`, but `couch2.bitmask.net` is currently not accessible from `couch1.bitmask.net`
-
-
-<pre>
- curl -s --netrc-file /etc/couchdb/couchdb.netrc 'http://127.0.0.1:5984/_membership'
- {"all_nodes":["bigcouch@couch1.bitmask.net"],"cluster_nodes":["bigcouch@couch1.bitmask.net","bigcouch@couch2.bitmask.net"]}
-</pre>
-
-* Sometimes a `/etc/init.d/bigcouch restart` on all nodes is needed, to register new nodes
-
Databases
---------