Influx 1.8.9 not connecting

Since I update my Raspberry this morning Influx is not reachable anymore.
Has been working for the last 6 months without any issue.

pi@raspberrypi:~ $ curl -sL -I localhost:8086/ping
HTTP/1.1 204 No Content
Content-Type: application/json
Request-Id: a876a43e-f748-11eb-8001-e45f011178fb
X-Influxdb-Build: OSS
X-Influxdb-Version: 1.8.9
X-Request-Id: a876a43e-f748-11eb-8001-e45f011178fb
Date: Sat, 07 Aug 2021 06:28:20 GMT

pi@raspberrypi:~ $ influx
Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp [::1]:8086: connect: connection refused
Please check your connection settings and ensure ‘influxd’ is running.

pi@raspberrypi:~ $ sudo systemctl start influxdb
Job for influxdb.service failed because the control process exited with error code.
See “systemctl status influxdb.service” and “journalctl -xe” for details.

I am not coming right. Help

There are many threads about this. Starting in 1.8.7-1 things just went sideways

I even tried to reinstall it

sudo apt-get install --reinstall influxdb

but still same problem!

The starting-up bug started from version 1.8.7.
1.8.8 did not fix it.
Release 1.8.9 gets worse and can not even connect.

Can you fix this bug ASAP? Influxdb has been very stable.

But since 1.8.7, everything goes down hill.