Skip to content

Releases: open-ch/influxdb-schema-updater

Test Bugfix v1.0.4

27 Mar 13:14
Compare
Choose a tag to compare

Bugfixes:

  • newer versions of influxd start slower

Minor Bugfix v1.0.3

13 Dec 07:27
18901af
Compare
Choose a tag to compare

Bugfixes:

  • properly handle quoted identifiers

Minor Bugfix v1.0.2

01 Oct 11:47
1e8e9fc
Compare
Choose a tag to compare

Bugfixes:

  • do not create autogen retention policy if not explicitly requested

Minor Bugfix v1.0.1

24 Jul 11:13
Compare
Choose a tag to compare

Bugfixes:

  • ignore irrelevant fill(null) in continuous query definitions

Initial release

22 May 11:56
Compare
Choose a tag to compare

The InfluxDB schema updater is a small DevOps tool to manage the schema of an InfluxDB instance with a set of configuration files.
This is the initial release featuring following modes:

  • normal mode only add and update objects, but do not delete anything
  • dryrun mode only show what would need to be changed
  • force mode also delete objects
  • diff mode output the code it would run in the InfluxDB