aboutsummarylogtreecommitdiffstats
path: root/arangodb.install
diff options
context:
space:
mode:
authorcarpinchob2016-08-23 15:07:15 -0400
committerGitHub2016-08-23 15:07:15 -0400
commit91748db1a2001eb57b6044d4c121f663624deb80 (patch)
tree636ec3ec5e0beb9df6f36e86528f92607c613cf6 /arangodb.install
parent5f7e6055fd6613bb10d0673066813896b36ff875 (diff)
downloadaur-91748db1a2001eb57b6044d4c121f663624deb80.tar.gz
Modify post install message
Here is the message arangod gives when using only --upgrade Please note that the specified option '--upgrade' has been renamed to '--database.auto-upgrade' in this ArangoDB version
Diffstat (limited to 'arangodb.install')
-rw-r--r--arangodb.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/arangodb.install b/arangodb.install
index 35bd9f55ab30..d6b8783b7ab4 100644
--- a/arangodb.install
+++ b/arangodb.install
@@ -69,7 +69,7 @@ post_upgrade() {
with the upgrade option:
sudo systemctl stop arangodb.service
- sudo arangod --upgrade
+ sudo arangod --database.auto-upgrade
sudo systemctl start arangodb.service
Take a look at the Changelog to see what is new in $1: