Subject Re: [firebird-support] Re: Restoring database from 2.0 to 2.5 doesn't work even if -fix_fss_data is used
Author Christian Mereles
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]