I’m running FarmOS using Docker and recently tried to upgrade from 2.0.0-beta4 directly to 2.0.0-beta8. The update failed to update the database properly. The following tables still need to be updated:
Asset
- The Owners field needs to be installed.
Consumer - The Client ID field needs to be updated.
Log - The Laboratory field needs to be updated.
drush updb produces this error:
[notice] Update started: farm_lab_test_post_update_migrate_lab_terms
[error] SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘lab_value’ in ‘field list’: SELECT entity_id, lab_value FROM log__lab WHERE deleted = 0; Array
(
)[error] Update failed: farm_lab_test_post_update_migrate_lab_terms
[error] Update aborted by: farm_lab_test_post_update_migrate_lab_terms
[error] Finished performing updates.
What should I do to the db to get the update to work properly? Thanks for your help.
Robert