Influxdb v1
Jump to navigation
Jump to search
https://docs.influxdata.com/influxdb/v1.8/administration/authentication_and_authorization/
auth-enabled = true # Set to true
Upgrade v1 to v2
Docker
Non docker
Backup and Restore
mkdir portable-bkp influxd backup -portable -host localhost:8088 portable-bkp influxd restore -portable -host localhost:8088 portable-bkp
Notes
-db: Database name (If no database name is specified, the command restores all databases) -newdb: New database name (Required when restoring a database that already exists)