Z-HUANT commented on issue #2323:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2323#issuecomment-1884775478

   @turkeymz 后续新版本会对 Auth 数据进行隔离,你可以先把 Auth 数据单独存储在一个 DB 中,也可以避免 Clear API 
删除,操作步骤参考:
   1. 开启两个 Server,Auth Server 存储 Auth 数据,Data Server 存储正常图数据
   2. Auth Server 按照以往正常配置启动
   3. Data Server 修改 rest-server.properties 的 auth.remote_url 属性,指向 Auth 
Server,可参考:https://hugegraph.apache.org/cn/docs/config/config-authentication/#standardauthenticator-%E6%A8%A1%E5%BC%8F
   4. 测试时访问 Data Server,在 Data Server 上执行 Clear API 只会删除 Data Server 的数据,不会影响 
Auth Server 的账号信息


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to