Nice! Congratulations on finding and solving the issue, thank you both
Your fix worked for me and is quick.
However, for docker users you have to use down -v
to tear down the storage volumes, not just restart
as this didn't seem to work for me (..unless I didn't leave it long enough).
docker-compose down -v
docker-compose up -d
- ..rest of steps as comment above
Thanks again c: