Failed to prepare your database: #586
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So the issue is that SQL does not like running over a networked file system CIFS or NFS. In sort the locking does not work as needed by SQL. The solution for a single process SQL is to mount the share with locking disabled. On CIFS that’s via the nobtl option. |
Beta Was this translation helpful? Give feedback.
So the issue is that SQL does not like running over a networked file system CIFS or NFS. In sort the locking does not work as needed by SQL.
The solution for a single process SQL is to mount the share with locking disabled. On CIFS that’s via the nobtl option.
I learned about it via this article