Hi folks,
Doing a test migration from 2.6 to 2.10
Did a clean installation of 2.10 and got it working just fine..
Copied uploads and downloads from old to new site
Dropped and recreated new database with required format
Restored database from backup
When I run the upgrade task I get this:
user@atomtest:/usr/share/nginx/atom$ cd /usr/share/nginx/atom
user@atomtest:/usr/share/nginx/atom$ sudo php -d memory_limit=-1 symfony tools:upgrade-sql
Plugin arDominionPlugin no longer exists. Remove it (Y/n)?
y
>> upgrade-sql Removing plugin from settings: arDominionPlugin
>> upgrade-sql There is not a valid theme set currently.
Would you like to choose a new theme (Y/n)?
y
>> upgrade-sql Please enter a new theme choice:
1) arDominionB5Plugin
Select theme number: 1
>> upgrade-sql AtoM theme changed to arDominionB5Plugin.
WARNING: Your database has not been backed up!
Please back-up your database manually before you proceed.
If this task fails you may lose your data.
Have you done a manual backup and wish to proceed? (y/N)
y
There is no active transaction
user@atomtest:/usr/share/nginx/atom$
When I try to regenerate derivatives I get this:
user@atomtest:/usr/share/nginx/atom$ sudo php symfony digitalobject:regen-derivatives
[sudo] password for innopac:
Continuing will regenerate the derivatives for ALL digital objects
This will PERMANENTLY DELETE existing derivatives you chose to regenerate
Continue? (y/N)
y
[wrapped: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'digital_object.LANGUAGE' in 'field list']
Appreciate any tips...Thanks !