mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update default PostgreSQL version to 13
Changed the default PostgreSQL version from 12 to 13 in both the setup script and the JSON configuration. Also removed a redundant password change warning from the JSON notes.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -33,10 +33,6 @@
|
||||
"password": "See /root/postgresus.creds"
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Change the default password after first login for security",
|
||||
"type": "warning"
|
||||
},
|
||||
{
|
||||
"text": "Supports PostgreSQL versions 12-18 with cloud and self-hosted instances",
|
||||
"type": "info"
|
||||
|
||||
Reference in New Issue
Block a user