Skip to content
pglift v0.24.0

    Add support for database dump, restore and list
    Handle hostname error in temBoard Agent
    Configure logging in 'postgres' and 'backup' entry points
    Fix temboard-agent systemd unit not enabled during setup
    Ensure socket_directory exists before starting instance
    Do not crash upon instance drop if 'dumps_directory' does not exist
    Make descriptions of pid_file settings consistent
    Add documentation for pg_back usage for db dumps
    Bump pgtoolkit version
    Set default 'port' field value during validation
    Adjust permissions of the crt SSL files
    Allow to specify backup password
    Make Ansible modules fail when pglift is bellow a specific version
    Fix authentication for 'backup' role during pgbackrest setup
    Upgrade setuptools requirement for recent setuptools-scm
    Move postgresql SSL certificate files outside DATADIR
    Improve live logging when starting a program
    Add instances.is_ready()
    Start PostgreSQL with 'postgres' instead of 'pg_ctl start'
    Handle plugins' role creation through a hook
    Handle plugins' database creation through a hook
    Split doc index page into index + quickstart
    Move shell completion doc in the howto section and improve it
    Only log subprocesses stderr, not stdout
    Make it possible to disable PoWA and pgbackrest at instance configuration
    Generate Ansible RETURN fields based on model
    Do not generate powa role password
    Allow alternative authentication methods for pgbackrest
    Let PostgreSQL start/stop/restart be handled by a hook
    Let PostgreSQL systemd unit be handled by hook
    Let PostgreSQL cluster initialization be handled by a hook
    Let PostgreSQL configuration writing be handled by a hook
    Document how to compute the changelog in reverse order