All Products
Search
Document Center

Database Gateway - Deprecated:[Announcement] Change of database gateway download address

Last Updated:Oct 27, 2025

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" to curl -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/setup to https://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:latest command to delete the local image cache for the gateway. Then, run the docker pull dg-image-repository-registry.cn-hangzhou.cr.aliyuncs.com/dg-public/dg-public:latest command to pull the gateway image again.