We're running an instance with about 1300 nvps - and as such our database is considerably large.
I know that adding a primary key to the items table is only done on new installs and can be done optionally AFTER an upgrade to the 6.0 database schema, but I'm trying to work out what other changes are made (i.e. what SQL is run against the database to migrate to 6.0) during the upgrade process to try and gauge how long an upgrade will take. I've done an upgrade of a test instance with a couple of hosts and the upgrade took a minute or two - so _something_ must be being processed during the database upgrade...?
I've tried hunting around on the Github repo, but I've not come across anything that gives me that information. Is there a file or set of files that contain the SQL used to upgrade the schema/database version? For reference, I'm running on MariaDB.
I know that adding a primary key to the items table is only done on new installs and can be done optionally AFTER an upgrade to the 6.0 database schema, but I'm trying to work out what other changes are made (i.e. what SQL is run against the database to migrate to 6.0) during the upgrade process to try and gauge how long an upgrade will take. I've done an upgrade of a test instance with a couple of hosts and the upgrade took a minute or two - so _something_ must be being processed during the database upgrade...?
I've tried hunting around on the Github repo, but I've not come across anything that gives me that information. Is there a file or set of files that contain the SQL used to upgrade the schema/database version? For reference, I'm running on MariaDB.
Comment