We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938cb2e commit 9e4f37fCopy full SHA for 9e4f37f
ansible/files/admin_api_scripts/grow_fs.sh
@@ -52,7 +52,7 @@ fi
52
53
if [ -b "${XVDH_DEVICE}" ] ; then
54
if [[ "${VOLUME_TYPE}" == "data" ]]; then
55
- resize2fs $XVDH_DEVICE
+ resize2fs "${XVDH_DEVICE}"
56
57
elif [[ "${VOLUME_TYPE}" == "root" ]] ; then
58
PLACEHOLDER_FL=/home/ubuntu/50M_PLACEHOLDER
ansible/vars.yml
@@ -9,9 +9,9 @@ postgres_major:
9
10
# Full version strings for each major version
11
postgres_release:
12
- postgresorioledb-17: "17.5.1.015-orioledb"
13
- postgres17: "17.4.1.072-disks-1"
14
- postgres15: "15.8.1.129"
+ postgresorioledb-17: "17.5.1.016-orioledb"
+ postgres17: "17.4.1.073"
+ postgres15: "15.8.1.130"
15
16
# Non Postgres Extensions
17
pgbouncer_release: "1.19.0"
0 commit comments