You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2026. It is now read-only.
There is no documention for upgrading between two 2.6 releases in https://doc.wallabag.org/admin/upgrade/
This worked for me with from 2.6.10 to 2.6.12 (on Debian 12, installation from
git clone)git pull git checkout 2.6.12 bin/console cache:clear --env=prod # to avoid an error 500I do not understand when I have to run (or not)
make install(in fact I never had
composerinstalled, although it seems compulsory?!)It seems that general instructions are hidden there in the migration to 2.3: https://doc.wallabag.org/admin/upgrade/#upgrade-on-a-shared-hosting
This may need a copy-paste from elsewhere or a pointer?
If some of this is correct, I can try to make a PR on the doc