Hello Stefan, Yes, for PostgreSQL 15 you need this patch. It should still be valid.
At the moment Bacula GitLab stopped working so I am sending the patch in attachment. It is a one line patch. After applying it, the TDbCommand error should not occur anymore. Good luck. Best regards, Marcin Haba (gani) On Thu, 25 Jan 2024 at 13:45, Stefan G. Weichinger <li...@xunil.at> wrote: > > seems I hit this: > > https://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg72759.html > > Is it advised to use bacularis instead now? > > > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users -- "Greater love hath no man than this, that a man lay down his life for his friends." Jesus Christ "Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie za przyjaciół swoich." Jezus Chrystus
From 5ac1bbcd9c8d68b99f1a3569b7b7f7d95610f747 Mon Sep 17 00:00:00 2001 From: Marcin Haba <marcin.h...@bacula.pl> Date: Mon, 3 Jul 2023 13:14:07 +0200 Subject: [PATCH] baculum: Improve support for newer PostgreSQL versions This change is ported from Bacularis. --- .../prado/framework/Data/Common/Pgsql/TPgsqlMetaData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlMetaData.php b/gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlMetaData.php index 68a8bff5f..394a05ed6 100644 --- a/gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlMetaData.php +++ b/gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlMetaData.php @@ -297,7 +297,7 @@ EOD; SELECT conname, pg_catalog.pg_get_constraintdef(oid) AS consrc, - contype, + CAST(contype AS text), conrelid AS relid, NULL AS indkey, FALSE AS indisclustered -- 2.43.0
_______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users