Skip to content

Commit

Permalink
fix: add recursive flag to custom extension script directory delete (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored Oct 25, 2024
1 parent a5e5919 commit 1211077
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ EOF
cp -R /etc/postgresql-custom/* "$MOUNT_POINT/conf/"
# removing supautils config as to allow the latest one provided by the latest image to be used
rm -f "$MOUNT_POINT/conf/supautils.conf" || true
rm -f "$MOUNT_POINT/conf/extension-custom-scripts" || true
rm -rf "$MOUNT_POINT/conf/extension-custom-scripts" || true

# removing wal-g config as to allow it to be explicitly enabled on the new instance
rm -f "$MOUNT_POINT/conf/wal-g.conf"
Expand Down

0 comments on commit 1211077

Please sign in to comment.