Closed Farnsi closed 11 months ago
Hi @Farnsi
Thanks for reporting this bug. I have looked into this, and this issue is now solved in v1.5.1.
Please delete your current version of the image with:
docker image rm samihsoylu/journal --force
And you also need to delete the broken database from your system. You can find it in:
docker volume ls
# Remove with something along the lines of (depending on the name):
docker volume rm journal_db_data
When you run docker compose up
it should now work.
Do not hesitate to re-open this issue if you encounter another problem :)
On the first start:
On the second
docker-compose up
i gotAfter the first start the database journal with the tables categories, entries, migrations, templates, users, widgets are created.
The table migrations contains 3 entries
All other tables are empty, but structure exists.