mattermost-community/focalboard

Update the dockerfile to deploy Postgres instead of SQLite

Open

#1,958 建立於 2021年12月9日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (2,542 fork)user submission
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.

貢獻者指南