In brief:
I have a dump of a DB that uses ts version 2.1.0-dev, which I want to restore.
I can’t use it with ts 2.11 and I can’t use docker image timescale/timescaledb-ha:pg12.6-ts2.1.0-latest because it crashes with /docker-entrypoint.sh: line 288: exec: su-exec: not found.
What to do?
TimescaleDB version: 2.1.0-dev PostgreSQL version: 12 Other software: Postgis 3.2.1 OS: Debian Platform: amd64 Install method: Docker Environment: Test
I am moving from an ARM to an AMD64 environment. This has proven quite the challenge because the newest timescale docker container for pg12 starts, but can’t restore my dump and the corresponding version doesn’t start on the new architecture.