Problem/Motivation
This may be an issue with Configuration management and not Standard profile, but I need to bisect.
Drupal 8 fails to complete installation successfully with the following error trying to create node__field_image a second time.
Drupal\Core\Database\SchemaObjectExistsException: Table node__field_image already exists. in Drupal\Core\Database\Schema->createTable() (line 678 of /var/www/drupal8.dev/core/lib/Drupal/Core/Database/Schema.php).
Proposed resolution
Bisect / Find the culprit commit in either Field UI, CMI, DB Layer, or the Profile and fix it.
Remaining tasks
Debug.
User interface changes
No
API changes
Probably not
Comments
Comment #1
mradcliffeNeed to find steps to reproduce.
Comment #2
mradcliffeCan't reproduce on a clean virtual machine. Sorry.