Subject | Re: [firebird-support] Can not create backup of Firebird database because of the errors |
---|---|
Author | liviuslivius |
Post date | 2018-09-20T09:45:55Z |
Hi,
first, this was not good concept to use -mend, as you can loos data. If you have a copy before this operation bring it back and run gfix without it.
If this is realy index problem you can fix it with simple command
Alter index indexName active;
This will rebuild your index
Regards,
Karol Bieniaszewski