Skip to content

Commit 1603a5f

Browse files
Merge pull request #278270 from nachoalonsoportillo/patch-2
Add a note to incorporate suggestion made by rmjoia in issue 104325
2 parents 7130cfc + 3d0d96d commit 1603a5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/postgresql/migrate/how-to-migrate-using-dump-and-restore.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ The Azure portal streamlines this process via the Connect blade by offering prec
4242
## Prerequisites
4343
If you're using a Single Server, or don't have access to the Flexible Server portal, read through this documentation page. It contains information that is similar to what is presented in the Connect blade for Flexible Server on the portal.
4444

45+
> [!NOTE]
46+
> Because `pg_dump`, `psql`, `pg_restore` and `pg_dumpall` utilities all rely on libpq, you can use any of the supported [environment variables](https://www.postgresql.org/docs/current/libpq-envars.html) it offers, or you can use the [password file](https://www.postgresql.org/docs/current/libpq-pgpass.html) to avoid being prompted for the password every time you run any of these commands.
47+
4548
To step through this how-to guide, you need:
4649
- An [Azure Database for PostgreSQL server](../single-server/quickstart-create-server-database-portal.md), including firewall rules to allow access.
4750
- [pg_dump](https://www.postgresql.org/docs/current/static/app-pgdump.html), [psql](https://www.postgresql.org/docs/current/app-psql.html), [pg_restore](https://www.postgresql.org/docs/current/static/app-pgrestore.html) and [pg_dumpall](https://www.postgresql.org/docs/current/app-pg-dumpall.html) in case you want to migrate with roles and permissions, command-line utilities installed.

0 commit comments

Comments
 (0)