Rebuild Database

once I do rebuild database ( vacuum ) this error came up:

*** in database main *** On tree page 48582 cell 6: Rowid 16711 out of order

row 3659 missing from index Objects_ContentType

row 3659 missing from index sqlite_autoindex_Objects_1

wrong # of entries in index sqlite_autoindex_Objects_1

any solution ???

These are sqlite errors and it means the database is corrupted.

If you have sqlite command line tool, then you can usually fix this by entering this command:

sqlite3 broken.manager “.recover” | sqlite3 new.manager

broken.manager is filename of your corrupted Manager database.

I am appreciate your concern. I am Mac user and I have limited info about the sqlite3.
the corrupted database at the download folder and I use terminal to run the sqlite3
but I couldn’t succeed.

its done on windows. Perfect @lubos