-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
backenddbDatabase question (postgres, sqlite, mysql, etc)Database question (postgres, sqlite, mysql, etc)featureFeature requestFeature request
Description
Is your feature request related to a problem? Please describe.
An easy way to deploy label-studio on Azure is to use App Service. To enable persistent storage, one has to mount Azure Files as storage. Yet SQLite has problems with the way, Azure Files are mounted. One workaround is to the journal_mode to WAL.
Describe the solution you'd like
Set the journal_mode upon database creation.
Describe alternatives you've considered
Setting the journal_mode locally and uploading the database to Azure Files.
Additional context
Metadata
Metadata
Assignees
Labels
backenddbDatabase question (postgres, sqlite, mysql, etc)Database question (postgres, sqlite, mysql, etc)featureFeature requestFeature request