I just did a fresh install using the 6.1.0 Final Docker container and an AWS Aurora cluster using MySql 5.7.26 and when I access the index.php
I just get this error message:
An exception occurred while executing ' SELECT
base_class AS baseClass, IF(
active= 1 AND
installed_atIS NOT NULL, 1, 0) AS active,
path,
autoload,
managed_by_composerAS managedByComposer FROM
pluginORDER BY
installed_at;': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'shopware.plugin' doesn't exist
Shouldn´t I be greeted with an installation screen that creates these tables etc?