Auto failover – Repmgr y Postgresql 13 (parte 1)

Si repasamos las entradas anteriores Parte1 y Parte2, vemos que tenemos configurado el repmgr pero no hemos activado el demonio para que haga el chequeo continuo. Para ello necesitamos activar el servicio a nivel de SO y cargar su librería en postgresql. En el fichero...

Manual failover – Repmgr y Postgresql 13

Ver configuración parte 1. Ver configuración parte 2. Ver switchover manual. Estado previo del cluster: [postgres@postgres1 ~]$ repmgr cluster show ID | Name | Role | Status | Upstream | Location | Priority | Timeline | Connection string...

Manual switchover – Repmgr y Postgresql 13

Ver configuración parte 1 Ver configuración parte 2 Comprobación previa estado cluster: [postgres@postgres1 ~]$ repmgr cluster show ID | Name | Role | Status | Upstream | Location | Priority | Timeline | Connection string...

Preparación entorno – Repmgr y Postgresql 13 (parte 2)

Ver configuración parte1 Registramos el primer nodo en el cluster: [postgres@postgres1 ~]$ repmgr primary register INFO: connecting to primary database… NOTICE: attempting to install extension «repmgr» NOTICE: «repmgr» extension successfully installed NOTICE:...