From 672f717a8fc3104f09c6fd3885885ae290fd1b6f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 30 Sep 2022 20:57:11 +0200 Subject: [PATCH] cats: Update postgresql upgrade procedure --- bacula/src/cats/update_postgresql_tables.in | 43 +++++++++++++++++++ .../update_postgresql_tables_1025_to_1026.in | 43 +++++++++++++++++++ 2 files changed, 86 insertions(+) diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index 6e290e672..0bca86b0e 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -717,7 +717,50 @@ fi if [ "$DBVERSION" -eq 1025 ] ; then if psql -f - -d ${db_name} $* <