mattermost-community/focalboard

Update the dockerfile to deploy Postgres instead of SQLite

Open

#1,958 opened on Dec 9, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (2,542 forks)user submission
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.

Contributor guide