Comment 2 for bug 1731825

Revision history for this message
Laurent Sesquès (sajoupa) wrote :

This is also needed for backups.
In templates/influxdb-backup, the following line:
DATABASES=$(influx --execute 'show databases' --format=json | jq --raw-output '.results[0].series[0].values[][0]' | grep -ve '^_internal$')
should be updated to add --username [...] --password [...]