Subject Re: [firebird-support] Re: Reorder RDB$Relations for backup
Author Ann W. Harrison
Milan Babuskov wrote:

> I believe you could resolve this problem with FBCopy tool:
>
> 1. Do a metadata-only backup of your database
>
> gbak -b -m -v old.fdb meta.fbk
>
> 2. Restore it to some new.fdb
>
> gbak -c -v meta.fbk new.fdb
>
> 3. Use FBCopy with D option to list tables:
>

Unfortunately, the order of backup is not defined by the query in
backup.epp, so it defaults to the order in which the table definitions
were stored, not the order in which the data is stored.

Regards,


Ann