Subject Re: [firebird-support] Can not create backup of Firebird database because of the errors
Author liviuslivius
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