summarylogtreecommitdiffstats
path: root/graylog.install
diff options
context:
space:
mode:
Diffstat (limited to 'graylog.install')
-rw-r--r--graylog.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/graylog.install b/graylog.install
new file mode 100644
index 000000000000..3496bd90de7c
--- /dev/null
+++ b/graylog.install
@@ -0,0 +1,16 @@
+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
+EOF
+}