Skip to content

Commit d1d5bbe

Browse files
authored
Merge pull request #126087 from AONunan/patch-1
Set syntax highlighting language to Bash
2 parents 7c5c9f2 + acbac7a commit d1d5bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operational-excellence/relocation-postgresql-flexible-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Redeployment with data migration for Azure Database for PostgreSQL is based on l
104104
1. Stop all database activity on the source server.
105105
1. Replace credentials information, source server, target server, and database name in the following script:
106106
107-
```sql
107+
```bash
108108
export USER=admin_username
109109
export PGPASSWORD=admin_password
110110
export SOURCE=pgsql-arpp-source.postgres.database.azure.com

0 commit comments

Comments
 (0)