diff options
author | Micah <micah@leap.se> | 2016-05-10 11:26:49 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-05-10 11:26:49 -0400 |
commit | 66b4c6b5ec6fe2f242020845fe92715ae2cdcc1e (patch) | |
tree | 7c027409a517d862864bf3650f4a8a66f615162d | |
parent | 372ddc290a0e06ac23398a82860620df68fa801d (diff) |
Update CHANGES to clarify a few minor things0.8.0
Change-Id: I5d5595d2da8770d61cc2328e3e9b7ac482527e89
-rw-r--r-- | CHANGES.md | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,14 +1,20 @@ Platform 0.8 -------------------------------------- -This release focused on the email service. Debian Jessie is now required, -which also means that you must migrate all data from BigCouch to CouchDB. +This release focuses on the email service. -UPGRADING: It is tricky to upgrade the OS and migrate the database. You can -follow the tutorial here: https://leap.se/en/upgrade-0-8 +Requirements: + . You must upgrade to Debian Jessie, see below for details + . You must migrate all data from BigCouch to CouchDB + . Soledad and couchdb services must be on the same node WARNING: failure to migrate data from BigCouch to CouchDB will cause all user -accounts to get destroyed. +accounts to get destroyed. See UPGRADING below for how to safely do this. + +UPGRADING: You must upgrade to Debian Jessie and migrate from BigCouch to +Couchdb. It is tricky to upgrade the OS and migrate the database, so we have +writen and tested a step-by-step guide that you can carefully follow in +doc/upgrading/upgrade-0-8.md, or online at: https://leap.se/en/upgrade-0-8 Other new features: @@ -17,7 +23,7 @@ Other new features: * Tapicero has been removed. Now user storage databases are created as needed by soledad, and deleted eventually when no longer needed. -* Admins can now suspect/enable users and block/enable their ability to send +* Admins can now suspend/enable users and block/enable their ability to send and receive email. * Support for SPF and DKIM. |