From 29cf092a6365b0051e1f1428a5eee6526179422d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 26 Apr 2012 14:14:04 +0000 Subject: [PATCH] Only upload DB dump of CE trunk installations Pro looks different, at least for the 2nd node, we might have to investigate on that, but for the time being just stay at CE to keep svn logs sane... From: Michael Prokop --- deployment.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deployment.sh b/deployment.sh index d3e2412..b9d81a3 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1170,6 +1170,13 @@ for i in asterisk atd collectd collectdmon dbus-daemon exim4 \ done upload_db_dump() { + if "$CE_EDITION" ; then + echo "CE edition noticed, continuing..." + else + echo "This is not a CE edition, ignoring request to generate and upload DB dump." + return 0 + fi + chroot $TARGET /etc/init.d/mysql restart || true # retrieve list of databases