Roman Pertl

Results 43 comments of Roman Pertl

Similar issue here. Happens after upgrade from 23.3.1 to 23.4.0 with the upgrade to postgresql. I did have an error during the installation because of duplicate entries in sentry_releaseprojectenvironment which...

@AlexanderRydberg I don't have the exact commands anymore, but basically it was - pg_dump sentry_releaseprojectenvironment > dump.sql - remove duplicate entries as shown in the output from (re)index - cat...

@afaianswq Yeah, I most likely had a different (and probably unique) issue **during** upgrade. **After the upgrade** is completed, I am seeing the same errors in the database log as...

@SuperQ is there an ETA for a new version which fixes this issue?

When using docker-compose you can use the following environment variables to not use the link feature: ``` environment: - DB_PORT_5432_TCP_ADDR=postgresql - DB_PORT_5432_TCP_PORT=5432 - DB_HOST=postgresql - DB_PORT=5432 - DB_NAME=ttrss - DB_USER=ttrss...

I can confirm this behavior for our installation, although we are using the docker-compose setup and with SMS templates using `grafana_oncall_link`.

I think this was introduced in [22.11.0](https://github.com/NetApp/harvest/releases/tag/v22.11.0) and can be closed.