Hi,
when the influx user dont have admin rights, then isn't possible to run the skript.
influx.py:
In Line 281 whould create a database, that need admin rights, i think it s better that the skript don't create any database's and so the influx user don't need admin rights.
specify dbadmin_username and dbadmin_password to use separate credentials for creating database. and the extension no long fails if it cannot create database.
Hi, when the influx user dont have admin rights, then isn't possible to run the skript.
influx.py: In Line 281 whould create a database, that need admin rights, i think it s better that the skript don't create any database's and so the influx user don't need admin rights.