synapse/.ci/scripts
Devon Hudson 5d545d1626
Remove support for PostgreSQL 13 (#19170)
This PR removes support for PostgreSQL 13 as it is deprecated
(tomorrow).
Uses https://github.com/element-hq/synapse/pull/18034 as a reference of
where to look, and also found a few other places that needed updating.
I didn't see anywhere in Complement that needs updating.
There is a companion Sytest PR deprecating psql13 over there:
https://github.com/matrix-org/sytest/pull/1418

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [X] Pull request is based on the develop branch
* [X] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [X] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct (run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
2025-11-13 19:38:59 +00:00
..
auditwheel_wrapper.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
calculate_jobs.py Remove support for PostgreSQL 13 (#19170) 2025-11-13 19:38:59 +00:00
check_lockfile.py Update Poetry to 2.1.1, including updating the lock file version. (#18251) 2025-03-21 15:32:52 +00:00
checkout_complement.sh Test Synapse against Complement with workers. (#12810) 2022-05-31 13:02:00 +00:00
gotestfmt Print complement failure results last (#13639) 2022-08-28 20:05:30 +00:00
prepare_old_deps.sh Update pyproject.toml to be compatible with other standard Python packaging tools (#19137) 2025-11-12 12:37:42 +00:00
setup_complement_prerequisites.sh Use setup-go instead of relying on go 1.17 to exist (#15403) 2023-04-06 15:23:36 +01:00
test_export_data_command.sh Add more user information to export-data command. (#14894) 2023-02-01 15:45:19 +00:00
test_synapse_port_db.sh Fix portdb CI by hardcoding the new pg_dump restrict key that was added due to CVE-2025-8714. (#18824) 2025-08-15 13:32:05 +01:00
triage_labelled_issue.sh Fix triage_labelled GHA workflow (#18913) 2025-09-24 14:17:14 +01:00