Nacos Version Downgrade¶
If you are using a version higher than Nacos 2.1.x and want to downgrade to a version lower than 2.1.x while using an external database, you can follow the steps below to downgrade the version:
-
Identify the Nacos CR (Custom Resource) resource that needs to be downgraded.
-
Modify the
image
field and replace it with the desired version for downgrade. -
Modify the database using the following SQL statements:
-
Restart the StatefulSet of this Nacos deployment.