summaryrefslogtreecommitdiff
path: root/server/changes/create_db_cmd
diff options
context:
space:
mode:
Diffstat (limited to 'server/changes/create_db_cmd')
-rw-r--r--server/changes/create_db_cmd4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/changes/create_db_cmd b/server/changes/create_db_cmd
new file mode 100644
index 00000000..964a7906
--- /dev/null
+++ b/server/changes/create_db_cmd
@@ -0,0 +1,4 @@
+ o Adds a new config parameter 'create_cmd', which allows sysadmin to specify
+ which command will create a database. That command was added in
+ pkg/create-user-db and debian package automates steps needed for sudo access.
+ o Read netrc path from configuration file for create-user-db command.