Skip to content

Enable SQLite on Azure App Services #1719

@twsl

Description

@twsl

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)featureFeature request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions