service: Support postgres >= 18 and postgres upgrades

This commit is contained in:
uumas
2026-03-12 00:26:35 +02:00
parent c673aae8dc
commit 470b60f988
3 changed files with 10 additions and 3 deletions

View File

@@ -294,7 +294,7 @@ argument_specs:
description:
- Postgresql version to use.
- Can be debian (n) or alpine-based (n-alpine), where n can be major version like 14 or minor like 14.13.
- Required if service_database_type is postgres, does nothing otherwise
- Ignored if database type is not postgres.
- If a custom postgres image is specified, see that image documentation for supported tags.
type: str
required: false