Data replication / subscription disappear after configuration without error #22276
-
Hello, I'm currently setting up manageiq with several servers, one of them have to be configured to get data from others, i'm trying to configure data replication, others are set as remote. Regards |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
hi @jf-baltazar ...I'd like to clarify - Are you using replication for a multi-region setup, or for HA, or for some other specific purpose? I'm assuming a multi-region setup, but it's hard to tell. If you have any error logs or screenshots or something that would be helpful. cc @jrafanie |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm using morphy-1 release. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hello, We reconfigured our database. When I add connection details in a new subscription on region 99 to connect to the region 0 db. Subscription Credentials validated successfully So I add it then save, unfortunately when I refresh the page it disapear and "No replication role has been set" message is present:( But in task I have : Of course nothing is replicated on region 99. nothing relevant in logs found. Region 0 is properly configured as remote, all appliance has been restarted too after DB reconfiguration. Did you already seen this issue ? |
Beta Was this translation helpful? Give feedback.
-
Currently I tried only with region 0 and region 99, i just tried to set as remote region 1 between region 0 and region 1 my serveurs have the same server roles I really don't understand why it fail to set Region 1 as remote with success message. (And region 99 as global) All server are installed from same ova |
Beta Was this translation helpful? Give feedback.
-
The guy who installed our manageiq used PG10. documentation talk about PGSQL 10, https://www.manageiq.org/docs/reference/latest/installing_on_red_hat_virtualization/ , a v13 migration may help ? |
Beta Was this translation helpful? Give feedback.
-
It now work ! What i had to do : cmpadmin user as superadmin on PG database. in postgresql.conf : in pg_hba.conf : |
Beta Was this translation helpful? Give feedback.
It now work ! What i had to do :
cmpadmin user as superadmin on PG database.
in postgresql.conf :
wal_level = logical
max_wal_sender = 10
max_replication_slots = 10
max_worker_processes = 10
in pg_hba.conf :
host replication cmpadmin IP_SERVER/32 md5
host vmdb_production cmpadmin IP_SERVER/32 md5