mattermost-community/focalboard
Auf GitHub ansehenUpdate the dockerfile to deploy Postgres instead of SQLite
Open
#1.958 geöffnet am 9. Dez. 2021
EnhancementHelp WantedUp for grabs
Repository-Metriken
- Stars
- (26.187 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.