OMG!
What an apparent problem… my django based scripts have locked my sqlite db…
Does anyone know how to fix?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your database is locked because you have a transaction running somewhere.
Stop all your Django apps. If necessary, reboot.
It’s also remotely possible that you crashed a SQLite client in the middle of a transaction and the file lock was left in place.