I’m not sure what exactly you mean, but:
- the rights seem to be ok (openhab/openhab - see screenshot below)
- the errors in the log file are similar to the ones in my posting above, e.g.:
2021-04-07 19:09:09.143 [WARN ] [persistence.jdbc.internal.JdbcMapper] - JDBC::openConnection: no driver available!
2021-04-07 19:09:09.170 [WARN ] [persistence.jdbc.internal.JdbcMapper] - JDBC::openConnection: no driver available!
2021-04-07 19:09:09.171 [WARN ] [jdbc.internal.JdbcPersistenceService] - JDBC::store: No connection to database. Cannot persist item ‘AlexaHolger_MedienSpielzeit (Type=NumberItem, State=29 s, Label=Medien Spielzeit, Category=, Tags=[Point], Groups=[AlexaHolger])’! Will retry connecting to database when error count:0 equals errReconnectThreshold:0
2021-04-07 19:09:09.476 [ERROR] [.client.write.events.WriteErrorEvent] - The error occurred during writing of data
com.influxdb.exceptions.NotFoundException: database not found: “autogen”
at com.influxdb.internal.AbstractRestClient.responseToError(AbstractRestClient.java:104) ~[bundleFile:?]
at com.influxdb.client.internal.AbstractWriteClient.toInfluxException(AbstractWriteClient.java:574) [bundleFile:?]
at com.influxdb.client.internal.AbstractWriteClient.lambda$new$12(AbstractWriteClient.java:181) [bundleFile:?]
at io.reactivex.internal.subscribers.LambdaSubscriber.onNext(LambdaSubscriber.java:65) [bundleFile:?]
…