shyim / shopware

Shopware 6 Docker Image
https://hub.docker.com/r/shyim/shopware
MIT License
66 stars 13 forks source link

Installer starts after upgrade to 6.5.4.1 #117

Open raupach opened 1 year ago

raupach commented 1 year ago

I have upgraded from version 6.4.20.2 to 6.5.4.1. After that I wanted to log in as admin. Instead of the admin page, the Shopware installer started. What happened there? I do not want to do a reinstallation. I then ran the installer with a second new database. After that everything was ok again and the old database was active. But when I recreated the container, the installer was there again.

shyim commented 1 year ago

Can you set SHOPWARE_SKIP_WEBINSTALLER=1 as environment variable?

shyim commented 1 year ago

See also README. I don't recommend using this Docker image anymore for Shopware 6.5. You should checkout https://github.com/FriendsOfShopware/production-docker and create your own Docker image from your project

raupach commented 1 year ago

Can you set SHOPWARE_SKIP_WEBINSTALLER=1 as environment variable?

Ok, that worked. Thank you.

raupach commented 1 year ago

See also README. I don't recommend using this Docker image anymore for Shopware 6.5. You should checkout https://github.com/FriendsOfShopware/production-docker and create your own Docker image from your project

Looks complicated. Can I migrate my current installation?