home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Minor DB repair
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="scythe000" data-source="post: 984727" data-attributes="member: 78738"><p>Hi guys. I've got a MovingPictures DB with about 500 movies in it. Many filenames don't match right in the importer, so I've spent lots of time curating this. Recently, it looks like I have a little bit of corruption. I see from some of the logs about 30 entries of "closing SQLite database." Opening the DB with SQLite3.exe and running a "pragma integrity_check;" gives the following output:</p><p> </p><p>[CODE]SQLite version 3.7.16.2 2013-04-12 11:52:43</p><p>Enter ".help" for instructions</p><p>Enter SQL statements terminated with a ";"</p><p>sqlite> *** in database main ***</p><p>On tree page 3661 cell 1: 1 of 3 pages missing from overflow list starting at 3505</p><p>Page 3664 is never used</p><p>sqlite> [/CODE]</p><p> </p><p>Looks pretty minor. How can I repair the damage rather than start over?</p><p> </p><p>I've tried this:</p><p>1. Copy movingpictures.db3 somewhere.</p><p>2. echo .dump | sqlite3.exe movingpictures.db3 > movingpictures.db3.repair</p><p>3. rename movingpictures.db3 movingpictures.db3.bak</p><p>4. sqlite3.exe -init movingpictures.db3.repair movingpictures.db3</p><p> </p><p>However, the resulting .db3 is 0 bytes for some reason, even though the .repair file is not.</p><p> </p><p>Any ideas?</p></blockquote><p></p>
[QUOTE="scythe000, post: 984727, member: 78738"] Hi guys. I've got a MovingPictures DB with about 500 movies in it. Many filenames don't match right in the importer, so I've spent lots of time curating this. Recently, it looks like I have a little bit of corruption. I see from some of the logs about 30 entries of "closing SQLite database." Opening the DB with SQLite3.exe and running a "pragma integrity_check;" gives the following output: [CODE]SQLite version 3.7.16.2 2013-04-12 11:52:43 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> *** in database main *** On tree page 3661 cell 1: 1 of 3 pages missing from overflow list starting at 3505 Page 3664 is never used sqlite> [/CODE] Looks pretty minor. How can I repair the damage rather than start over? I've tried this: 1. Copy movingpictures.db3 somewhere. 2. echo .dump | sqlite3.exe movingpictures.db3 > movingpictures.db3.repair 3. rename movingpictures.db3 movingpictures.db3.bak 4. sqlite3.exe -init movingpictures.db3.repair movingpictures.db3 However, the resulting .db3 is 0 bytes for some reason, even though the .repair file is not. Any ideas? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Minor DB repair
Contact us
RSS
Top
Bottom