Instalação do Discourse e banco de dados Postgres

Olá, Equipe,

Tenho uma pergunta básica sobre o auto-hospedamento do Discourse. Estamos planejando usar o Discourse em auto-hospedagem para nossa organização. Notei que, ao instalar o Discourse, o PostgreSQL é instalado automaticamente na mesma máquina. Gostaria de confirmar: preciso pagar uma licença pelo PostgreSQL? Além disso, os dados e a aplicação ficarão no domínio da minha organização, sem que ninguém de fora possa acessar essas informações?

Atenciosamente,
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 curtida

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 curtidas