还原 » 历史记录 » 版本 3
赵鹏军, 2020-09-07 12:11
1 | 1 | 赵鹏军 | h1. 还原 |
---|---|---|---|
2 | |||
3 | |||
4 | > 拿到备份好的文件 |
||
5 | |||
6 | * 使用root用户登录 |
||
7 | * 执行还原命令 |
||
8 | !1.png! |
||
9 | <pre><code class="shell"> |
||
10 | influxd restore -database monitor -metadir /var/lib/influxdb/meta/ -datadir /var/lib/influxdb/data/ /root/back20200602-0856/ |
||
11 | </code></pre> |
||
12 | * 授权 |
||
13 | <pre><code class="shell"> |
||
14 | sudo chown -R influxdb:influxdb /var/lib/influxdb |
||
15 | </code></pre> |
||
16 | * 重启服务 |
||
17 | !2.png! |
||
18 | <pre><code class="shell"> |
||
19 | service influxdb stop |
||
20 | service influxdb start |
||
21 | </code></pre> |
||
22 | 2 | 赵鹏军 | |
23 | > 验证 |
||
24 | |||
25 | * 登录 |
||
26 | 3 | 赵鹏军 | !WX20200907-121129@2x.png! |
27 | 2 | 赵鹏军 | <pre><code class="shell"> |
28 | influx -precision rfc3339 |
||
29 | </code></pre> |