Subject | Re: [firebird-support] Firebird 2 -> Firebird 1.5 |
---|---|
Author | PenWin |
Post date | 2007-01-23T12:32:38Z |
>> What's the best way of "downgrading" database from Firebird 2 to FirebirdThanks, this solution works - somewhat. It turns out that a conversion
>> 1.5? It turns out my application has way too many incompatibilities with
>> FB2
>> so I need to move the data back to FB15. But apparently I can't use GBAK,
>> because 1.5 GBAK complains that it wants a backup version 1,2 or 3 and I
>> am
>> giving it a 7.
>
> Use the V2 server and the V1.5 gbak. That will produce a backup
> in the right format.
through GBAK damaged about a half of my triggers and procedures, so in the
end I had to write a tiny application which SELECTed all data from FB2
database and INSERTed it in FB15 one.
Pepak