Hi everyone,
We are having similar issue when upgrading from 2.8.0 - 193 to 2.9.1 - 184
When we do php -d memory_limit=-1 symfony tools:upgrade-sql, we get 'There is not active transaction'.
Then we try php -d memory_limit=-1 symfony tools:upgrade-sql -n="184" and it works but doing
php symfony digitalobject:regen-derivatives, we get Column not found: 1054 Unknown column 'digital_object.LANGUAGE' error.
Jose's comments mention it is missing migrations 2.8.0 193 to 2.9.1 184.
How do we do the upgrade-sql statement for the missing migrations?
In another thread, there was an example of
php -d memory_limit=-1 symfony tools:upgrade-sql -n="193"
php -d memory_limit=-1 symfony tools:upgrade-sql -n="192"
php -d memory_limit=-1 symfony tools:upgrade-sql -n="191"
Does it mean we repeat this 10x for 193 to 184?
Thank
John