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 2d658fc commit a5e5919Copy full SHA for a5e5919
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -426,6 +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
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