Giter Club home page Giter Club logo

postgres's Introduction

PostgreSQL Docker Container Image

Build Status Docker Pulls Docker Stars Docker Layers

Docker Images

❗For better reliability we release images with stability tags (wodby/postgres:10-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Overview:

Supported tags and respective Dockerfile links:

Environment Variables

Variable Default Value Description
POSTGRES_CHECKPOINT_COMPLETION_TARGET 0.7
POSTGRES_CHECKPOINT_SEGMENTS 32 <=9.4
POSTGRES_DATESTYLE iso, mdy
POSTGRES_DB postgres
POSTGRES_DEFAULT_STATISTICS_TARGET 100
POSTGRES_DEFAULT_TEXT_SEARCH_CONFIG pg_catalog.english
POSTGRES_EFFECTIVE_CACHE_SIZE 1GB
POSTGRES_DB_EXTENSIONS Separated by comma
POSTGRES_LC_MESSAGES en_US.utf8
POSTGRES_LC_MONETARY en_US.utf8
POSTGRES_LC_NUMERIC en_US.utf8
POSTGRES_LC_TIME en_US.utf8
POSTGRES_LOG_TIMEZONE UTC
POSTGRES_MAINTENANCE_WORK_MEM 128MB
POSTGRES_MAX_CONNECTIONS 100
POSTGRES_MAX_WAL_SIZE 2GB >=9.5
POSTGRES_MIN_WAL_SIZE 1GB >=9.5
POSTGRES_SHARED_BUFFERS 512MB
POSTGRES_SHARED_MEMORY_TYPE posix >=9.4
POSTGRES_TIMEZONE UTC
POSTGRES_PASSWORD REQUIRED
POSTGRES_USER postgres
POSTGRES_WAL_BUFFERS 16MB
POSTGRES_WORK_MEM 5MB

Orchestration Actions

Usage:

make COMMAND [params ...]
 
commands:
    import source=</path/to/dump.zip or http://example.com/url/to/dump.sql.gz> [user password db host  binary] 
    backup filepath=</path/to/backup.sql.gz> [user password host db ignore=<"table1;table2"> nice ionice] 
    query query=<SELECT 1> [user password db host] 
    query-silent query=<SELECT 1> [user password db host]
    check-ready [user password db host max_try wait_seconds delay_seconds]  
    
default params values:
    user $POSTGRES_USER
    password $POSTGRES_PASSWORD
    db $POSTGRES_DB
    host localhost
    max_try 1
    wait_seconds 1
    delay_seconds 0
    ignore ""
    binary 0
    nice 10
    ionice 7    

Deployment

Deploy PostgreSQL to your server via Wodby Wodby.

postgres's People

Contributors

wodbot avatar csandanov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.