-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Wagtail to latest LTS version 2.11 #4384
Comments
Some Wagtail / Django research: We’re currently using Wagtail 2.7.4 Of potential concern for editors:
I imagine this means only while logged in to Wagtail, right? Would be weird for Wagtail to show warnings to site visitors, too… Wagtail 2.10
Wagtail 2.9
Django 3.0
Django 3.1 didn’t change Python or Postgres support from Django 3.0 |
Created a branch (feature/4384-wagtail-to-2.11) yesterday while working on #3804 but ran into issues during pytest with psycopg2: |
Adding a point because of the database/migrations/psycopg2 complications |
Summary
What we're after:
To stay up to date with the Wagtail version releases, we should try and upgrade to the latest LTS version of Wagtail, version 2.11.
Completion criteria
Tech steps or considerations
When attempting to upgrade, you will see many additional migrations and app start up errors. We should trouble shoot this during the upgrade to see how we can make the upgrade feasible.
Migrations needed during upgrade:
Application start up errors:
The text was updated successfully, but these errors were encountered: