Description
Use this template for reporting bugs in the docs.
Describe the bug
The docker configuration use /var/lib/postgresql/data as container path for data storage but it seems that the configuration in the docker image use the following path: /home/postgres/pgdata/data
Command on documentation page:
docker run -v 069ba64815f0c26783b81a5f0ca813227fde8491f429cf77ed9a5ae3536c0b2c:/var/lib/postgresql/data \
[Provide as much detail as you can]
What do the docs say now?
docker run -v 069ba64815f0c26783b81a5f0ca813227fde8491f429cf77ed9a5ae3536c0b2c:/var/lib/postgresql/data \
What should the docs say?
It should show how to runa docker container with separate data storage and configuration storage mapped to a volume or path on the host.
Page affected
https://docs.timescale.com/self-hosted/latest/upgrades/upgrade-docker/
[Provide the URL to the page you noticed the bug on]
https://docs.timescale.com/self-hosted/latest/upgrades/upgrade-docker/
Subject matter expert (SME)
[If known, who is a good person to ask about this topic]
Screenshots
[Attach images of screenshots showing the bug]
Any further info
[Anything else you want to add, or further links]
Contributing to documentation
We welcome documentation contributions!
- For information about how to propose a change, see the contributing guide in our GitHub repository.
- For information on style and word usage, see the style guide