pgtuned icon indicating copy to clipboard operation
pgtuned copied to clipboard

PostgreSQL Docker image with automatic PGTune optimization

Results 3 pgtuned issues
Sort by recently updated
recently updated
newest added

`docker-entrypoint-initdb.d` only gets run when there is no database. If you try to migrate from the standard Postgres container to this, nothing will change. By using `docker-entrypoint.d` the configuration will...

Hello @esgn and thanks for your project. The main purpose of this PR is to bring support of arm64 to the docker image, but also I've updated the rest github...

``` cat docker-compose.yaml version: "3" services: pgtuned: image: esgn/pgtuned:15 restart: always environment: POSTGRES_PASSWORD: changeme volumes: - ./tuned:/var/lib/postgresql/data ``` Running pgtuned like I described in this compose file above produces the...