Teg <[EMAIL PROTECTED]> wrote: > Version 3.2.7 > > I've got a 7gb damaged database. It's at least partially readable but, > when I want to vacuum or drop a table it gives me the "malformed disk > image" error. > > What's the best practice for salvaging this database? ".dump" then > import? >
Yes. Also try doing ".dump TABLENAME" on individual tables. -- D. Richard Hipp <[EMAIL PROTECTED]>

