Discussion:
[Bacula-users] Encoding
Gordon Neumann
2009-12-10 14:22:03 UTC
Permalink
Hello,

i want to know if anyone has experience with database encoding at Bacula
3.0.2-3.
Its a lenny-backport package.
system configuration:
os: debian lenny
bacula: 3.0.2-3 lenny-backport
database: PostgreSQL 8.3

My question in detail.
The database bacula on my postgreSQL-server has encoding level UTF-8.
Bacula in this version requires SQL_ACSII.
Is there any chance to say bacula it should use UTF-8 instead of SQL_ASCII?
It is no option to change encoding of database to SQL_ASCII for us, we
still want to
use UTF-8. Maybe there exists any configuration file i've not found yet
or any other
surrounding to solve this problem?

Many thanks and kind regards!
--
Beste Grüße

Gordon Neumann

-----------------------------------
SOURCEPARK GmbH
Helmholtzstr. 2-9, Gebäude M
10587 Berlin

Tel: +49 (0) 30 / 39 80 68 30
Fax: +49 (0) 30 / 39 80 68 39
e-mail: ***@sourcepark.de
www: www.sourcepark.de
-----------------------------------
SOURCEPARK GmbH
Sitz der Gesellschaft: Berlin / Amtsgericht Charlottenburg
HRB 80254
Geschäftsführung: Matthias Barmeier, Harald Dürr
-----------------------------------
Diese Email kann vertrauliche und/oder rechtlich geschützte Informationen
enthalten. Wenn sie nicht der richtige Adressat sind oder diese E-Mail irr-
tümlich erhalten haben, informieren Sie bitte sofort diesen Absender und ver-
nichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser E-Mail ist nicht gestattet.
Bruno Friedmann
2009-12-10 19:30:57 UTC
Permalink
Post by Gordon Neumann
Hello,
i want to know if anyone has experience with database encoding at Bacula
3.0.2-3.
Its a lenny-backport package.
os: debian lenny
bacula: 3.0.2-3 lenny-backport
database: PostgreSQL 8.3
My question in detail.
The database bacula on my postgreSQL-server has encoding level UTF-8.
Bacula in this version requires SQL_ACSII.
Is there any chance to say bacula it should use UTF-8 instead of SQL_ASCII?
It is no option to change encoding of database to SQL_ASCII for us, we
still want to
use UTF-8. Maybe there exists any configuration file i've not found yet
or any other
surrounding to solve this problem?
Many thanks and kind regards!
If you want to use utf-8 database you can create your database based on a utf-8 enabled template.
check the create-database script. Quiet easy to hack.

BUT

If you save inside anything else than proper utf-8 filename & path : you loose.

Check the mailing archives in users & dev about the subject
"Catastrophic changes to PostgreSQL 8.4"
--
Bruno Friedmann
Dan Langille
2009-12-12 12:04:21 UTC
Permalink
Post by Gordon Neumann
Hello,
i want to know if anyone has experience with database encoding at Bacula
3.0.2-3.
Its a lenny-backport package.
os: debian lenny
bacula: 3.0.2-3 lenny-backport
database: PostgreSQL 8.3
My question in detail.
The database bacula on my postgreSQL-server has encoding level UTF-8.
Bacula in this version requires SQL_ACSII.
Is there any chance to say bacula it should use UTF-8 instead of SQL_ASCII?
It is no option to change encoding of database to SQL_ASCII for us, we
still want to
use UTF-8. Maybe there exists any configuration file i've not found yet
or any other
surrounding to solve this problem?
Many thanks and kind regards!
SQL_ASCII is recommended unless you can insure that nobody will ever
create a non-UTF-8 filename.

Continue reading on narkive:
Loading...