mattermost-community/focalboard

Update the dockerfile to deploy Postgres instead of SQLite

Open

#1.958 geöffnet am 9. Dez. 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (2.542 Forks)user submission
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.

Contributor Guide