Database Upgrades

If the upgrade tasks for the upgrade you are carrying out include upgrading the database, then a script for performing the upgrade will be included in the distribution. All you need to do is log in as the escenic user on your database-host and run the appropriate script for your particular database. The scripts are located in the engine-installation/contrib/database/sql/ folder. Here you will find a subfolder for each supported database - MySQL and so on (MySQL = MariaDB). In each subfolder is an upgrade folder and a script for upgrading to the current version (plus scripts for upgrading to a number of previous versions. To upgrade a MariaDB database, for example, you would need to run:

engine-installation/contrib/database/sql/MySQL/upgrade/to-version

where version is the current Content Store version number.