The download address of database gateway installation packages changes from July 31, 2025. Update your configurations promptly to prevent service disruptions.
Effective date
July 31, 2025
Details
In the Create Gateway dialog box for the Install Gateway step and the Edit Gateway dialog box for the Start Gateway step:
The command on the Linux/MacOS (x86_64) tab will change from
curl -sSL https://dg-prod-cn-hangzhou.oss-accelerate.aliyuncs.com/dg3-pkgs/setup | sh && ./dg_agent -daemon -token "agkpyeAlbZclnS7TozcVsnDK6LMZ****" -endpoint "pub-cn-hangzhou.dg.aliyuncs.com"tocurl -sSL https://dg-agent-cn-hangzhou.oss-accelerate.aliyuncs.com/dg3-pkgs/setup | sh && ./dg_agent -daemon -token "agkpyeAlbZclnS7TozcVsnDK6LMZ****" -endpoint "pub-cn-hangzhou.dg.aliyuncs.com".On the Docker tab, the command will not change. However, the OSS address for an internal dependency will change from
https://dg-prod-cn-hangzhou.oss-accelerate.aliyuncs.com/dg3-pkgs/setuptohttps://dg-agent-cn-hangzhou.oss-accelerate.aliyuncs.com/dg3-pkgs/setup.
Impact and recommendations
Impact
You cannot install or start the gateway using the outdated command from the Linux/MacOS (x86_64) tab.
For gateways that are already deployed with a daemon process:
The daemon process will become unavailable.
If the gateway encounters an error, it cannot restart. This can cause network communication problems. For example, you will be unable to add a database instance to DMS through the gateway.
Recommendations
For gateway daemon processes that were set up using the command on the Linux/MacOS (x86_64) tab:
Update the download address in the local daemon process to
https://dg-agent-cn-hangzhou.oss-accelerate.aliyuncs.com/dg3-pkgs/setup.For gateways that were deployed using the command on the Docker tab:
First, run the
docker rmi dg-image-repository-registry.cn-hangzhou.cr.aliyuncs.com/dg-public/dg-public:latestcommand to delete the local image cache for the gateway. Then, run thedocker pull dg-image-repository-registry.cn-hangzhou.cr.aliyuncs.com/dg-public/dg-public:latestcommand to pull the gateway image again.