Skip to content

Commit 0c4e48d

Browse files
Update how-to-upgrade-using-dump-and-restore.md
1 parent bab29e2 commit 0c4e48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/single-server/how-to-upgrade-using-dump-and-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pg_dumpall -r --no-role-passwords --host=mySourceServer --port=5432 --username=m
102102
```
103103

104104
> [!IMPORTANT]
105-
> In Azure Database for PostgreSQL - Flexible Server users are not allowed to access pg_authid table which contains information about database authorization identifiers together with user's passwords. Therefore retrieving passwords for users is not possible. Please consider using [Azure Key Vault](../../azure/key-vault/secrets/about-secrets.md) to securely store your secrets.
105+
> In Azure Database for PostgreSQL - Flexible Server users are not allowed to access pg_authid table which contains information about database authorization identifiers together with user's passwords. Therefore retrieving passwords for users is not possible. Please consider using [Azure Key Vault](../../key-vault/secrets/about-secrets.md) to securely store your secrets.
106106
107107
Edit the `roles.sql` and remove references of `NOSUPERUSER` and `NOBYPASSRLS` before restoring the content using psql in the target server:
108108

0 commit comments

Comments
 (0)