Ruby: SQLite3::BusyException: database is locked:

后端 未结 18 1011
感动是毒
感动是毒 2020-11-28 23:29

Ran into this error message whilst developing tonight: SQLite3::BusyException: database is locked:

I have two models:

  • Podcasts have many
18条回答
  •  感情败类
    2020-11-29 00:31

    SQLite has troubles with concurrency. I changed sqlite on Postgresql and the issue is gone

提交回复
热议问题