Skip to content

Commit 25e4ad0

Browse files
committed
Fix link.
1 parent 6e291e7 commit 25e4ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
472472
- [How is the Django sample configured to run on Azure App Service?](#how-is-the-django-sample-configured-to-run-on-azure-app-service)
473473
- [I can't connect to the SSH session](#i-cant-connect-to-the-ssh-session)
474474
- [I get an error when running database migrations](#i-get-an-error-when-running-database-migrations)
475-
- [How can I migrate data from my local machine to my Azure PostgreSQL server?]()
475+
- [How can I migrate data from my local machine to Azure PostgreSQL server?](#how-can-i-migrate-data-from-my-local-machine-to-azure-postgresql-server)
476476

477477
#### How much does this setup cost?
478478

@@ -528,7 +528,7 @@ If you can't connect to the SSH session, then the app itself has failed to start
528528

529529
If you encounter any errors related to connecting to the database, check if the app settings (`DBHOST`, `DBNAME`, `DBUSER`, and `DBPASS`) have been changed. Without those settings, the migrate command can't communicate with the database.
530530

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

533533
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

0 commit comments

Comments
 (0)