Subject | Re: [firebird-support] how could I know if DB is corrupted? |
---|---|
Author | Gary Benade |
Post date | 2004-08-13T06:48:23Z |
> Daniel K. P. Rezende wrote1) always work with a copy of the database in case further damage occurs.
> Is there any way to check if my database is corrupted? I´m running
> Firebird 1.5.0 CS at linux server.
Working with a copy also gives you exclusive access which is required to
perform the following operations:
2) gfix -v -f database.gdb to check for corruption
3) if previous step reports corruption: gfix -m -i database.gdb
Regards
Gary