odoo/odoo#182645
Created by Upgrade, Christophe Simonis (chs)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- Linked pull requests
- label
- odoo-dev:18.0-minpg-chs
- head
- d4c84f17cbfd22b57f56be16dcfc8295c8e50952
odoo/odoo | odoo/documentation | |
---|---|---|
18.0 | #182645 missing statuses missing r+ | #11150 ready |
saas-18.2 | ||
saas-18.3 | ||
saas-18.4 | ||
19.0 | ||
master |
[IMP] core: validate the `db_*` options.
Ensure we connect a PostgreSQL server with a supported version.
Until now, there wasn't check on the minimal supported version, which may lead to unexpected issues way long after the creation of the database. The only constraint was written in the documentation1 and stated that the minimal version was PostgreSQL 12, which won't be supported after November 14, 20242.
Now required PostgreSQL 15, which is the version available on debian stable3.
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
-
https://www.postgresql.org/support/versioning/ ↩
-
https://packages.debian.org/bookworm/postgresql ↩