Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tidb集群部署在内网,只能通过代理上网,tidb可以通过代理进行在线升级吗
[TiDB Usage Environment] Production Environment / Testing / PoC
[TiDB Version] V6.1.0
[Encountered Problem: Problem Description and Impact]
Currently using version 6.1, planning to upgrade TiDB to version 6.5. However, the cluster is deployed in an intranet and can only access the internet through a proxy. Can TiDB be upgraded online through a proxy?
[Resource Configuration]
[Attachments: Screenshots / Logs / Monitoring]
My understanding is that as long as you can access the corresponding address, you can upgrade online.
You can upgrade through a proxy, just proxy the machine with tiup. An even simpler method is to download the offline upgrade package for the upgrade.
Set http_proxy and https_proxy in the command line, and it should work.
As long as the connection information is configured properly and the network proxy is specified correctly, you can upgrade online.
Another idea, maybe you need a unified local repository, check out tiup mirror.
As long as the network is connected, it will work.
Netcom can definitely be upgraded.
As long as the central control machine can access the external network, it will be fine.
The idea of a local mirror is indeed great
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.