Comment by sgt 1 day ago Just be careful that you don't anonymize your production data. 6 comments sgt Reply lovasoa 1 day 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 17 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 12 hours ago So basically running SELECT anon.anonymize_database(); will do it. 1 reply → go_prodev 1 day ago With great power comes great responsibility. antman 21 hours ago Masking is for view for specific users
lovasoa 1 day 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 17 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 12 hours ago So basically running SELECT anon.anonymize_database(); will do it. 1 reply →
heeton 17 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 12 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