[X] ... the documentation does not mention anything about my problem
[X] ... there are no open or closed issues that are related to my problem
Description
I'm trying to migrate from a hosting provider to self hosted through Docker. I'm trying to migrate the DB but am having issues. I can connect and stuff just fine, but I'm getting the following error:
I tried looking on the Flarum forum about similar issues from about 4 years ago, and they suggested running php flarum migrate but seeing as how the container crashes out, I'm unable to do that.
Expected behaviour
Flarum uses other DB normally.
Actual behaviour
Flarum does not use other DB normally.
Steps to reproduce
Export old DB from hosting provider
Import old DB into MariaDB 10 and your Flarum version
Please note the "temp" user in MariaDB was required. If I tried to connect with an empty /data volume, before creating a fresh install, it wouldn't work. I'm now trying to connect to the new DB, which I technically have, but I can't get it to work properly.
Any help is greatly appreciated. Please let me know if you require any additional information.
Support guidelines
I've found a bug and checked that ...
Description
I'm trying to migrate from a hosting provider to self hosted through Docker. I'm trying to migrate the DB but am having issues. I can connect and stuff just fine, but I'm getting the following error:
I tried looking on the Flarum forum about similar issues from about 4 years ago, and they suggested running
php flarum migrate
but seeing as how the container crashes out, I'm unable to do that.Expected behaviour
Flarum uses other DB normally.
Actual behaviour
Flarum does not use other DB normally.
Steps to reproduce
Docker info
Docker Compose config
Logs
Additional info
Please note the "temp" user in MariaDB was required. If I tried to connect with an empty /data volume, before creating a fresh install, it wouldn't work. I'm now trying to connect to the new DB, which I technically have, but I can't get it to work properly.
Any help is greatly appreciated. Please let me know if you require any additional information.