-
Notifications
You must be signed in to change notification settings - Fork 525
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] clear API also delete graph username/password (Auth info) #2323
Comments
感谢反馈,后续我们会改进此特性 (#2324 )。将用户数据信息单独存储,保持图数据与用户数据隔离独立。 |
In theory, there should be no modification for this section. If you have time, could help to check which PR adjustment was made to the clear graph logic and optimize it |
@turkeymz 后续新版本会对 Auth 数据进行隔离,你可以先把 Auth 数据单独存储在一个 Graph 中,也可以避免 Clear API 删除,操作步骤参考: (推荐) 一个 Server 中配置两个 Graph 的方案:
注: 如果生产环境已有 ≥ 2 个 Server:
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Bug Type (问题类型)
rest-api (结果不合预期)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
执行:http://{}:{}/graphs/{}/clear?confirm_message=I%27m+sure+to+delete+all+data
此时把整个图数据库都清掉了,包括登录的账号面。以前只清理边和点等。真得万一执行,图数据库是在的,但登录不上了。这导致测试环境下的调试很不方便。
期望恢复过去只清除边和点等业务数据
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: