summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-16 23:11:13 +0100
committervarac <varacanero@zeromail.org>2016-02-16 23:11:13 +0100
commit84046652ccb6a45ecd952e0e4f0b2eeb7dd15ae5 (patch)
tree75c3d7fe4905a2239c88b8444dd25d9031b93390
parent8cb884995fbcdf612f832baca65c4fe9a729537d (diff)
updated migrating-from-bigcouch-to-plain-couchdb
-rw-r--r--pages/docs/platform/services/couchdb.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/pages/docs/platform/services/couchdb.md b/pages/docs/platform/services/couchdb.md
index c068b80..033af9a 100644
--- a/pages/docs/platform/services/couchdb.md
+++ b/pages/docs/platform/services/couchdb.md
@@ -76,14 +76,19 @@ one couchdb machine.
. put the webapp into [maintenance mode](https://leap.se/en/docs/platform/services/webapp#maintenance-mode)
+ leap ssh webap
+ /etc/init.d/nickserver stop
+
+
. connect to the machine you chose in step one and then disable access to the database and stop services that access the database, you may not have all these services on this
node, so if some of the following do not work, that isn't a problem:
- leap ssh couchdbnode
- /etc/init.d/stunnel4 stop
- /etc/init.d/soledad-server stop
- /etc/init.d/nickserver stop
- /etc/init.d/postfix stop
+ leap ssh soledad-nodes
+ /etc/init.d/soledad-server stop
+
+ leap ssh mx-node
+ /etc/init.d/postfix stop
+ /etc/init.d/leap-mx stop
. then backup all of the databases, this can take some time and will place several hundred megabytes of data into /var/backups/couchdb. The size and time depends on how many users there are on your system. For example, 15k users took approximately 25 minutes and 308M of space: