summaryrefslogtreecommitdiff
path: root/server/changes
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-10-27 13:30:07 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-10-29 16:50:01 -0300
commitbc8e8bea61b01e0b93593e24a816574f5a19ac61 (patch)
tree4c6bc6273977faa3537b2cd88bd2f5ea810d9485 /server/changes
parent7c50a100a46c69f759dc22165cec9b8098cac3a4 (diff)
[feat] adds --migrate-all to create-user-db script
This parameter applies the ensure_database to all existing databases, making all of them use the latest design documents. This can be used to migrate security documents, update handlers or any other kind of design document.
Diffstat (limited to 'server/changes')
-rw-r--r--server/changes/feat_configurable_ensure5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/changes/feat_configurable_ensure b/server/changes/feat_configurable_ensure
new file mode 100644
index 00000000..34a20c86
--- /dev/null
+++ b/server/changes/feat_configurable_ensure
@@ -0,0 +1,5 @@
+o 'create-user-db' script now can be configured from soledad-server.conf
+ when generating the user's security document.
+o Migrating a user's database to newest design documents is now possible by
+ using a parameter '--migrate-all' on 'create-user-db' script.
+