Add upgrade instructions
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/cd7c32aa Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/cd7c32aa Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/cd7c32aa Branch: refs/heads/import Commit: cd7c32aab1065a918e1c010ef0fdd14ba203b455 Parents: 48e4e9d Author: Adam Kocoloski <[email protected]> Authored: Tue Jun 5 16:19:16 2012 -0400 Committer: Adam Kocoloski <[email protected]> Committed: Tue Jun 5 16:26:37 2012 -0400 ---------------------------------------------------------------------- ebin/mem3.appup | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/cd7c32aa/ebin/mem3.appup ---------------------------------------------------------------------- diff --git a/ebin/mem3.appup b/ebin/mem3.appup new file mode 100644 index 0000000..ea5b9ca --- /dev/null +++ b/ebin/mem3.appup @@ -0,0 +1,10 @@ +{"3.0.0", + [{"1.3.11", [ + {load_module, mem3, brutal_purge, soft_purge, []}, + {load_module, mem3_nodes, brutal_purge, soft_purge, []}, + {add_module, mem3_rep_manager}, + {update, mem3_sup, supervisor}, + {apply, {supervisor, restart_child, [mem3_sup, mem3_rep_manager]}} + ]}], + [{"1.3.11", []}] +}.
