Subject Re: [firebird-support] Re: Help: Firebird 2 database restore
Author Helen Borrie
At 11:49 AM 16/03/2007, you wrote:
>On my machine running gbak, the firebird server is
>not running. I started the server, it is working fine. Thanks a lot.

Don't mench. ;-)


>Another question, since I moved to Firebird 2, there have been lot of
>problems with my java production server. How to back up the firebird 2
>database and move to Firebird 1.5 in the meantime?

Well, the first thing to do is NOT to change any metadata (incl.
SP's) that use the new Fb 2 features.

The next thing to do is take a copy of gbak.exe from Firebird 1.5 and
give it a new name (gbak15.exe will do fine).

Copy that to the bin directory of your your Fb 2 installation.

Use that to back up your database in a format that the Fb 1.5 server
can restore.

So, obviously, your commandline command will be gbak15, not gbak. ;-)

./heLen