I have a drupal page, hosted with azure webapps, on nginx. However, when i start the site, the installer wants to have a database. I am aware that it’s bad, but sqlite is an intentional choice because of company reasons.
However, when i try to use sqlite it says it locked.
I have no direct access to the files, once they are deployed. All changes have to be made locally, and then commited and pushed for azure to redeploy it.
Does anybody know how to fix this?