Hi Dmitry, You're right, in my restore script I have something like:
#!/bin/bash FBK=$1 FDB=$2 gbak *-r -k -v *$FBK $FDB -FIX_FSS_D ISO8859_1 -FIX_FSS_M ISO8859_1 chown firebird.firebird $FDB I was just emphasizing the fix options: -FIX_FSS_D ISO8859_1 -FIX_FSS_M ISO8859_1 Thanks. -- Christian [Non-text portions of this message have been removed]
