Samagra-Development / WarpSQL

WarpSQL
https://samagra-development.github.io/WarpSQL/
Apache License 2.0
14 stars 29 forks source link

Timescale Version Mismatch Issue: WarpSQL #121

Open singhalkarun opened 5 months ago

singhalkarun commented 5 months ago

WarpSQL Builds in way such that it pulls latest image of timescaledb is pulled every time it is built. It caused a mismatch of timescaledb version due to which old db volumes are not directly compatible with it. We need to update old tags with old timescale version to avoid breaking of servers.

singhalkarun commented 5 months ago

Timescale doesn't have a base image anymore with 2.11.0-dev so we are unable to rebuild image with old version.

Plan:

singhalkarun commented 1 month ago

Verify if 1.0.1 and 2.0.0 has backward compatibility