Uptrace not started if clickhouse timezone is different from UTC
When using standard container with uptrace (uptrace/uptrace:2.0.0-beta.1) if connecting clickhouse with any locale different from UTC got error: "unknown time zone XXX/XXX".
It's could be easy fixed by installing tzdata into container
It does not fix anything with container. Set session_timezone parameter, but container doesn't contain any timezones
@dontepanlin I assumed that it does not matter with the UTC timezone. And I still think so since it is somehow is working for me...
It does not fix anything with container. Set session_timezone parameter, but container doesn't contain any timezones
Can confirm this. To fix the problem created image with added tzdata
It does not fix anything with container. Set session_timezone parameter, but container doesn't contain any timezones
Can confirm this. To fix the problem created image with added tzdata
Yes, i saw your first answer and choose this solution. Btw, image from docker hub does not work out the box.
This should be fixed in v2.0.0-rc.1