mattermost-community/focalboard
在 GitHub 查看Update the dockerfile to deploy Postgres instead of SQLite
Open
#1,958 建立於 2021年12月9日
EnhancementHelp WantedUp for grabs
倉庫指標
- Star
- (26,187 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.