.bandit
.codespell-exclude-file
.codespellrc
.coveragerc
.flake8
.gitignore
CHANGELOG.rst
LICENSE
MANIFEST.in
README.md
mypy.ini
pyproject.toml
pytest.ini
towncrier.toml
tox.ini
.builds/bullseye.yml
changes/towncrier-template.rst
docs/Makefile
docs/conf.py
docs/dev.rst
docs/index.rst
docs/install.rst
docs/news.rst
docs/quickstart.rst
docs/_static/.gitignore
docs/_templates/.gitignore
docs/ansible/ha-delete.yml
docs/ansible/ha-setup.yml
docs/ansible/instances-create.yml
docs/ansible/instances-delete.yml
docs/ansible/instances-update.yml
docs/ansible/standby-promote.yml
docs/ansible/standby-setup.yml
docs/api/cmd.rst
docs/api/conf.rst
docs/api/ctx.rst
docs/api/databases.rst
docs/api/datamodel.rst
docs/api/exceptions.rst
docs/api/index.rst
docs/api/instances.rst
docs/api/pgbackrest.rst
docs/api/postgres_exporter.rst
docs/api/postgresql.rst
docs/api/privileges.rst
docs/api/roles.rst
docs/files/example-settings.yaml
docs/howto/database-backup-restore.rst
docs/howto/database-maintenance.rst
docs/howto/instance-env.rst
docs/howto/instance-logs.rst
docs/howto/instance-shell.rst
docs/howto/shell-completion.rst
docs/howto/standby-setup.rst
docs/tutorials/ansible.rst
docs/tutorials/cli.rst
docs/user/ops/backup.rst
docs/user/ops/databases.rst
docs/user/ops/ha.rst
docs/user/ops/index.rst
docs/user/ops/instance.rst
docs/user/ops/postgresql-configuration.rst
docs/user/ops/privileges.rst
docs/user/ops/roles.rst
docs/user/setup/config-templates.rst
docs/user/setup/index.rst
docs/user/setup/logrotate.rst
docs/user/setup/monitoring.rst
docs/user/setup/patroni.rst
docs/user/setup/pgbackrest.rst
docs/user/setup/postgresql-authentication.rst
docs/user/setup/postgresql-configuration.rst
docs/user/setup/rsyslog.rst
docs/user/setup/settings.rst
docs/user/setup/systemd.rst
pyoxidizer/pyoxidizer.bzl
pyoxidizer/requirements.txt
src/pglift/__init__.py
src/pglift/__main__.py
src/pglift/_compat.py
src/pglift/_install.py
src/pglift/backup.py
src/pglift/cmd.py
src/pglift/conf.py
src/pglift/ctx.py
src/pglift/databases.py
src/pglift/db.py
src/pglift/exceptions.py
src/pglift/hookspecs.py
src/pglift/instances.py
src/pglift/passfile.py
src/pglift/pm.py
src/pglift/privileges.py
src/pglift/py.typed
src/pglift/queries.sql
src/pglift/roles.py
src/pglift/service.py
src/pglift/settings.py
src/pglift/task.py
src/pglift/types.py
src/pglift/util.py
src/pglift.egg-info/PKG-INFO
src/pglift.egg-info/SOURCES.txt
src/pglift.egg-info/dependency_links.txt
src/pglift.egg-info/entry_points.txt
src/pglift.egg-info/requires.txt
src/pglift.egg-info/top_level.txt
src/pglift/cli/__init__.py
src/pglift/cli/database.py
src/pglift/cli/instance.py
src/pglift/cli/pgconf.py
src/pglift/cli/postgres.py
src/pglift/cli/role.py
src/pglift/cli/util.py
src/pglift/logrotate/__init__.py
src/pglift/models/__init__.py
src/pglift/models/helpers.py
src/pglift/models/interface.py
src/pglift/models/system.py
src/pglift/patroni/__init__.py
src/pglift/patroni/cli.py
src/pglift/patroni/impl.py
src/pglift/patroni/logrotate.conf
src/pglift/patroni/models.py
src/pglift/pgbackrest/__init__.py
src/pglift/pgbackrest/base.py
src/pglift/pgbackrest/cli.py
src/pglift/pgbackrest/logrotate.conf
src/pglift/pgbackrest/models.py
src/pglift/pgbackrest/pgbackrest.conf
src/pglift/pgbackrest/repo_host.py
src/pglift/pgbackrest/repo_path.py
src/pglift/pgbackrest/server.conf
src/pglift/postgresql/__init__.py
src/pglift/postgresql/ctl.py
src/pglift/postgresql/logrotate.conf
src/pglift/postgresql/models.py
src/pglift/postgresql/pg_hba.conf
src/pglift/postgresql/pg_ident.conf
src/pglift/postgresql/pgbackrest.conf
src/pglift/postgresql/postgresql-rsyslog.conf
src/pglift/postgresql/postgresql.conf
src/pglift/postgresql/rsyslog.conf
src/pglift/powa/__init__.py
src/pglift/powa/impl.py
src/pglift/powa/models.py
src/pglift/prometheus/__init__.py
src/pglift/prometheus/cli.py
src/pglift/prometheus/impl.py
src/pglift/prometheus/models.py
src/pglift/rsyslog/__init__.py
src/pglift/systemd/__init__.py
src/pglift/systemd/pglift-backup@.service
src/pglift/systemd/pglift-backup@.timer
src/pglift/systemd/pglift-patroni@.service
src/pglift/systemd/pglift-pgbackrest.service
src/pglift/systemd/pglift-postgres_exporter@.service
src/pglift/systemd/pglift-postgresql@.service
src/pglift/systemd/pglift-temboard_agent@.service
src/pglift/systemd/scheduler.py
src/pglift/systemd/service_manager.py
src/pglift/temboard/__init__.py
src/pglift/temboard/impl.py
src/pglift/temboard/models.py
tests/__init__.py
tests/certificates.py
tests/conftest.py
tests/etcd.py
tests/ansible/__init__.py
tests/ansible/conftest.py
tests/ansible/test_doc.py
tests/ansible/test_ha.py
tests/ansible/test_standby.py
tests/ansible/test_tutorial.py
tests/ansible/data/postgresql/pg_hba.conf
tests/data/ansible-argspec-database.json
tests/data/ansible-argspec-instance.json
tests/data/ansible-argspec-postgresexporter.json
tests/data/ansible-argspec-role.json
tests/data/patroni.yaml
tests/data/pg_hba.conf
tests/data/pg_ident.conf
tests/data/postgresql.conf
tests/data/postgresql.conf.sample
tests/data/queries.json
tests/data/ansible-doc-fragments/database.json
tests/data/ansible-doc-fragments/instance.json
tests/data/ansible-doc-fragments/postgresexporter.json
tests/data/ansible-doc-fragments/role.json
tests/func/README.md
tests/func/__init__.py
tests/func/conftest.py
tests/func/pgbackrest.py
tests/func/test_10_instances.py
tests/func/test_10_standby.py
tests/func/test_11_databases.py
tests/func/test_11_privileges.py
tests/func/test_11_roles.py
tests/func/test_20_backup.py
tests/func/test_20_pgbackrest.py
tests/func/test_20_powa.py
tests/func/test_20_prometheus.py
tests/func/test_20_temboard.py
tests/func/test_30_patroni.py
tests/func/test_40_promote.py
tests/func/test_40_reconfigure.py
tests/func/test_41_upgrade.py
tests/func/test_99_drop.py
tests/func/data/base/postgresql/pg_hba.conf
tests/func/data/peer/postgresql/pg_hba.conf
tests/func/data/peer/postgresql/pg_ident.conf
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_ansible.py
tests/unit/test_backup.py
tests/unit/test_cli.py
tests/unit/test_cmd.py
tests/unit/test_conf.py
tests/unit/test_ctx.py
tests/unit/test_databases.py
tests/unit/test_db.py
tests/unit/test_exceptions.py
tests/unit/test_instances.py
tests/unit/test_logrotate.py
tests/unit/test_models_helpers.py
tests/unit/test_models_interface.py
tests/unit/test_models_system.py
tests/unit/test_passfile.py
tests/unit/test_patroni.py
tests/unit/test_pgbackrest.py
tests/unit/test_pm.py
tests/unit/test_postgresql.py
tests/unit/test_prometheus.py
tests/unit/test_roles.py
tests/unit/test_rsyslog.py
tests/unit/test_settings.py
tests/unit/test_systemd.py
tests/unit/test_task.py
tests/unit/test_temboard.py
tests/unit/test_types.py
tests/unit/test_util.py
tests/unit/data/postgresql/pgbackrest.conf