feat: update backup
to support InfluxDB 2.0.x (#184)
This commit is contained in:
@ -39,7 +39,7 @@ const ManifestExtension = "manifest"
|
||||
|
||||
type Manifest struct {
|
||||
KV ManifestFileEntry `json:"kv"`
|
||||
SQL ManifestFileEntry `json:"sql"`
|
||||
SQL *ManifestFileEntry `json:"sql,omitempty"`
|
||||
Buckets []ManifestBucketEntry `json:"buckets"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user