[QGIS-Developer] QGIS + Cluster PostgreSQL

Rebassa Oliver, Joan joan.rebassa at imi.palma.cat
Thu Apr 22 11:08:07 PDT 2021


Buenas tardes:

Tenemos configurado un cluster de base de datos de PostgreSQL de forma que el nodo maestro de este cluster es el que permite las operaciones de escritura en base de datos a través del puerto 5432 y el resto de nodos que forman el cluster son nodos esclavos a los que se replican los cambios que se han hecho en el maestro y asumen las operaciones de lectura en base de datos por el puerto 5433, las aplicaciones que han de acceder a las bases de datos deben poder tener definidos dos datasources: uno para las operaciones de escritura por el puerto 5432 y otro para lectura por el puerto 5433, queremos saber si Qgis soporta esta configuración.

Gracias.

Good afternoon:

We have configured a PostgreSQL database cluster so that the master node of this cluster is the one that allows database write operations through port 5432 and the rest of the nodes are slave nodes, the changes that have been made in the master are replicated to the slave nodes and they assume the database read operations through port 5433, the applications that have to access the databases must have two datasources configured: one for database write operations (port 5432) and another for read operartions (port 5433), we want to know if Qgis supports this configuration.

Thanks.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20210422/2b5c5935/attachment.html>


More information about the QGIS-Developer mailing list