summaryrefslogtreecommitdiff
path: root/python/walmgr.py
AgeCommit message (Expand)Author
2011-11-25python/walmngr.py: update help and usageCédric Villemain
2011-11-10Master xarchive now runs "sync" on slave.Martin Pihlak
2011-10-14reset synchronous_standby_names on walmgr "stop".Martin Pihlak
2011-10-14add "pg_archivecleanup" to recovery.conf.Martin Pihlak
2011-10-14add "primary_conninfo" option to --init-slaveMartin Pihlak
2011-10-14added init.d script guessing.Martin Pihlak
2011-10-13Fix invalid reference to os.path.mkdirMartin Pihlak
2011-09-21Fix a bug introduced by a bugfix b08445.Martin Pihlak
2011-04-27fixed failed sync exit codeTarvi Pillessaar
2011-04-04Added "compression" to master config template.Martin Pihlak
2011-04-01ignore missing authorized_keys file on wal slave cleanup.Martin Pihlak
2011-03-24fix pid writing in slave xlock.Martin Pihlak
2011-03-18fix --ssh-add-key with missing authorized_keys fileMartin Pihlak
2011-03-17Couple of bugfixes for stale backup lock handling.Martin Pihlak
2011-03-17Move the pg_stop_backup() into a finally: block.Steve Singer
2011-03-17Add support for detecting stale locks and releasing them instead of abortingSteve Singer
2011-03-16walmgr.py: add "cleanup" commandMartin Pihlak
2011-02-09SSH batch mode and no strict host checking for remote_walmgrMartin Pihlak
2011-02-09Create log,pid,conf directories during --initMartin Pihlak
2011-01-22Tweaking --init to work on custom postgres setupMartin Pihlak
2011-01-21Added --init-X commands to simplify walmgr setup.Martin Pihlak
2011-01-18Ignore pgsql_tmp directory while creating base backup.Martin Pihlak
2011-01-13Fix "walmgr stop" not to disable archive_mode.Martin Pihlak
2010-12-09Allow "primary_conninfo" to be specified in wal-slave.iniMartin Pihlak
2010-12-09Some adjustments for 9.0, wal_level GUC is also modified during setup/stop.Martin Pihlak
2010-07-27Introduce a 'slave_pg_xlog' configuration variable. ThisMartin Pihlak
2010-07-27Introduce a 'backup_datadir' configuration variable toMartin Pihlak
2010-07-27walmgr.py: add --version optionMartin Pihlak
2010-07-27Simplify the cleanup logic for partial wals.Martin Pihlak
2010-07-27"walmgr.py sync" now omits unneeded WAL segments if theMartin Pihlak
2010-02-05Fix slave_cleanup() so that partial files are not prematurely removed.Martin Pihlak
2009-12-29Redundant pg_auth file synch removed. By Mark Kirkwood.Martin Pihlak
2009-11-04walmgr: remove double importMarko Kreen
2009-10-06Fix the pg_[x]log rsyncing code to leave out directory contents.Martin Pihlak
2009-09-15Disable archive_command in restored postgresql.confMartin Pihlak
2009-07-21Remove unused --overwrite option.Martin Pihlak
2009-07-21Create pg_xlog/archive_status directory for slave restore.Martin Pihlak
2009-06-07pkgloader module to be able to coexist with 2.xMarko Kreen
2009-06-04WalMgr backup retains symlinks for pg_log and pg_xlog.Martin Pihlak
2009-02-18Handle PostgreSQL configuration files as part of backup/restore.Martin Pihlak
2009-01-30If possible, use %r in restore_command. Based on patch byMartin Pihlak
2009-01-26fix a crash in master_stop if pidfile not present in config file.Martin Pihlak
2009-01-22bugfix for archive_mode detection.Martin Pihlak
2009-01-22- improved archive_mode handling, loosely based on patch by Mark KirkwoodMartin Pihlak
2008-11-28WalMgr changes:Martin Pihlak
2008-06-20- improved error messages on startup if no config file specified.Martin Pihlak
2008-06-18import typo fix from -stable, restore stat_addMarko Kreen
2008-04-16fix more bugs - stats, trigger typeMarko Kreen
2008-04-04Couple fixes for 'walmgr restore' from -stable:Marko Kreen
2008-03-13detect postgres death in recoveryMarko Kreen