Install Promscale using a Docker image

    The TimescaleDB images have a suffix that indicates the version of PostgreSQL and TimescaleDB. For example, the tag includes PostgreSQL 14.2and TimescaleDB 2.6.1. is the latest image available for PostgreSQL version 14. Reference the appropriate images when deploying Promscale and follow the instructions provided by your container platform. If you are using Kubernetes follow these instructions instead.

    important

    Before you begin, you must have Docker installed on your local system. For packages and instructions, see the .

    1. Install TimescaleDB in a Docker container on a network named promscale. It also port forwards to port on your local system:

    For upgrading the Promscale, see the [upgrade] section.