Open rdelcorro opened 4 years ago
If you got that error, it means that migration didn't run: https://github.com/wallabag/wallabag/blob/557e810c1f2b2e662f163fc419014e80d5484e3a/app/DoctrineMigrations/Version20200428072628.php
From which version to which version did you upgrade?
Hi @j0k3r, I did see the migration output once, but I lost the shell. I did not know what version I had as this was a simple docker pull from latest. Is there a way to see detailed error logs somehow? I am using the official wallabag/wallabag:latest image with a database that is dedicated and linked to the container. Could it be that my env is not prod? What is the env that the container runs by default?
I have the same error. I've updated from docker image 2.3.2(not sure about the last digit) to 2.3.8.
I've run migrations script and I saved the output:
As you can see the migration that @j0k3r has mentioned didn't run.
My output after startup:
Versions that I use:
I've updated to the latest
docker image and I've connected to the container and there no Version20200428072628.php
migration in it:
/var/www/wallabag/app/DoctrineMigrations # ls
Version20160401000000.php Version20161022134138.php Version20161118134328.php Version20161214094403.php Version20170501115751.php Version20170719231144.php
Version20160410190541.php Version20161024212538.php Version20161122144743.php Version20170127093841.php Version20170510082609.php Version20170824113337.php
Version20160812120952.php Version20161031132655.php Version20161122203647.php Version20170327194233.php Version20170511115400.php Version20171008195606.php
Version20160911214952.php Version20161104073720.php Version20161128084725.php Version20170405182620.php Version20170511211659.php Version20171105202000.php
Version20160916201049.php Version20161106113822.php Version20161128131503.php Version20170407200919.php Version20170602075214.php Version20171120163128.php
Version20161001072726.php Version20161117071626.php Version20161214094402.php Version20170420134133.php Version20170606155640.php Version20171125164500.php
Hi, I am seeing this error after an update:
I also followed the docs and migrated the database: