Suddenly getting warnings (IOException) because .db files being used by another process

I could not find a good place for this kind of detailed instructions. but to recap, you can either:

  • Add --ignore-advisory-locking=true to the job or general options
  • Set the environment variable DOTNET_SYSTEM_IO_DISABLEFILELOCKING=true

This works on any Linux setup.

3 Likes