aboutsummarylogtreecommitdiffstats
path: root/arangodb.install
diff options
context:
space:
mode:
authorMike Williamson2015-05-18 09:42:19 -0400
committerMike Williamson2015-05-18 09:42:19 -0400
commitace2f1504ed5f836cde379ae70dcf26652df97a5 (patch)
tree7b6aa6021fc7db8f6690934c76da217d2f90bd43 /arangodb.install
parent08e08660b7bd856bfaa8dbf77766934e032a10fc (diff)
downloadaur-ace2f1504ed5f836cde379ae70dcf26652df97a5.tar.gz
Make post_upgrade message more helpful.
Diffstat (limited to 'arangodb.install')
-rw-r--r--arangodb.install12
1 files changed, 4 insertions, 8 deletions
diff --git a/arangodb.install b/arangodb.install
index 8305b26c6c0d..c4589bd608a1 100644
--- a/arangodb.install
+++ b/arangodb.install
@@ -50,16 +50,12 @@ post_upgrade() {
between versions. To upgrade existing data files run /usr/bin/arangod
with the upgrade option:
+ sudo systemctl stop arangodb.service
sudo arangod --upgrade
+ sudo systemctl start arangodb.service
- You might also need to reload the systemd service definition:
-
- sudo systemctl daemon-reload
-
- Or restart the service:
-
- sudo systemctl restart arangodb.service
-
+ Take a look at the Changelog to see what is new in $1:
+ https://github.com/arangodb/arangodb/blob/devel/CHANGELOG
EOF
}