# MIG CI dashboard notes
###### tags: `CI`
URL: http://oadp-ci.usersys.redhat.com:8080/
## OADP
* codebase https://gitlab.cee.redhat.com/mig-integration/oadp-go-scorecard
### Feature request:
In a new influx table.. add the following
* get a list of open pull requests and sort by age
* https://api.github.com/repos/openshift/oadp-operator/pulls?state=open
* get a list of open issues and sort by age
* https://api.github.com/repos/openshift/oadp-operator/issues
* mtc:
* https://github.com/openshift/release/tree/master/ci-operator/config/konveyor/mig-operator
* https://github.com/openshift/release/tree/master/ci-operator/jobs/konveyor/mig-operator
dashboard qe work:
https://gitlab.cee.redhat.com/app-mig
https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/blue/organizations/jenkins/CAM%2Fcam-pipeline/activity/
## InfluxDB:
* backup and restore
https://medium.com/@creil/backup-and-restore-influxdb-database-into-a-docker-container-932b1468b2cf
```
754 docker exec -it 95f46b86ebdf influxd backup -portable -database telegraf ~/INFLUXDB_BACKUP/
765 docker exec -ti 95f46b86ebdf influxd restore -portable -db telegraf /home/whayutin/INFLUXDB_BACKUP/
776 docker exec -ti df1c2509bb70 infuxd restore -portable -db telegraf /tmp/RESTORE/INFLUXDB_BACKUP/
777 docker exec -ti df1c2509bb70 influxd restore -portable -db telegraf /tmp/RESTORE/INFLUXDB_BACKUP/
```