您好,登錄后才能下訂單哦!
01-InfluxDB介紹請?zhí)砑渔溄用枋?/p>
02-influxdb的權(quán)限管理
InfluxDB自帶influxd命令同樣支持?jǐn)?shù)據(jù)備份和恢復(fù),備份的時候分為meta、manifest、數(shù)據(jù);下面介紹下實際操作
備份數(shù)據(jù)庫:monitordb
備份存儲目錄位置:/data/backup
influxd backup -portable -database monitordb /data/backup
指定遠(yuǎn)程主機備份參數(shù)
? -host 192.168.1.6:8086
? -database monitordb #指定要備份數(shù)據(jù)庫,如不指定默認(rèn)全部
? -portable #兼容更新版本influxdb的備份文件格式,官方建議使用
? ?-start <timestamp>#指定需備份數(shù)據(jù)開始時間戳-start 2015-12-24T08:12:23Z
? -end <timestamp>? #結(jié)束時間戳 -end 2015-12-31T08:12:23Z
influxd backup -portable -database zabbix -host 192.168.1.5:8088 /data/backup
2018/11/24 17:52:58 backing up metastore to /data/backup/meta.00
2018/11/24 17:52:58 backing up db=zabbix
2018/11/24 17:52:58 backing up db=zabbix rp=autogen shard=2 to /data/backup/zabbix.autogen.00002.00 since 0001-01-01T00:00:00Z
2018/11/24 17:52:58 backup complete:
2018/11/24 17:52:58 /data/backup/20181124T095258Z.meta
2018/11/24 17:52:58 /data/backup/20181124T095258Z.s2.tar.gz
2018/11/24 17:52:58 /data/backup/20181124T095258Z.manifest
恢復(fù)本地數(shù)據(jù)
influxd restore -portable -db zabbix /data/backup/
2018/11/26 05:03:42 Restoring shard 8 live from backup 20181125T205756Z.s8.tar.gz
查看恢復(fù)數(shù)據(jù)
> show series
key
---
cpu,host=serverA,region=ca_east
cpu,host=serverA,region=us_west
> show measurements
name: measurements
name
----
cpu
> show tag keys
name: cpu
tagKey
------
host
region
> show field keys
name: cpu
fieldKey fieldType
-------- ---------
value float
> select * from zabbix
> select * from cpu
name: cpu
time host region value
---- ---- ------ -----
1543042396476461820 serverA us_west 0.64
1543042713994239023 serverA ca_east 0.99
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。