Re: [Bacula-users] New release Bacularis 1.1.0

2022-08-29 Thread John Lockard
They didn't change the name, it's a fork. On Mon, Aug 29, 2022 at 8:16 AM Elias Pereira wrote: > Hello Marcin, > > Sorry for the question, but why did you change the name from "baculum" to > "bacularis"? :D > > On Fri, Aug 26, 2022 at 6:14 PM Marcin Haba wrote: > >> Hello Everybody, >> >> We ar

Re: [Bacula-users] New release Bacularis 1.1.0

2022-08-29 Thread Elias Pereira
Hello Marcin, Sorry for the question, but why did you change the name from "baculum" to "bacularis"? :D On Fri, Aug 26, 2022 at 6:14 PM Marcin Haba wrote: > Hello Everybody, > > We are pleased to let you know that a new version of Bacularis has been > released. > > This is a new feature and bug

Re: [Bacula-users] Migrating from mariadb to postgresql

2022-08-29 Thread Charles Tassell
Hi Uwe,   You might want to try just dumping the data as full inserts and then import it with pgsql.  IE: mysqldump -nc bacula |grep INSERT >output.sql psql bacula \. output.sql Another option wqould be to use the --default-character-set option to mysqldump to switch the output to just latin1