On 2022-09-01 7:57 AM, Uwe Schuerkamp wrote:
...
So I'm wondering why "text" would end up displayed as "hex" in bconsole?

Because it's a hex text, presumably ;)

This is likely happening when pulling the data out of mysql, not when displaying it in bconsole.

You could try `select encode(Volume, 'hex') from` whatever table it's in, in psql. If that looks OK: `update $table set Volume=encode(Volume, 'hex')` would be quick fix. Maybe add a guard along the lines of "where Volume like '\x%'" or something.

Dima



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to