Were you able to successfully complete the encryption and cut-over?
Nice article! Did you run into challenges using a DNS record for cut-over from the old DB to the new, encrypted DB?
This is how we're planning to encrypt our RDS Postgres DBs, but with PG's built-in logical replication. I tried it with DMS and it was so cumbersome. We would've needed to make a lot of schema changes to get DMS to…
+1 DMS is very half baked. Silent, unbuggable errors. Tons of unsupported LOB and CLOB data types. Built-in Postgres logical replication is way easier.
Has anyone encrypted the storage on a previously unencrypted RDS using Blue/Green?
yeah I also don't want any third party getting ahold of my transaction data. My solution was to have my banks send alert emails to me for any transaction. Then the alert emails are forwarded to a Dockerized email server…
Were you able to successfully complete the encryption and cut-over?
Nice article! Did you run into challenges using a DNS record for cut-over from the old DB to the new, encrypted DB?
This is how we're planning to encrypt our RDS Postgres DBs, but with PG's built-in logical replication. I tried it with DMS and it was so cumbersome. We would've needed to make a lot of schema changes to get DMS to…
+1 DMS is very half baked. Silent, unbuggable errors. Tons of unsupported LOB and CLOB data types. Built-in Postgres logical replication is way easier.
Has anyone encrypted the storage on a previously unencrypted RDS using Blue/Green?
yeah I also don't want any third party getting ahold of my transaction data. My solution was to have my banks send alert emails to me for any transaction. Then the alert emails are forwarded to a Dockerized email server…