Closed pjmoura577 closed 1 month ago
Are there more logs? In theory this only happens if a previous migration crashed after creating the notes column
I've run into the same error. The following steps are what I did to arrive there:
client
subfolderdocker-compose.yml
and .env.example
(renamed to .env
)ACCOUNT_MANAGER_SECRET
to a "SHA 256-bit Key" and MARIADB_PASSWORD
to a passphrase containing only a-z
and -
docker compose up -d
in the folder containing client
, docker-compose.yml
and .env
dlu-darkflameserver-1
container again (It stops for some reason)docker exec -it dlu-darkflameserver-1 /app/MasterServer -a
flask db upgrade
in the dlu-darkflameweb-1
container.Logs: https://gist.github.com/PlatinPython/59a8c9c14d7904c1424cc377a003f789
Running Windows 10 Pro 22H2 and using the WSL 2 backend in docker.
Hi @PlatinPython thank you very much for the detailed report. Based on the errors in the logs, I think you may be hitting https://github.com/MariaDB/mariadb-docker/issues/331 (aka https://jira.mariadb.org/browse/MDEV-24189, aka https://github.com/microsoft/WSL/issues/8443), which explains why I can't reproduce it on linux. Can you check whether the reproduction in https://github.com/microsoft/WSL/issues/8443#issuecomment-1836812926 applies to you?
EDIT: Can you share more details on your docker setup? Are you on windows? Are you using the WSL-2 or the Hyper-V backend for docker / docker-desktop? Can you try the other one?
As far as I can tell, the reproduction linked does not apply to me, as I don't get error on fstat errno 2
anywhere in my output.
I had already added the details of my docker setup to my original comment. I'll give the Hyper-V backend a try and report back.
Docker with the Hyper-V backend seems to work fine. Login works and flask db upgrade
also runs without errors.
closing as resolved