influxdb/storage
William Baker b0ea3b6675
feat: backup and restore sqlite database (#21584)
* feat: new metadata backup endpoint

* feat: added restore/sql API endpoint

* fix: content-type is multipart/mixed, part names are kv and sql

* fix: changed multipart manifest to buckets and made it .json

* feat: added lock for backing up sqlite and bolt dbs

* fix: use read lock instead of write lock on kv during backup

* fix: use filepath.Join for temp dirs
2021-06-02 19:07:53 -04:00
..
flux feat(storage/flux): support table.fill() within aggregate window pushdown (#21519) 2021-05-19 20:22:56 -05:00
mocks refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
reads refactor: last cursor optimization function name (#21353) 2021-05-13 14:44:00 -04:00
readservice chore: Converging on 1.x tsdb 2020-08-03 09:20:48 -07:00
Makefile fix(Makefile): Remove redundant make targets 2020-08-21 13:24:03 -07:00
bucket_service.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
bucket_service_test.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
config.go feat: Port shard precreation service from InfluxDB 1.x 2020-09-09 13:34:22 -07:00
engine.go feat: backup and restore sqlite database (#21584) 2021-06-02 19:07:53 -04:00
points_writer.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
retention.go feat: Port 1.x retention policy enforcement service 2020-09-09 10:32:06 -07:00