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
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
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