Open main menu

Gramps β

Changes

Recover corrupted family tree

406 bytes added, 04:07, 19 September 2016
ACI not ACID, upgrade, downgrade
Trying to open a family tree after a downgrade is not supported. You will obtain an error that the database is created with a newer version.
 
=== Using Oracle dbtools ===
Use "<code>db_recover -cv</code>" for more verbose output.
 
dbdump dumps database in text format and dbload use that:
 
<code>db_dump database.db > dump.txt
db_load database.db < dump.txt</code>
 
Your log sequence number is out of sync so you need to reset them:
<code>db_load -r lsn database.db < dump.txt</code>
 
See [https://gramps-project.org/bugs/view.php?id=9559#c48620]
== Version 2.2.x: GRDB corruption ==