We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e5919 commit 1211077Copy full SHA for 1211077
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -426,7 +426,7 @@ EOF
426
cp -R /etc/postgresql-custom/* "$MOUNT_POINT/conf/"
427
# removing supautils config as to allow the latest one provided by the latest image to be used
428
rm -f "$MOUNT_POINT/conf/supautils.conf" || true
429
- rm -f "$MOUNT_POINT/conf/extension-custom-scripts" || true
+ rm -rf "$MOUNT_POINT/conf/extension-custom-scripts" || true
430
431
# removing wal-g config as to allow it to be explicitly enabled on the new instance
432
rm -f "$MOUNT_POINT/conf/wal-g.conf"
0 commit comments