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
Use bookworm; target specific Python & PostgreSQL (#1414)
Update dependencies to comply with Synapse's deprecation policy: https://element-hq.github.io/synapse/latest/deprecation_policy.html
- Upgrade to Debian Bookworm (the current oldstable) to pull in the oldest supported version of SQLite.
- Instead of installing PostgreSQL from Debian repositories, use the PostgreSQL Apt Repository to install its lowest-supported version.
- Instead of installing Python from Debian repositories, use uv to install its lowest-supported version.
0 commit comments