Instalación de Discourse y base de datos Postgres

Hola al equipo,

Tengo una pregunta básica sobre el autoalojamiento de Discourse. Estamos planeando utilizar Discourse como autoalojamiento para nuestra organización. Lo que he notado es que, cuando instalamos Discourse, PostgreSQL se instala automáticamente en la misma máquina. Solo quería confirmar si necesito pagar una licencia por PostgreSQL. Además, ¿los datos y la aplicación estarán en el dominio de mi organización y nadie de fuera podrá acceder a esos detalles?

Saludos,
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 me gusta

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 Me gusta