From 0a09a6e6f247729457d15480f8d2b9bb0b89ae5e Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Aug 2016 22:55:41 -0700 Subject: Updated (very out of date) docs and README.md --- doc/common/_bigcouch_migration_end.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 doc/common/_bigcouch_migration_end.md (limited to 'doc/common/_bigcouch_migration_end.md') 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 - ``` -- cgit v1.2.3