Re: Debian 12 to 13 Bacula update 9.6 to 15 failed at two steps

Pierre Bernhardt <[email protected]> Wed, 10 Jun 2026 11:54:24 +0200
Newsgroups gmane.comp.bacula.user
Message-ID <[email protected]>
Am 09.06.26 um 20:21 schrieb Martin Simmons:
>>>>>> On Mon, 8 Jun 2026 22:49:52 +0200, Pierre Bernhardt said:
> The problem is that you are running bash with the input, so that is
> interpreting the $$ a second time.
> 
> If you want to simulate what update_postgresql_tables does, then do it with
> cat, i.e.
> 
> cat <<END
> escaped: \$\$
> not escaped: $$
> END

Ok, by the way in the script the \ are complete missing so the
step is failed because of the replaced pid looks like from the
script itself ;-)
So it is still a bug which I should report to the debian team.

But thx for the update.

Cheers