This commit is contained in:
DoTheEvo
2023-03-30 19:31:00 +02:00
parent f51e2c3f46
commit 25a2cb8f74
+4 -4
View File
@@ -75,7 +75,7 @@ Prometheus is relatively young project, it is a **pull type** monitoring.
/home/
└── ~/
└── docker/
└── prometheus/
└── monitoring/
├── 🗁 grafana_data/
├── 🗁 prometheus_data/
├── 🗋 docker-compose.yml
@@ -1611,7 +1611,7 @@ that makes daily snapshot of the entire directory.
#### Restore
* down the prometheus containers `docker-compose down`</br>
* delete the entire prometheus directory</br>
* from the backup copy back the prometheus directory</br>
* down the containers `docker-compose down`</br>
* delete the entire monitoring directory</br>
* from the backup copy back the monitoring directory</br>
* start the containers `docker-compose up -d`