PeerDB-io / peerdb

Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
https://peerdb.io
Other
2.17k stars 88 forks source link

Unable to edit postgres peer when connectivity is lost #2018

Closed iskakaushik closed 3 weeks ago

iskakaushik commented 1 month ago

Steps to reproduce:

  1. create a postgres peer
  2. change the password of postgres db
  3. try to edit the peer via regular flow, it doesn't work as in postgres page we try to render stuff by connecting to postgres instance.

Fix:

  1. Expose an edit link for the /peers page that bypasses this.
  2. Better error reporting if unable to connect to postgres peer.
iskakaushik commented 1 month ago

will be fixed by https://github.com/PeerDB-io/peerdb/pull/1998

Amogh-Bharadwaj commented 3 weeks ago

fixed by https://github.com/PeerDB-io/peerdb/pull/1998