docs icon indicating copy to clipboard operation
docs copied to clipboard

[Site Bug] Issue with the page: /self-hosted/latest/upgrades/upgrade-docker/

Open Miotis opened this issue 2 years ago • 0 comments

Describe the bug

Inconsistency between the Image and Volume path caused incorrect image creation without persistence at all. The main page https://docs.timescale.com/self-hosted/latest/install/installation-docker/ describes that the mounting point for timescaledb-ha is /home/postgres/pgdata/data. Therefore this page: Upgrading TimescaleDB within Docker wasn't fully updated and both step 3 code snippets contained the wrong mounting points for timescaledb-ha image. It should be updated to /home/postgres/pgdata/data instead of /var/lib/postgresql/data

Page affected

Upgrading TimescaleDB within Docker

Miotis avatar Dec 29 '23 15:12 Miotis