Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package postgres-17-image for
openSUSE:Factory checked in at 2026-07-10 17:46:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgres-17-image (Old)
and /work/SRC/openSUSE:Factory/.postgres-17-image.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-17-image"
Fri Jul 10 17:46:36 2026 rev:41 rq:1364890 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/postgres-17-image/postgres-17-image.changes
2026-07-06 12:33:34.717990340 +0200
+++
/work/SRC/openSUSE:Factory/.postgres-17-image.new.1991/postgres-17-image.changes
2026-07-10 17:49:01.164968298 +0200
@@ -1,0 +2,5 @@
+Wed Jul 8 08:53:04 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- unset bootstrap credentials before exec-ing the server
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ docker-entrypoint.sh ++++++
--- /var/tmp/diff_new_pack.73VeLt/_old 2026-07-10 17:49:02.861026106 +0200
+++ /var/tmp/diff_new_pack.73VeLt/_new 2026-07-10 17:49:02.865026243 +0200
@@ -377,6 +377,8 @@
EOM
fi
+
+ unset "${!POSTGRES_@}"
fi
exec "$@"