I have an instances PostgreSQL 11 on production of a web application. Now, i want to modify the connectivity part to use internal IP and disable the public connection. Do this activity make a little downtime for our DB?
I have guest on my own:
GCP only changes the network part of this instances so we can get zero downtime.
GCP will re-configure the instance host this PostgreSQL and this make a little downtime for our DB, the thing we dont want with our production.
Tks in advance!