dhis2-users team mailing list archive
-
dhis2-users team
-
Mailing list archive
-
Message #00420
Re: [Dhis2-devs] MySQL script for upgrading to DHIS version 2.3
Just wanted again to emphasize Caveman's tip that appending "-f" is
necessary here which forces the script to continue even if a single command
fails. This might well happen since the script also cleans up some outdated
tables from earlier releases which might not exist in your database:
mysql database_name -u user -p < dhis-upgrade-2.3.sql -f
References