Updating from Drupal 8.7.10 to Drupal 8.8.0 and I've run into a few issues, not 100% sure they're all related but can't seem to find solutions.
1. After pulling in new code I run a drush updb and see a long list of database updates that need run.
2. All the updb's run except for views module :
Remove core key from views configuration.
3. The error I see on that failure is
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "content_moderation_state" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 150 of /var/application/docroot/core/lib/Drupal/Core/Entity/EntityTypeManager.php
We are not using the moderation module and thus it's not enabled ( nor has it ever been enabled ). The site seems to be running okay except that when I go to /admin/config/development/configuration I get this error ( white screen as well )
TypeError: Argument 2 passed to Drupal\Core\Config\DatabaseStorage::write() must be of the type array, boolean given, called in /var/application/docroot/core/lib/Drupal/Core/Config/Storage
Doing a drush cim runs through a list of imports and ends successfully, yet if I re-run the drush cim it lists the same ymls and repeats the same success message.