Default to PostgreSQL 17 for fresh installs
Default to PostgreSQL 17 for fresh installs
* Fresh installs now default to PostrgreSQL 17.
* The default can be overridden by setting `postgresql['version']=16`.
* Existing installations do not upgrade automatically.
Simailr changes were done for PG 16 in this MR:
- https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8198
issue