Discourse und Postgres DB Installation

Hallo Team,

ich habe eine grundlegende Frage zur Selbsthosting-Lösung von Discourse. Wir planen, Discourse für unsere Organisation selbst zu hosten. Mir ist aufgefallen, dass bei der Installation von Discourse automatisch PostgreSQL auf derselben Maschine installiert wird. Ich wollte nur nachfragen, ob ich für PostgreSQL eine Lizenzgebühr zahlen muss? Außerdem: Werden die Daten und die Anwendung in meiner Organisationsdomäne liegen, sodass niemand von außen auf diese Details zugreifen kann?

Mit freundlichen Grüßen,
Sundaram

PostgreSQL is an open source software and doesn’t impose any licence fee for usage
https://www.postgresql.org/about/licence/

You can install discourse for internal use but You’ll have to make changes as required to block external access.
For example, You may have to configure firewall and optionally a reverse proxy to prevent access from outside the organization.

1 „Gefällt mir“

Thank you. So discourse will take care of Postgres installation and taking backups right. Also, wanted to know how discourse and Postgres will behave once the data is huge for a forum.

They behave quite well. I manage several fairly high volume sites with standard installations (though I usually use the 2 container configuration).

2 „Gefällt mir“