pgbackman icon indicating copy to clipboard operation
pgbackman copied to clipboard

PostgreSQL backup manager

Results 37 pgbackman issues
Sort by recently updated
recently updated
newest added

At present, pgbackman will not restore to a postgres 10 node. This pull request just adds in the postgres 10 section in the node version selection of the pgbackman_restore.py file....

Hi, I have added the code to allow the wal replay to be paused and restarted on postgres version 10 and up. This problem was caused by the renaming of...

pgbackman requests the "postgres" database to be accessible. pgbackman doesn't work having the "postgres" database locked down or deleted. request: make the used admin database parametrizable, eg. username=myadmin dbname=mydb

There is an option in backup definitions to encrypt backups but it is not yet implemented. Getting this working would be really useful.

please consider to support Postgres versions 9.6 and 10 in pgbackman_restore. ``` diff --git a/bin/pgbackman_restore b/bin/pgbackman_restore index c8bf522..bb4df60 100755 --- a/bin/pgbackman_restore +++ b/bin/pgbackman_restore @@ -311,7 +311,11 @@ def get_pgsql_node_release(db,db_pgnode): logs.logger.debug('PgSQL...

What should we do with this? pgbackman_restore uses global roles and global database configs to execute a restore job. RDS backups do not have this information because it is not...

enhancement
1.3.0

Hi just would like to understand what the intention behind register_snapshot_definition was. If I understand it right a snapshot is something for a quick logical backup of the database like...

Hi, Rafael was asking about including pgbackman in apt.postgresql.org and in Debian. Are you still interested in that? Context: https://www.postgresql.org/message-id/flat/20180404184939.GA18866%40msg.df7cb.de

These commands need to show RDS information: * show_pgsql_node_stats * show_backups_server_stats * show_pgbackman_stats Ref: pull request contribution: https://github.com/rafaelma/pgbackman/pull/63

enhancement
1.3.0

Def: Pull request contribution https://github.com/rafaelma/pgbackman/pull/63

enhancement
1.3.0