Skip to content

Commit 535aa61

Browse files
Merge pull request #246778 from shriram-muthukrishnan/networkingtsg
Table for troubleshooting
2 parents eb9a916 + 10d566f commit 535aa61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/postgresql/migrate/troubleshooting-networking-and-connectivity-issues.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ If both Single and Flexible server are in public access, you are unlikely to hit
4343

4444
Let us look at these scenarios in detail.
4545

46+
The following table can help to jump start troubleshooting connectivity issues.
47+
48+
| Single Server | Flexible Server | Troubleshooting Tips |
49+
| :--- | :--- | :--- |
50+
| Public Access | Public access | No action needed. Connectivity should be established automatically. |
51+
| Private Access | Public access | Non supported network configuration. [Visit this section to learn more](#private-access-in-source-and-public-access-in-target) |
52+
| Public Access in source without private end point | Private access | [Visit this section for troubleshooting](#public-access-in-source-without-private-end-points) |
53+
| Public Access in source with private end point | Private access | [Visit this section for troubleshooting](#public-access-in-source-with-private-end-points) |
54+
| Private Access | Private access | [Visit this section for troubleshooting](#private-access-in-source-and-private-access-in-target) |
55+
4656
## Private access in source and public access in target
4757
This network configuration is not supported by Single to Flex migration tooling. In this case, you can opt for other migration tools to perform migration from Single Server to Flexible server such as [pg_dump/pg_restore](../single-server/how-to-upgrade-using-dump-and-restore.md).
4858

0 commit comments

Comments
 (0)