You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you provide a regular mysqldump of plugin table? So I can reproduce it?
I installed locally the Klarna Plugin and exported and imported it successfully on mariadb 11.5.2
PHP Version
irrelevant
Shopware Version
irrelevant
Plugin Version
0.4.59
Actual behaviour
If I try to import the dump into the database, I get the error
Unknown command '\"'.
from themysql
commandExpected behaviour
A successful import of the database
Steps to Reproduce?
shopware-cli project dump --username db --password db --host db db
mysql -udb -pdb db < dump.sql
It is basically the
plugin
table that is not properly functioning:The text was updated successfully, but these errors were encountered: