Skip to content Skip to sidebar Skip to footer

Operationalerror At / Attempt To Write A Readonly Database

I configured Apache with Django. For that I had to move my django app to the server root directory. Now, I'm getting an error that my database is read only. I checked permissions a

Solution 1:

I ran into a similar problem on a CentOS 7 system, where SELinux was running. If you have SELinux installed, you can check if it's enabled by running sestatus and possibly disable it (temporarily for testing) with setenforce 0.


Post a Comment for "Operationalerror At / Attempt To Write A Readonly Database"