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 d19ff5a commit 51b30b7Copy full SHA for 51b30b7
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -306,6 +306,8 @@ EOF
306
echo "11. Copying custom configurations"
307
mkdir -p "$MOUNT_POINT/conf"
308
cp -R /etc/postgresql-custom/* "$MOUNT_POINT/conf/"
309
+ # removing supautils config as to allow the latest one provided by the latest image to be used
310
+ rm -f "$MOUNT_POINT/conf/supautils.conf" || true
311
312
# removing wal-g config as to allow it to be explicitly enabled on the new instance
313
rm -f "$MOUNT_POINT/conf/wal-g.conf"
0 commit comments