summarylogtreecommitdiffstats
path: root/graylog.install
diff options
context:
space:
mode:
Diffstat (limited to 'graylog.install')
-rw-r--r--graylog.install12
1 files changed, 1 insertions, 11 deletions
diff --git a/graylog.install b/graylog.install
index 3496bd90de7c..5fc40cd1b682 100644
--- a/graylog.install
+++ b/graylog.install
@@ -1,16 +1,6 @@
post_install() {
usr/bin/systemd-tmpfiles --create graylog-server.conf
- # this specific upgrade was don by replacing graylog2 with graylog; therefore we are uninstalled&reinstalled
- cat <<EOF
-Major upgrade; graylog2 has been renamed to graylog and the following files where renamed:
- * /etc/graylog2.conf to /etc/graylog/server/server.conf
- * /etc/graylog2-server-node-id to /etc/graylog/server/node-id
-
-You can copy your 0.9x config but you should add
- * message_journal_enabled = true
- * message_journal_dir = /usr/lib/graylog/data/journal
-
-also; don't forget to update the node_id_file
+ [[ $2 == 1.* ]] && echo 'graylog now includes graylog-web-interface. You might need to add elasticsearch_cluster_name to server.conf'
EOF
}