mattermost-community/focalboard
View on GitHubUpdate the dockerfile to deploy Postgres instead of SQLite
Open
#1,958 opened on Dec 9, 2021
EnhancementHelp WantedUp for grabs
Repository metrics
- Stars
- (26,187 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Summary
As the server gets more sophisticated, we recommend / require multi-user environments to use Postgres instead of SQLite. E.g. there are bugs like https://github.com/mattermost/focalboard/issues/1841 which are caused by concurrency issues on SQLite.
As a result, we should default Personal Server installations to Postgres instead of SQLite.