MM.. I tried doing that in the dev env of openwisp-controller but does not happen. "database is locked" is a very typical sqlite error, if you google it you'll find many people having this issue, it has to do with concurrency. If some kind of process is using the database, even a failed operation that remained pending forever, it will cause the DB to not be writable by other processes. Does it happen also if you kill most processes or if you reboot?
Fed On Wed, Aug 19, 2020 at 12:44 PM [email protected] <[email protected]> wrote: > Anything I try to delete. > > > > El miércoles, 19 de agosto de 2020 a las 19:27:08 UTC+2, > [email protected] escribió: > >> Which module? Can you share the exact operations to cause this? A >> screenshot or gif would help as well. >> >> F. >> >> On Wed, Aug 19, 2020 at 12:08 PM [email protected] <[email protected]> >> wrote: >> >>> In the development server (./manage.py runserver 0.0.0.0:8000), when I >>> try to delete something i get the error "database is locked". >>> >>> Only development server is launched, not celery. >>> >>> Tanks. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "OpenWISP" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web, visit >>> https://groups.google.com/d/msgid/openwisp/f92ea215-df79-456e-9062-2b7cf6a231dfn%40googlegroups.com >>> <https://groups.google.com/d/msgid/openwisp/f92ea215-df79-456e-9062-2b7cf6a231dfn%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/openwisp/4bd97427-c791-4829-b9e0-866c34c6078dn%40googlegroups.com > <https://groups.google.com/d/msgid/openwisp/4bd97427-c791-4829-b9e0-866c34c6078dn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/CAERYH6XewPdtOgDhsOm%2BO9_k1kSRCSXJWGwynNOfj8twoDXSrg%40mail.gmail.com.
