Missing layers
Closed this issue · 5 comments
Running ./vendor/bin/typo3 upgrade:run
, I get following result:
! [NOTE] Wizard odsOsmFileLocationUpdater does not need to make changes. Marking wizard as done.
! [NOTE] Wizard odsOsmMigrateSettings does not need to make changes. Marking wizard as done.
I tried to run the SQL queries in ext_tables_static+adt.sql
manually and received the error "Column count doesn't match value count at row 1". As all tables were empty, I deleted them and re-run upgrade wizard + refreshed static db content. Now it works again. Looks to me that upgrade wizard does not update the scheme with the changes introduced with 918a6b7.
Have you run a db compare before? The upgrade wizard won't do the scheme upgrades.
Finally, it works again for you?
I ran the Analyze Database Structure job before, but didn't spot anything related to ods_osm. However, it's working now, so we can consider the issue resolved. Thanks for your help!
Thank you for your feedback.