(no title)
horse666 | 1 year ago
When you say “a copy-on-write version of your prod database”, from reading the docs, this includes both schema and data?
I couldn’t find anything on data anonymisation/obfuscation - how do you handle that?
horse666 | 1 year ago
When you say “a copy-on-write version of your prod database”, from reading the docs, this includes both schema and data?
I couldn’t find anything on data anonymisation/obfuscation - how do you handle that?
sakras|1 year ago
Regarding data anonymization, you can use the pg_anon extension on your branch. There's a blog post about it: https://neon.tech/blog/easily-anonymize-production-data-in-p...
Scramblejams|1 year ago
ajc23|1 year ago