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 <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 14 years ago
parent 73a1494c3c
commit 29cf092a63

@ -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

Loading…
Cancel
Save