From 528e69b726229f9489f4f7edf81eb17bd73820d2 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Tue, 9 Jun 2015 12:51:43 +0300 Subject: [PATCH] Added a warning about 1.2 changes to the postinstall script --- etc/postinst.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/postinst.in b/etc/postinst.in index abf2db1ef..82886990f 100755 --- a/etc/postinst.in +++ b/etc/postinst.in @@ -37,3 +37,17 @@ then cp @CMAKE_INSTALL_PREFIX@/@MAXSCALE_SHAREDIR@/maxscale.service /usr/lib/systemd/system fi /sbin/ldconfig + +cat <& 2 +********** Notice: MaxScale 1.2 Changes ************** + +MaxScale 1.2 has changed the default installation locations +and various files have changed locations. The configuration +file is now read from /etc/maxscale.cnf (note the lower case name) +and MaxScale data is in /var/lib/maxscale/. + +The default location of binary log files and the authentication cache changed from +/usr/local/mariadb-maxscale/ to /var/lib/maxscale/. + +****************************************************** +EOF