Marcel Meier

Results 21 comments of Marcel Meier

since @sylvainOL seems to be unreachable i took over his changes

@cristi-vlad it's working now in my pr. please verify it on your end

not working atm. testing shows error. @alfsch ``` postgres@pg-db01-1:~$ cat last_upgrade.log 2025-02-13 08:49:17,102 inplace_upgrade INFO: No PostgreSQL configuration items changed, nothing to reload. 2025-02-13 08:49:17,134 inplace_upgrade INFO: establishing a new...

@CyberDem0n i don't know why that should matter

I tried updating it with istio vs without istio (both logs are from master postgres). Without istio everything works perfectly and very fast: ``` 2025-02-13 10:34:41,445 - bootstrapping - INFO...

does someone have an idea what the problem could be?

i logged quite a lot: ```python def ensure_replica_state(member): ip = member.conn_kwargs().get('host') lag = streaming.get((ip, member.name)) logger.error('Lag: %r', lag) logger.error('ip: %r', ip) logger.error('name: %r', member.name) logger.error('USE_APPLICATION_NAME_IN_UPGRADE: %r', os.getenv('USE_APPLICATION_NAME_IN_UPGRADE')) if lag is...

@CyberDem0n well thats unfortunate but happens 😄

I noticed that everything was working up to the point of rsync between the nodes. The problem was a missing allowed connection for istio in the rsync.conf I added functionality...