You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
强烈建议"归档后是否保留数据源"设置为“保留” 或是必选项,因为现有逻辑中忽略设置这个选项提交数据时,no_delete字段为空'',后端接口判断逻辑"no_delete = True if request.POST.get('no_delete') == 'true' else False" 这时数据库中就存为0, 当”generate_args2cmd“根据参数转换命令时就不会添加”no-delete“选项,如果不加”no-delete“选项,就会删除原始数据。
今天因为我的疏忽,将线上400w的数据删除了,之后只能通过备份进行恢复,强烈建议官方加上默认值
Beta Was this translation helpful? Give feedback.
All reactions