Probleme mit php bin/setup

Nachdem ich alle Fragen des Setup beantwortet habe, bricht das Setup in Schritt 8 ab:

  • (1/38) Starting
    > php dev-ops/generate_ssl.php …
  • (2/38) Starting
    > composer install …
  • (3/38) Starting
    > composer install
  • (4/38) Starting
    > mysql -u ‘her_u_dev’ -p’…’ -h ‘dedi3073.your-server.de’ --port=‘3306’ -e “DROP DATABASE IF EXISTS `her_dev`”
            mysql: [Warning] Using a password on the command line interface can be insecure.
  • (5/38) Starting
    > mysql -u ‘her_u_dev’ -p’…’ -h ‘dedi3073.your-server.de’ --port=‘3306’ -e “CREATE DATABASE `her_dev` DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci”   
            mysql: [Warning] Using a password on the command line interface can be insecure.
  • (6/38) Starting
    > mysql -u ‘her_u_dev’ -p’…’ -h ‘dedi3073.your-server.de’ --port=‘3306’ her_dev < vendor/shopware/platform/src/Core/schema.sql
            mysql: [Warning] Using a password on the command line interface can be insecure.
  • (7/38) Starting
    > if [-d “var/cache”]; then find var/cache -maxdepth 1 ! -name cs_fixer ! -name phpstan ! -name psalm ! -wholename var/cache -exec rm -rf {} ;; fi

(8/38) Starting
> bin/console database:migrate --all core

        In AbstractMySQLDriver.php line 42:

          An exception occurred while executing ’            # dbal-plugin-loader
                      SELECT
                             name,
                             base_class AS baseClass,
                             IF(active = 1 AND installed_at IS NOT NULL, 1, 0) AS
           active,
                             path,
                             autoload,
                             managed_by_composer AS managedByComposer
                      FROM plugin
                      ORDER BY installed_at;’:

          SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘ap_db_0000001.pl
          ugin’ doesn’t exist

        In PDOConnection.php line 80:

          SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘ap_db_0000001.pl
          ugin’ doesn’t exist

        In PDOConnection.php line 75:

          SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘ap_db_0000001.pl
          ugin’ doesn’t exist

 

Execution aborted, a subcommand failed!

Etwas hat das Script schon angelegt:

Ihm fehlt die Plugin Tabelle. Irgendwas scheint da schief gelaufen zu sein. Db nochmal löschen -> erneut versuchen.  Nach meinem Verstädnis.

 

Gruß

1 „Gefällt mir“

Das habe ich probiert. Merkwürdigerweise funktioniert es mit einem lokalen Docker-MySQL aber nicht mit einer leeren Datenbank bei Hetzner.

Sind alle Voraussetzungen für die MySQL DB gemäss Installanleitung erfüllt (Version, Parameter).

 

1 „Gefällt mir“

Prüfe es gleich nochmal