Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
troublebucket
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
troublebucket
3y ago
Were you able to successfully complete the encryption and cut-over?
2.
▲
by
troublebucket
3y ago
Nice article! Did you run into challenges using a DNS record for cut-over from the old DB to the new, encrypted DB?
3.
▲
by
troublebucket
3y ago
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 function.
4.
▲
by
troublebucket
3y ago
+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.
5.
▲
by
troublebucket
3y ago
Has anyone encrypted the storage on a previously unencrypted RDS using Blue/Green?
6.
▲
by
troublebucket
4y ago
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 I set up. The t