summaryrefslogtreecommitdiff
path: root/doc/common/_bigcouch_migration_end.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-11-04 10:54:28 -0400
committerMicah Anderson <micah@riseup.net>2016-11-04 10:54:28 -0400
commit34a381efa8f6295080c843f86bfa07d4e41056af (patch)
tree9282cf5d4c876688602705a7fa0002bc4a810bde /doc/common/_bigcouch_migration_end.md
parent0a72bc6fd292bf9367b314fcb0347c4d35042f16 (diff)
parent5821964ff7e16ca7aa9141bd09a77d355db492a9 (diff)
Merge branch 'develop'
Diffstat (limited to 'doc/common/_bigcouch_migration_end.md')
-rw-r--r--doc/common/_bigcouch_migration_end.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/common/_bigcouch_migration_end.md b/doc/common/_bigcouch_migration_end.md
deleted file mode 100644
index a47d3c55..00000000
--- a/doc/common/_bigcouch_migration_end.md
+++ /dev/null
@@ -1,26 +0,0 @@
-1. restore the backup, this will take approximately the same amount of time as the backup took above:
-
- ```
- server# cd /srv/leap/couchdb/scripts
- server# time ./couchdb_restoreall.sh
- ```
-
-1. start services again that were stopped in the beginning:
-
- ```
- workstation$ leap ssh soledad-nodes
- server# /etc/init.d/soledad-server start
-
- workstation$ leap ssh mx-node
- server# /etc/init.d/postfix start
- server# /etc/init.d/leap-mx start
-
- workstation$ leap ssh webapp
- server# /etc/init.d/nickserver start
- ```
-
- Or, alternately, if you set up the firewall rule instead, now remove it:
-
- ```
- server# iptables -D INPUT -p tcp --dport 5984 --jump REJECT
- ```