Removed 1.2.0 installation warnings
The message printed when MaxScale is installed from a package is no longer necessary for 1.3.0.
This commit is contained in:
@ -54,17 +54,3 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
cat <<EOF >& 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/<Service name> to /var/lib/maxscale/<Service name>.
|
|
||||||
|
|
||||||
******************************************************
|
|
||||||
EOF
|
|
||||||
|
Reference in New Issue
Block a user