Your message dated Tue, 2 Mar 2010 11:06:30 -0600
with message-id <[email protected]>
and subject line Fixed in 5.0.0
has caused the Debian Bug report #474042,
regarding bacula-director-pgsql: make_catalog_backup issues
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
474042: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474042
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bacula-director-pgsql
Version: 2.2.8-5withssl
Severity: minor
/etc/bacula/scripts/make_catalog_backup says
# $1 is the name of the database to be backed up and the name
# of the output file (default = bacula).
Actually, there is no default, and the first rm will fail without a decent
value.
The argument syntax described in the file also differs from that in my
bacula-dir.conf, though the latter is probably old (as far as this code goes):
/etc/bacula/scripts/make_catalog_backup -h '' -U bacula
The minimalist solution would be to correct the comment. I believe
the other coments about default values are accurate. More ambitious
approaches with option arguments are conceivable.
In any event, the callers (e.g., from bacula-dir.conf) should be
consistent with the script when things are done. They may be already.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (990, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-6-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bacula-director-pgsql depends on:
ii bacula-director-common 2.2.8-5withssl Network backup, recovery and verif
ii dbconfig-common 1.8.37 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.20 Debian configuration management sy
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libgcc1 1:4.3.0-2 GCC support library
ii libpq5 8.3.1-1 PostgreSQL C client library
ii libssl0.9.8 0.9.8g-8 SSL shared libraries
ii libstdc++6 4.3.0-2 The GNU Standard C++ Library v3
ii libwrap0 7.6.dbs-14 Wietse Venema's TCP wrappers libra
ii postgresql-client-8.1 8.1.11-0etch1 front-end programs for PostgreSQL
ii postgresql-client-8.2 [po 8.2.7-1 front-end programs for PostgreSQL
ii postgresql-client-8.3 [po 8.3.1-1 front-end programs for PostgreSQL
ii python2.4 2.4.5-1 An interactive high-level object-o
Versions of packages bacula-director-pgsql recommends:
ii postgresql 8.3.1-1 object-relational SQL database (la
ii postgresql-8.1 8.1.11-0etch1 object-relational SQL database, ve
ii postgresql-8.2 8.2.7-1 object-relational SQL database, ve
-- debconf information:
* bacula-director-pgsql/pgsql/authmethod-admin: ident
bacula-director-pgsql/pgsql/no-empty-passwords:
bacula-director-pgsql/upgrade-backup: true
* bacula-director-pgsql/install-error: ignore
bacula-director-pgsql/purge: true
* bacula-director-pgsql/pgsql/method: unix socket
* bacula-director-pgsql/db/app-user: bacula
bacula-director-pgsql/dbconfig-reinstall: false
* bacula-director-pgsql/db/dbname: bacula
bacula-director-pgsql/remote/host:
* bacula-director-pgsql/pgsql/admin-user: postgres
bacula-director-pgsql/internal/skip-preseed: false
bacula-director-pgsql/database-type: pgsql
bacula-director-pgsql/remote/port:
bacula-director-pgsql/remote/newhost:
bacula-director-pgsql/remove-error: abort
bacula-director-pgsql/passwords-do-not-match:
bacula-director-pgsql/internal/reconfiguring: false
* bacula-director-pgsql/pgsql/authmethod-user: ident
bacula-director-pgsql/pgsql/manualconf:
* bacula-director-pgsql/dbconfig-install: true
bacula-director-pgsql/dbconfig-upgrade: true
bacula-director-pgsql/missing-db-package-error: abort
bacula-director-pgsql/dbconfig-remove:
bacula-director-pgsql/upgrade-error: abort
bacula-director-pgsql/pgsql/changeconf: false
--- End Message ---
--- Begin Message ---
Version: 5.0.0-1
Bacula 5.0.0 and above now ship make_catalog_backup.pl, and use it by
default. It is much smarter about database names, as it reads them
from bacula-dir.conf directly.
--- End Message ---