Adding an extra script for removing config items like the gmap key, that way they dont have to be done every time you need to dump a new version of the databaseThe limitation of this is that you still have to delete the unused users and start the sample lessons
Un-commenting the script that updates the lams versions. This was going to be handled by autopatch, but that would mean that the server version numbers would not be updated for a normal build
LI-167 Check if mysql test works for a non-default mysql portthe problem here was not with jdbc but instead with shell, the SQL_URL's '&' character was getting munged by shell, so escaping it here did the trick
LI-167 Check if mysql test works for a non-default mysql portthe problem here was not with jdbc but instead with shell, the SQL_URL's '&' character was getting munged by shell, so escaping it here did the trick
LI-170 Autopatch now takes care of db updates, so alot of the old ant update task have now been commentedLI-171 New tools added to ant build to use the tool deployerLI-172 application.xml updated to include new builds
LI-171 - Add new tools to the updater for 2.2As of 2.2, we only need to use the tool deployer to add new tools, autopatch will handle any updaters thereafter
Creating 2.0.7 - 2.1 updater branch for the folks at Solution Grove:Changes- Added sql script to remove the LDAP configs- Changed the required database version from 2.0.4 to 2.0.7- Changed the MC update script