1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest
David Steele f2b3dda647 Fixed an issue where a remote could try to start its own remote.
This is a better approach than 93320b8 (reverted in this commit) because it ensures that the remote type will be none so any functions that utilize optionRemoteTypeTest will work correctly.

This bug was only an issue when backup-host was not properly configured on the database host.
2016-07-30 08:49:26 -04:00
..
Common Fixed an invalid log call in lock routines. 2016-07-29 18:45:23 -04:00
Config Fixed an issue where a remote could try to start its own remote. 2016-07-30 08:49:26 -04:00
Protocol Enhancements to the protocol layer for improved reliability and error handling. 2016-07-29 18:46:19 -04:00
Archive.pm Fixed check command to throw an error when database version/id does not match that of the archive. 2016-07-29 14:02:11 -04:00
ArchiveInfo.pm Fixed check command to throw an error when database version/id does not match that of the archive. 2016-07-29 14:02:11 -04:00
Backup.pm Reduce calls to protocolGet() in backup/restore. 2016-07-26 16:21:14 -04:00
BackupCommon.pm New manifest format. 2016-04-14 22:50:02 -04:00
BackupFile.pm New manifest format. 2016-04-14 22:50:02 -04:00
BackupInfo.pm Fixed check command to throw an error when database version/id does not match that of the archive. 2016-07-29 14:02:11 -04:00
Db.pm Updated control/catalog/WAL versions for 9.6 beta3. 2016-07-26 16:39:01 -04:00
Expire.pm Fixed check command to throw an error when database version/id does not match that of the archive. 2016-07-29 14:02:11 -04:00
File.pm Enhancements to the protocol layer for improved reliability and error handling. 2016-07-29 18:46:19 -04:00
FileCommon.pm Major refactor of the test suite. 2016-06-24 08:12:58 -04:00
Info.pm Enhanced text output of info command to include timestamps, sizes, and the reference list for all backups. 2016-05-06 10:25:46 -04:00
Manifest.pm Fixed an issue where the contents of pg_xlog were being copied if the directory was symlinked. 2016-07-29 18:44:53 -04:00
Restore.pm Reduce calls to protocolGet() in backup/restore. 2016-07-26 16:21:14 -04:00
RestoreFile.pm Improve log directory/file creation. 2016-05-26 15:04:18 -04:00
Version.pm Fixed an issue where db-path was not required for the check command so an assert was thrown when it was missing rather than a polite error message. 2016-07-19 15:26:41 -04:00