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