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