<docbook><section><title>HowToRecoverADatabase</title><para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h2">Virtuoso .db File Issues</bridgehead>
<bridgehead class="http://www.w3.org/1999/xhtml:h3">How to recover a database</bridgehead>
<para>Use the following procedure to recover a database:</para><programlisting>    virtuoso-t -f +crash-dump

    mv virtuoso.db virtuoso.db.bad

    virtuoso-t -f +restore-crash-dump
</programlisting><para> Keep a copy of the virtuoso.db.bad, in case it is needed for further analysis.
</para></section></docbook>