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/Advanced.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
<!--te-->
23
23
24
24
25
-
[← Go back to Modules Development](ModulesDevelopment.md) | [↑ Go to the Table of Content ↑](../README.md)
25
+
[← Go back to Modules Development](ModulesDevelopment.md) | [↑ Go to the Table of Content ↑](../README.md)| [Continue to Frequently Asked Questions →](FAQ.md)
26
26
27
27
## Data Inspector
28
28
@@ -301,4 +301,4 @@ database connection, the monitoring or the data sampling.
301
301
302
302
---
303
303
304
-
[← Go back to Modules Development](ModulesDevelopment.md) | [↑ Go to the Table of Content ↑](../README.md)
304
+
[← Go back to Modules Development](ModulesDevelopment.md) | [↑ Go to the Table of Content ↑](../README.md)| [Continue to Frequently Asked Questions →](FAQ.md)
[← Go back to Advanced Topics](Advanced.md) | [↑ Go to the Table of Content ↑](../README.md)
16
+
17
+
## CCDB repository
18
+
19
+
### How to see which objects are stored in the CCDB ?
20
+
21
+
The easiest is to use the QCG (QC GUI). If you use the central test CCDB, you can use the central test QCG. Simply direct your browser to [https://qcg-test.cern.ch](https://qcg-test.cern.ch).
22
+
23
+
If for some reason you don't want or can't use the QCG, the CCDB provides a web interface accessible at [http://ccdb-test.cern.ch:8080/browse/](http://ccdb-test.cern.ch:8080/browse/).
24
+
25
+
### How to delete objects from the CCDB ?
26
+
27
+
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.
28
+
29
+
[← Go back to Advanced Topics](Advanced.md) | [↑ Go to the Table of Content ↑](../README.md)
0 commit comments