← Back to context Comment by sgt 20 hours ago Just be careful that you don't anonymize your production data. 6 comments sgt Reply lovasoa 19 hours ago The principle of the software seems to be that the original data is never altered. It is a postgres extension that "masks" the data for certain postgres users. You can always connect as the root user and see everything when you need to. heeton 14 hours ago It allows updating the original data - https://postgresql-anonymizer.readthedocs.io/en/stable/stati...> These methods will destroy the original data. Use with care. sgt 9 hours ago So basically running SELECT anon.anonymize_database(); will do it. 1 reply → go_prodev 19 hours ago With great power comes great responsibility. antman 18 hours ago Masking is for view for specific users
lovasoa 19 hours ago The principle of the software seems to be that the original data is never altered. It is a postgres extension that "masks" the data for certain postgres users. You can always connect as the root user and see everything when you need to. heeton 14 hours ago It allows updating the original data - https://postgresql-anonymizer.readthedocs.io/en/stable/stati...> These methods will destroy the original data. Use with care. sgt 9 hours ago So basically running SELECT anon.anonymize_database(); will do it. 1 reply →
heeton 14 hours ago It allows updating the original data - https://postgresql-anonymizer.readthedocs.io/en/stable/stati...> These methods will destroy the original data. Use with care. sgt 9 hours ago So basically running SELECT anon.anonymize_database(); will do it. 1 reply →
The principle of the software seems to be that the original data is never altered. It is a postgres extension that "masks" the data for certain postgres users. You can always connect as the root user and see everything when you need to.
It allows updating the original data - https://postgresql-anonymizer.readthedocs.io/en/stable/stati...
> These methods will destroy the original data. Use with care.
So basically running SELECT anon.anonymize_database(); will do it.
1 reply →
With great power comes great responsibility.
Masking is for view for specific users