postgresql
-
Encrypted Postgres Backups
Today I decided to encrypt all my Postgresql Database Dumps. The OpenSSL command provides a nice tool for helping us encrypt and decrypt database backups in…
-
Read-only user in PostgreSQL
Create only read only with limited access to PostgreSQL Database. This user can only SELECT table data and also restricted by schema access.