How to install the repository plug-in in a rolling upgrade to ensure that business reading and writing are not affected

Background: Because the business scenario does not allow downtime maintenance and there will be a large number of read and write operations during the period, only rolling installation of plug-ins can be considered

The version is 6.8.1, 3 master nodes, 30 data nodes, index 1 replica configuration

Refer to the official documentation Full Cluster restart and rolling restart procedures | Elastic Docs

I understand that after each node is restarted, it needs to be restored to cluster.routing.allocation.enable=all; to avoid that the replica cannot catch up with the actual primary shard data after the restart, resulting in the situation that there is no latest data shard during the rolling restart; is this understanding correct?

This version is ancient - you need to upgrade to a supported version as a matter of some urgency. You can do this upgrade in a rolling fashion, first to 7.17.29 and then again to 8.19.14 which is a currently-supported version. All currently-supported versions have built-in repository functionality, no need to install any plugins.

Upgrades are no longer planned; Does this case mean that the 6.8.1 version is not recommended to use the snapshot feature? If so, why?

Version 6.8 reached EOL more than 4 years ago, this specific version, 6.8.1, was released almost 7 years ago, it is an ancient unsupported version.

I don't think it is recommended to use this version anymore.