I've released pg_rman 1.2.2.
This supports PostgreSQL 9.1, and fix some bugs reported in Issues
Lists.
fixed bugs are bellow.
1) support restore option --recovery-target-xxx collectory.
(reported in Issues 13)
2) change the message when failed parsing archive_command.
(reported in Issues 24)
3) success "pg_rman init" with empty backup directory.
(reported in Issues 28)
4) add some messages when restoring archive backups.
(reported in Issues 36)
5) check parameters writen in recovery.conf.
(reported in Issues 39)
6) don't validate when specified "check" option.
(reported in Issues 40)
7) change the message when backup path is not absolute path.
(reported in Issues 41)
8) change the message when specified two or more commands.
(reported in Issues 42)
9) change the backup rule for incremental and archive.
(reported in Issues 43, 44, 46)
and
10) fix some small mistakes.
ex1) --password/--no-password behavior. etc.
[caution]
because of change for no.1 and no.9, pg_rman 1.2.2 does not
compatible with before release.
regards,
----
Tomonari Katsumata