You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the container timescaledb stopped working, failing with a segmentation fault. More details can be found at timescale/timescaledb-docker#136
This will effect users creating a new (iot)stack with timescaledb and users updating their stack with docker pull. The problem started with timescale 2.0.1-pg12.
There is still no solution to this issue, but a work around is downgrading to 2.0.0-pg12.
To downgrade, add the following lines to the docker-override.yml file:
Implements and resolvesSensorsIot#232
Also changes user to reflect the strong recommendation of SensorsIot#287
As %randomPassword% doesn't seem to work, change to use the default
password as listed on Default-Configs.md.
Change default public port from 5433 to avoid port-conflict with posgresql.
Implements and resolvesSensorsIot#232
Also changes user to reflect the strong recommendation of SensorsIot#287
As %randomPassword% doesn't seem to work, change to use the default
password as listed on Default-Configs.md and add support for SensorsIot#505
style variables.
Change default public port from 5433 to avoid port-conflict with posgresql.
Recently the container timescaledb stopped working, failing with a segmentation fault. More details can be found at timescale/timescaledb-docker#136
This will effect users creating a new (iot)stack with timescaledb and users updating their stack with docker pull. The problem started with timescale 2.0.1-pg12.
There is still no solution to this issue, but a work around is downgrading to 2.0.0-pg12.
To downgrade, add the following lines to the docker-override.yml file:
After generating the docker file the complete service looks like this:
This also solves an earlier issue #232 where the environment variables have a wrong syntax.
Do NOT use the user timescaleuser, this will lead to numerouse errors, just use POSTGRES_USER=postgres
The text was updated successfully, but these errors were encountered: