Commit graph

4 commits

Author SHA1 Message Date
15a654cb69
Fix broken Upgrade Wizards within Install Tool
An _events_ user will be created and used on demand in order to allow
execution of upgrade wizards within install tool.
2023-08-09 13:22:34 +02:00
6348b1079d
Prevent exception due to missing database columns in update wizard (#29) 2023-07-04 10:31:01 +02:00
c6ad36b294 Use proper column names
Normal updates are executed:

    ./vendor/bin/typo3cms upgrade:prepare

    ./vendor/bin/typo3cms upgrade:run all --no-interaction

    ./vendor/bin/typo3cms database:updateschema '*'

    ./vendor/bin/typo3cms database:updateschema '*'

The first one will execute an database:updateschema which will run safe
which only adds and doesn't rename or remove columns.
Then our update wizard can use the existing columns and new columns and
tables.
The last step will actually rename and remove.
2023-01-24 13:08:46 +01:00
8bd15ac380 Provide location update wizard 2023-01-09 11:49:51 +00:00