Hi,

This is an issue with the default database manager used to make 
installations simple: SQLite. SQLite is a lightweight database manager it 
is very good and ideal for getting started for the trade off is lower 
concurrency than other database managers like PostgreSQL or MySQL. You 
specific usage/hardware/OS, or others combination is hitting the 
concurrency limit. Here is a longer explanation: 
https://stackoverflow.com/questions/28958580/django-sqlite-database-is-locked#28959683

If you are using the Docker method you can deploy with Postgres or MySQL. 
The Mayan Docker image has support out-of-the-box for both. Here is a blog 
post explaining how to deploy Mayan EDMS using Docker with MySQL as the 
database: https://www.mayan-edms.com/post/deploy-mayan-docker-mysql/

In the meantime, to unlock the database just restart the container with:

docker restart mayan-edms


On Sunday, July 30, 2017 at 5:44:58 AM UTC-4, Gökhan Topcuoğlu wrote:
>
> Hello,
>
> I want to upload pdf documents to EDMS but I am getting "Database is 
> locked" error but the files appear in document_storage folder. What can i 
> do for this error. Thank you
>
> Best Regards
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to