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