summarylogtreecommitdiffstats
path: root/zoneminder.install
diff options
context:
space:
mode:
Diffstat (limited to 'zoneminder.install')
-rw-r--r--zoneminder.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/zoneminder.install b/zoneminder.install
index 83e300144f2e..a03cb08a4f2e 100644
--- a/zoneminder.install
+++ b/zoneminder.install
@@ -31,6 +31,15 @@ post_install() {
post_upgrade() {
echo
+ echo "********************************************************************************************"
+ echo "* IMPORTANT NOTICE: Due to ZoneMinder 1.35.xx being a development branch, it may become *"
+ echo "* necessary at some point in the future to return your setup back to the 1.34.xx branch. *"
+ echo "* *"
+ echo "* For this reason, PLEASE MAKE SURE TO BACKUP YOUR DATABASE before using the following *"
+ echo "* commands to upgrade the database from the 1.34.xx scheme to the 1.35.xx one. Failure to *"
+ echo "* do so will make it impossible for you to return to 1.34.xx if something goes wrong. *"
+ echo "********************************************************************************************"
+ echo
echo "ZoneMinder's database needs to be updated. As the root user, run the following:"
echo
echo "/usr/bin/zmupdate.pl --nointeractive"