Durch löschen von Matomo, wurde auch die Shop Datenbank versehentlich gelöscht. Leider hatte ich die Daten der Datenbank nicht mehr, so dass ich eine neue Datenbank erzeugen musste und die Daten aus dem Backup wieder einspielen musste.
Nur habe ich die Daten für Datenbank und den Datenbankbenutzer nicht mehr, so das neue Erzeigt wurden.
Jetzt habe ich diesen Fehler:
Oops! An Error Occurred
The server returned a „500 Internal Server Error“.
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
# In all environments, the following files are loaded if they exist,
# the latter taking precedence over the former:
#
# * .env contains default values for the environment variables needed by the app
# * .env.local uncommitted file with local overrides
# * .env.$APP_ENV committed environment-specific defaults
# * .env.$APP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
# https://symfony.com/doc/current/configuration/secrets.html
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
###> shopware/core ###
APP_ENV=prod
APP_URL=http://127.0.0.1:8000
APP_SECRET=9435563782676e1dbc09f9f0f7a29
INSTANCE_ID=063847839908efec6ca9
BLUE_GREEN_DEPLOYMENT=0
DATABASE_URL=mysql://root:root@localhost/shopware
# With Shopware 6.4.17.0 the MAILER_DSN variable will be used in this template instead of MAILER_URL
MAILER_URL=null://null
###< shopware/core ###
###> shopware/elasticsearch ###
OPENSEARCH_URL=http://localhost:9200
SHOPWARE_ES_ENABLED=0
SHOPWARE_ES_INDEXING_ENABLED=0
SHOPWARE_ES_INDEX_PREFIX=sw
SHOPWARE_ES_THROW_EXCEPTION=1
###< shopware/elasticsearch ###
###> shopware/storefront ###
STOREFRONT_PROXY_URL=http://localhost
SHOPWARE_HTTP_CACHE_ENABLED=1
SHOPWARE_HTTP_DEFAULT_TTL=7200
###< shopware/storefront ###
###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=flock
###< symfony/lock ###
###> symfony/mailer ###
# MAILER_DSN=null://null
###< symfony/mailer ###
###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
# doctrine://default?auto_setup=0
###< symfony/messenger ###
Das habe ich drin und habe erstmal auf Sonderzeichen verzichtet. Auch die Daten sind fake für die Darstellung. So sieht es aus. Die Datenbank wurde vollständig übertragen.
Neutrale Frage: wieso nutzt du einen VPS, wenn du anscheinend nicht einmal mit den Basics vertraut bist. Das ist in jeder Hinsicht, auch Richtung DSGVO, echt riskant.
Sehe grade das in unserem laufenden Testshop 6.5.2 tatsächlich auch DATABASE_URL=mysql://root:root@localhost/shopware
steht. Bin jetzt grade selbst verwirrt wo er sich dann die Daten ablegt. in der Mipa mal genauer schauen Oo