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
Copy file name to clipboardExpand all lines: doc/FAQ.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,29 @@ If for some reason you don't want or can't use the QCG, the CCDB provides a web
70
70
71
71
### How to delete objects from the CCDB ?
72
72
73
-
By accessing http://ccdb-test.cern.ch:8080/truncate/path/to/folder you will delete all the objects at the given path. Careful with that please ! Don't delete data of others.<br/>In production it will of course not be possible to do so.
73
+
#### The nuclear option
74
+
75
+
By accessing `http://ccdb-test.cern.ch:8080/truncate/path/to/folder/.*` you will delete all the objects at the given path. Careful with that please ! Don't delete data of others.<br/>In production it will of course not be possible to do so.
76
+
77
+
#### A set of run exported from the logbook
78
+
79
+
Use `o2-qc-repo-delete-objects-in-runs`. The `--help` will tell you all you need to know about this tool.
80
+
`--print-list` is very useful to see what will be deleted.
0 commit comments