Migrate from release 0.8.10 to 0.8.11
The release 0.8.11 is not backward compatible since the database table application
is replaced by the table preferences
.
The step for the migration are the following:
-
Write the value store in the
application
table. -
Create the table
preferences
using the SQL scriptpreferences.sql
:mysql -h ccmysql.in2p3.fr -u gesprod_xxxx -p track_publications_xxx < preferences.sql
-
Load the
plugin_dbui
release 0.7.1 -
Change the track_publication release to 0.8.11.
-
Update the
preferences
table using the user interface. -
Delete the
application
table usingDROP TABLE application
. -
For safety, force
harvesters.scan
toF
:mysql> UPDATE harvesters SET scan='F';