Skip to content

Commit 2ebdd14

Browse files
committed
Fix link.
1 parent 25e4ad0 commit 2ebdd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-python-postgresql-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ If you encounter any errors related to connecting to the database, check if the
530530

531531
#### How can I migrate data from my local machine to Azure PostgreSQL server?
532532

533-
For simple migration scenarios with one database, small amounts of data, or infrequent migrations, you can use [pg_dump](https://www.postgresql.org/docs/current/static/app-pgdump.html) to extract a PostgreSQL database into a dump file. Then use [pg_restore](https://www.postgresql.org/docs/current/static/app-pgrestore.html) to restore the PostgreSQL database from an archive file created by `pg_dump`. For more information, see [Migrate your PostgreSQL database by using dump and restore](azure/postgresql/migrate/how-to-migrate-using-dump-and-restore).
533+
For simple migration scenarios with one database, small amounts of data, or infrequent migrations, you can use [pg_dump](https://www.postgresql.org/docs/current/static/app-pgdump.html) to extract a PostgreSQL database into a dump file. Then use [pg_restore](https://www.postgresql.org/docs/current/static/app-pgrestore.html) to restore the PostgreSQL database from an archive file created by `pg_dump`. For more information, see [Migrate your PostgreSQL database by using dump and restore](/azure/postgresql/migrate/how-to-migrate-using-dump-and-restore).
534534

535535
For more complex migration scenarios with multiple databases and minimal downtime, use [Azure Database Migration Service](/azure/dms/). Azure Database Migration Service is a fully managed Azure service that helps you easily migrate various databases to their corresponding Azure data services. For an example, see [Tutorial: Migrate PostgreSQL to Azure DB for PostgreSQL online using DMS via the Azure portal](/azure/dms/tutorial-postgresql-azure-postgresql-online-portal).
536536

0 commit comments

Comments
 (0)