motongxue commented on issue #11030:
URL: https://github.com/apache/apisix/issues/11030#issuecomment-1993770273

   👋 Hi there,
   
   Please don't worry! If you're certain that the data in your ETCD instance is 
not needed, or if ETCD does not contain any configuration information outside 
of apisix, you can back up data and safely delete all the information in ETCD.
   
   If you wish to only reset the information in ETCD, you can do the following:
   
   First, stop the APISIX instance from running.
   Then, execute the command `etcdctl del "/apisix" --prefix` in your etcd to 
remove the information related to APISIX.
   Please don't worry, when you restart APISIX, it will automatically generate 
the necessary configurations in ETCD.
   
   Remember, before proceeding with this operation, make sure that you have 
backed up any essential data that you might need later.
   
   Hope this helps!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to