2016-06-02 17:10:24 +02:00
{
"co6" : {
"all" : {
"user-guide" : [
{
"key" : {
2018-02-24 05:38:45 +02:00
"id" : "s3",
2018-07-06 02:16:41 +02:00
"image" : "pgbackrest/test:s3-server-20180612A",
2017-06-28 04:42:31 +02:00
"name" : "s3-server",
2018-07-06 02:16:41 +02:00
"os" : "co6",
"update-hosts" : true
2017-06-12 17:36:00 +02:00
},
"type" : "host",
"value" : {
"ip" : "172.17.0.2"
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"id" : "build",
2018-08-31 19:19:43 +02:00
"image" : "pgbackrest/doc:co6-base",
2018-07-06 02:16:41 +02:00
"name" : "build",
"os" : "co6",
"update-hosts" : true
2016-06-02 17:10:24 +02:00
},
"type" : "host",
"value" : {
2017-06-12 17:36:00 +02:00
"ip" : "172.17.0.3"
2016-06-02 17:10:24 +02:00
}
},
2018-05-07 01:53:42 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo mkdir /root/pgbackrest-release-2.06"
2018-07-06 02:16:41 +02:00
],
"host" : "build",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo cp -r /backrest/libc /root/pgbackrest-release-2.06"
2018-07-06 02:16:41 +02:00
],
"host" : "build",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo cp -r /backrest/src /root/pgbackrest-release-2.06"
2018-07-06 02:16:41 +02:00
],
"host" : "build",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"sudo yum install build-essential gcc openssl-devel perl-ExtUtils-Embed"
],
"cmd-extra" : "-y 2>&1",
"host" : "build",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"perl -V | grep USE_64_BIT_INT"
],
"host" : "build",
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES"
]
}
},
2017-09-29 01:06:41 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo make -C /root/pgbackrest-release-2.06/src"
2017-09-29 01:06:41 +02:00
],
2018-07-06 02:16:41 +02:00
"host" : "build",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"id" : "pg1",
2018-08-31 19:19:43 +02:00
"image" : "pgbackrest/doc:co6-base",
2018-07-06 02:16:41 +02:00
"name" : "pg-primary",
"os" : "co6",
"update-hosts" : true
},
"type" : "host",
"value" : {
"ip" : "172.17.0.4"
}
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo scp build:/root/pgbackrest-release-2.06/src/pgbackrest /usr/bin"
2017-09-29 01:06:41 +02:00
],
2018-07-06 02:16:41 +02:00
"cmd-extra" : "2>&1",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
"cmd" : [
"sudo chmod 755 /usr/bin/pgbackrest"
],
"host" : "pg-primary",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2016-07-02 16:22:52 +02:00
"sudo yum install perl perl-Time-HiRes perl-parent perl-JSON \\",
2017-06-12 17:36:00 +02:00
" perl-Digest-SHA perl-DBD-Pg perl-XML-LibXML perl-IO-Socket-SSL"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"cmd-extra" : "-y 2>&1",
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p -m 770 /var/log/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo chown postgres:postgres /var/log/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest/conf.d"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo touch /etc/pgbackrest/pgbackrest.conf"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chmod 640 /etc/pgbackrest/pgbackrest.conf"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
2017-08-09 00:09:07 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-08-09 00:09:07 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chown postgres:postgres /etc/pgbackrest/pgbackrest.conf"
2017-08-09 00:09:07 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-08-09 00:09:07 +02:00
},
"type" : "exe"
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"pgBackRest 2.06 - General help",
2016-06-02 17:10:24 +02:00
"",
"Usage:",
" pgbackrest [options] [command]",
"",
"Commands:",
2017-04-13 01:17:39 +02:00
" archive-get Get a WAL segment from the archive.",
" archive-push Push a WAL segment to the archive.",
" backup Backup a database cluster.",
" check Check the configuration.",
" expire Expire backups that exceed retention.",
" help Get help.",
" info Retrieve information about backups.",
" restore Restore a database cluster.",
" stanza-create Create the required stanza data.",
2018-02-24 05:38:45 +02:00
" stanza-delete Delete a stanza.",
2017-04-13 01:17:39 +02:00
" stanza-upgrade Upgrade a stanza.",
" start Allow pgBackRest processes to run.",
" stop Stop pgBackRest processes from running.",
" version Get version.",
2016-06-02 17:10:24 +02:00
"",
"Use 'pgbackrest help [command]' for more information."
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u postgres /usr/pgsql-9.5/bin/initdb \\",
" -D /var/lib/pgsql/9.5/data -k -A peer"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2018-02-24 05:38:45 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2017-06-28 04:42:31 +02:00
"file" : "/var/lib/pgsql/9.5/data/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"listen_addresses" : {
"value" : "'*'"
}
}
},
"type" : "cfg-postgresql",
"value" : {
"config" : [
"listen_addresses = '*'"
]
}
},
{
"key" : {
2017-06-28 04:42:31 +02:00
"file" : "/var/lib/pgsql/9.5/data/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"log_line_prefix" : {
"value" : "''"
}
}
},
"type" : "cfg-postgresql",
"value" : {
"config" : [
"listen_addresses = '*'",
"log_line_prefix = ''"
]
}
},
{
"key" : {
2017-06-28 04:42:31 +02:00
"file" : "/var/lib/pgsql/9.5/data/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"log_filename" : {
"value" : "'postgresql.log'"
}
}
},
"type" : "cfg-postgresql",
"value" : {
"config" : [
"listen_addresses = '*'",
"log_filename = 'postgresql.log'",
"log_line_prefix = ''"
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-06-28 04:42:31 +02:00
"value" : "/var/lib/pgsql/9.5/data"
2016-06-02 17:10:24 +02:00
}
2016-10-10 23:35:58 +02:00
},
"global" : {
"log-level-stderr" : {
"value" : "off"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
"log-timestamp" : {
"value" : "n"
2016-10-10 23:35:58 +02:00
}
2016-06-02 17:10:24 +02:00
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data"
2016-06-02 17:10:24 +02:00
]
}
},
2018-08-31 19:19:43 +02:00
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"sudo -u postgres bash -c ' \\",
" export PGBACKREST_LOG_PATH=/path/set/by/env && \\",
" pgbackrest --log-level-console=error help backup log-path'"
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"current\\: \\/path\\/set\\/by\\/env"
]
},
"host" : "pg-primary",
"load-env" : true,
"output" : true,
"run-as-user" : null
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"pgBackRest 2.06 - 'backup' command - 'log-path' option help",
2018-08-31 19:19:43 +02:00
"",
"Path where log files are stored.",
"",
"The log path provides a location for pgBackRest to store log files. Note that",
"if log-level-file=off then no log path is required.",
"",
"current: /path/set/by/env",
"default: /var/log/pgbackrest"
]
}
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo mkdir -p /var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo chmod 750 /var/lib/pgbackrest"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo chown postgres:postgres /var/lib/pgbackrest"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-path" : {
2016-06-02 17:10:24 +02:00
"value" : "/var/lib/pgbackrest"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2017-06-28 04:42:31 +02:00
"file" : "/var/lib/pgsql/9.5/data/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"archive_command" : {
"value" : "'pgbackrest --stanza=demo archive-push %p'"
},
"archive_mode" : {
"value" : "on"
},
"max_wal_senders" : {
"value" : "3"
},
"wal_level" : {
"value" : "hot_standby"
}
}
},
"type" : "cfg-postgresql",
"value" : {
"config" : [
"archive_command = 'pgbackrest --stanza=demo archive-push %p'",
"archive_mode = on",
"listen_addresses = '*'",
"log_filename = 'postgresql.log'",
"log_line_prefix = ''",
"max_wal_senders = 3",
"wal_level = hot_standby"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 restart"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
"host" : "pg-primary",
"option" : {
"global:archive-push" : {
"compress-level" : {
"value" : "3"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-path=/var/lib/pgsql/9.5/data",
"",
"[global]",
"repo1-path=/var/lib/pgbackrest",
"",
"[global:archive-push]",
"compress-level=3"
]
}
},
{
"key" : {
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-retention-full" : {
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"value" : "2"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest",
2018-05-07 01:53:42 +02:00
"repo1-retention-full=2",
"",
"[global:archive-push]",
"compress-level=3"
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
]
}
},
2017-11-22 01:31:54 +02:00
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-11-22 01:31:54 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass" : {
2017-11-22 01:31:54 +02:00
"value" : "zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO"
},
2018-02-24 05:38:45 +02:00
"repo1-cipher-type" : {
2017-11-22 01:31:54 +02:00
"value" : "aes-256-cbc"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2017-11-22 01:31:54 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
2018-05-07 01:53:42 +02:00
"repo1-retention-full=2",
"",
"[global:archive-push]",
"compress-level=3"
2017-11-22 01:31:54 +02:00
]
}
},
2016-11-08 12:47:47 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-11-08 12:47:47 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info stanza-create"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"completed successfully"
2016-11-08 12:47:47 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-11-08 12:47:47 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stanza-create command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --stanza=demo",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"P00 INFO: stanza-create command end: completed successfully"
2016-11-08 12:47:47 +02:00
]
}
},
2016-07-02 16:22:52 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info check"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
" successfully stored in the archive at "
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: check command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --stanza=demo",
"P00 INFO: WAL segment 000000010000000000000001 successfully stored in the archive at '/var/lib/pgbackrest/archive/demo/9.5-1/0000000100000000/000000010000000000000001-dcf900794564cc9874f902b8f024006e06ee50cb.gz'",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"P00 INFO: check command end: completed successfully"
2016-07-02 16:22:52 +02:00
]
}
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"no prior backup exists|full backup size"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo",
2016-09-15 00:36:43 +02:00
"P00 WARN: no prior backup exists, incr backup has been changed to full",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 22:53:06\": backup begins after the next regular checkpoint completes",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"P00 INFO: backup start archive = 000000010000000000000002, lsn = 0/2000028",
2017-09-29 01:06:41 +02:00
" [filtered 851 lines of output]",
2017-09-03 23:42:00 +02:00
"P01 INFO: backup file /var/lib/pgsql/9.5/data/base/1/12216 (0B, 100%)",
"P01 INFO: backup file /var/lib/pgsql/9.5/data/base/1/12211 (0B, 100%)",
2017-09-29 01:06:41 +02:00
"P00 INFO: full backup size = 20.5MB",
2016-09-15 00:36:43 +02:00
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup stop archive = 000000010000000000000002, lsn = 0/2000130",
2016-06-02 17:10:24 +02:00
" [filtered 4 lines of output]"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-225306F"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=diff \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"diff backup size"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
" [filtered 4 lines of output]",
2018-10-16 15:56:51 +02:00
"P01 INFO: backup file /var/lib/pgsql/9.5/data/global/pg_control (8KB, 97%) checksum dc4c9ad27f2913ad9faf9467a189060fa8002c6e",
"P01 INFO: backup file /var/lib/pgsql/9.5/data/backup_label (236B, 100%) checksum 23e5c188f34a6febcec855c86e9386928bc58461",
2016-11-17 16:57:59 +02:00
"P00 INFO: diff backup size = 8.2KB",
2016-09-15 00:36:43 +02:00
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup stop archive = 000000010000000000000003, lsn = 0/30000F8",
2016-06-02 17:10:24 +02:00
" [filtered 4 lines of output]"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest info"
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"(full|incr|diff) backup"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"stanza: demo",
" status: ok",
2018-10-16 15:56:51 +02:00
" cipher: aes-256-cbc",
2016-06-02 17:10:24 +02:00
"",
2017-08-09 00:09:07 +02:00
" db (current)",
2018-07-06 02:16:41 +02:00
" wal archive min/max (9.5-1): 000000010000000000000002 / 000000010000000000000003",
2017-08-09 00:09:07 +02:00
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-225306F",
" timestamp start/stop: 2018-10-15 22:53:06 / 2018-10-15 22:53:19",
2017-08-09 00:09:07 +02:00
" wal start/stop: 000000010000000000000002 / 000000010000000000000002",
2017-09-29 01:06:41 +02:00
" database size: 20.5MB, backup size: 20.5MB",
2017-11-22 01:31:54 +02:00
" repository size: 2.4MB, repository backup size: 2.4MB",
2016-06-02 17:10:24 +02:00
"",
2018-10-16 15:56:51 +02:00
" diff backup: 20181015-225306F_20181015-225320D",
" timestamp start/stop: 2018-10-15 22:53:20 / 2018-10-15 22:53:23",
2018-07-06 02:16:41 +02:00
" wal start/stop: 000000010000000000000003 / 000000010000000000000003",
2017-09-29 01:06:41 +02:00
" database size: 20.5MB, backup size: 8.2KB",
2017-11-22 01:31:54 +02:00
" repository size: 2.4MB, repository backup size: 400B",
2018-10-16 15:56:51 +02:00
" backup reference list: 20181015-225306F"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 stop"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres rm /var/lib/pgsql/9.5/data/global/pg_control"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo rm -f /var/lib/pgsql/9.5/pgstartup.log"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 start"
2016-06-02 17:10:24 +02:00
],
"err-expect" : "1",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo cat /var/lib/pgsql/9.5/pgstartup.log"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"could not find the database system"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"postmaster: could not find the database system",
2017-06-28 04:42:31 +02:00
"Expected to find it in the directory \"/var/lib/pgsql/9.5/data\",",
"but could not open file \"/var/lib/pgsql/9.5/data/global/pg_control\": No such file or directory"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres find /var/lib/pgsql/9.5/data -mindepth 1 -delete"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo restore"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"backup begins after the next regular checkpoint completes"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo --type=incr",
"P00 INFO: last backup label = 20181015-225306F_20181015-225320D, version = 2.06",
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 22:53:44\": backup begins after the next regular checkpoint completes",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup start archive = 000000020000000000000005, lsn = 0/5000028",
2017-09-29 01:06:41 +02:00
"P01 INFO: backup file /var/lib/pgsql/9.5/data/pg_multixact/offsets/0000 (8KB, 31%) checksum 0631457264ff7f8d5fb1edc2c0211992a67c73e6",
" [filtered 11 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"global" : {
"start-fast" : {
"value" : "y"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2018-05-07 01:53:42 +02:00
"start-fast=y",
"",
"[global:archive-push]",
"compress-level=3"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"backup begins after the requested immediate checkpoint completes"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo --start-fast --type=incr",
"P00 INFO: last backup label = 20181015-225306F_20181015-225344I, version = 2.06",
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 22:53:50\": backup begins after the requested immediate checkpoint completes",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup start archive = 000000020000000000000006, lsn = 0/6000028",
2018-10-16 15:56:51 +02:00
"P01 INFO: backup file /var/lib/pgsql/9.5/data/global/pg_control (8KB, 97%) checksum dd46b134c6bf573f69b60a7b9431decd05d28d6e",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
" [filtered 8 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo chmod 550 /var/lib/pgbackrest/backup/demo/"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
" --log-level-console=info backup"
],
2017-04-13 01:17:39 +02:00
"err-expect" : "47",
2016-06-02 17:10:24 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"ERROR:"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
" [filtered 2 lines of output]",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 22:53:54\": backup begins after the requested immediate checkpoint completes",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup start archive = 000000020000000000000007, lsn = 0/7000028",
2018-10-16 15:56:51 +02:00
"P00 ERROR: [047]: unable to create path '/var/lib/pgbackrest/backup/demo/20181015-225306F_20181015-225354I': Permission denied",
2017-04-13 01:17:39 +02:00
"P00 INFO: backup command end: aborted with exception [047]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo chmod 750 /var/lib/pgbackrest/backup/demo/"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
" --log-level-console=info backup"
],
2017-04-13 01:17:39 +02:00
"err-expect" : "57",
2016-06-02 17:10:24 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"ERROR:"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo --start-fast --type=incr",
"P00 INFO: last backup label = 20181015-225306F_20181015-225350I, version = 2.06",
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 22:53:57\": backup begins after the requested immediate checkpoint completes",
2017-04-13 01:17:39 +02:00
"P00 ERROR: [057]: ERROR: a backup is already in progress",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
" HINT: Run pg_stop_backup() and try again.:",
2018-10-16 15:56:51 +02:00
" select to_char(current_timestamp, 'YYYY-MM-DD HH24:MI:SS.US TZ'), pg_xlogfile_name(lsn), lsn::text, (select setting::int8 from pg_settings where name = 'wal_segment_size') * (select setting::int8 from pg_settings where name = 'wal_block_size') from pg_start_backup('pgBackRest backup started at 2018-10-15 22:53:57', true) as lsn"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"global" : {
"stop-auto" : {
"value" : "y"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2016-06-02 17:10:24 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"cluster is already in backup mode|backup begins after the requested immediate checkpoint completes"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo --start-fast --stop-auto --type=incr",
"P00 INFO: last backup label = 20181015-225306F_20181015-225350I, version = 2.06",
2016-10-10 23:35:58 +02:00
"P00 WARN: the cluster is already in backup mode but no pgBackRest backup process is running. pg_stop_backup() will be called so a new backup can be started.",
2016-09-15 00:36:43 +02:00
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 22:54:00\": backup begins after the requested immediate checkpoint completes",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup start archive = 000000020000000000000008, lsn = 0/8000028",
2018-10-16 15:56:51 +02:00
"P01 INFO: backup file /var/lib/pgsql/9.5/data/global/pg_control (8KB, 83%) checksum 89644ec2e1b9cf7cc83caf69df19d6d3fd3a87d9",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
" [filtered 9 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --output=json info"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"[",
" {",
" \"archive\" : [",
" {",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"id\" : \"9.5-1\",",
2018-07-06 02:16:41 +02:00
" \"max\" : \"000000020000000000000008\",",
2018-05-07 01:53:42 +02:00
" \"min\" : \"000000010000000000000002\"",
" }",
" ],",
" \"backup\" : [",
" {",
" \"archive\" : {",
" \"start\" : \"000000010000000000000002\",",
" \"stop\" : \"000000010000000000000002\"",
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
" \"delta\" : 21575104,",
" \"repository\" : {",
" \"delta\" : 2530704,",
" \"size\" : 2530704",
" },",
" \"size\" : 21575104",
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-225306F\",",
2018-05-07 01:53:42 +02:00
" \"prior\" : null,",
" \"reference\" : null,",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539643986,",
" \"stop\" : 1539643999",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"full\"",
" },",
" {",
" \"archive\" : {",
2018-07-06 02:16:41 +02:00
" \"start\" : \"000000010000000000000003\",",
" \"stop\" : \"000000010000000000000003\"",
2018-05-07 01:53:42 +02:00
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
" \"delta\" : 8428,",
" \"repository\" : {",
" \"delta\" : 400,",
" \"size\" : 2530704",
" },",
" \"size\" : 21575104",
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-225306F_20181015-225320D\",",
" \"prior\" : \"20181015-225306F\",",
2018-05-07 01:53:42 +02:00
" \"reference\" : [",
2018-10-16 15:56:51 +02:00
" \"20181015-225306F\"",
2018-05-07 01:53:42 +02:00
" ],",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539644000,",
" \"stop\" : 1539644003",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"diff\"",
" },",
" {",
" \"archive\" : {",
2018-07-06 02:16:41 +02:00
" \"start\" : \"000000020000000000000005\",",
" \"stop\" : \"000000020000000000000005\"",
2018-05-07 01:53:42 +02:00
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
" \"delta\" : 25732,",
" \"repository\" : {",
2018-08-31 19:19:43 +02:00
" \"delta\" : 976,",
" \"size\" : 2530864",
2018-05-07 01:53:42 +02:00
" },",
" \"size\" : 21575672",
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-225306F_20181015-225344I\",",
" \"prior\" : \"20181015-225306F_20181015-225320D\",",
2018-05-07 01:53:42 +02:00
" \"reference\" : [",
2018-10-16 15:56:51 +02:00
" \"20181015-225306F\"",
2018-05-07 01:53:42 +02:00
" ],",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539644024,",
" \"stop\" : 1539644028",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"incr\"",
" },",
" {",
" \"archive\" : {",
2018-07-06 02:16:41 +02:00
" \"start\" : \"000000020000000000000006\",",
" \"stop\" : \"000000020000000000000006\"",
2018-05-07 01:53:42 +02:00
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
" \"delta\" : 8428,",
" \"repository\" : {",
" \"delta\" : 400,",
2018-08-31 19:19:43 +02:00
" \"size\" : 2530864",
2018-05-07 01:53:42 +02:00
" },",
" \"size\" : 21575672",
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-225306F_20181015-225350I\",",
" \"prior\" : \"20181015-225306F_20181015-225344I\",",
2018-05-07 01:53:42 +02:00
" \"reference\" : [",
2018-10-16 15:56:51 +02:00
" \"20181015-225306F\",",
" \"20181015-225306F_20181015-225344I\"",
2018-05-07 01:53:42 +02:00
" ],",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539644030,",
" \"stop\" : 1539644033",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"incr\"",
" },",
" {",
" \"archive\" : {",
2018-07-06 02:16:41 +02:00
" \"start\" : \"000000020000000000000008\",",
" \"stop\" : \"000000020000000000000008\"",
2018-05-07 01:53:42 +02:00
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
2018-10-16 15:56:51 +02:00
" \"delta\" : 9773,",
2018-05-07 01:53:42 +02:00
" \"repository\" : {",
2018-10-16 15:56:51 +02:00
" \"delta\" : 1024,",
" \"size\" : 2531056",
2018-05-07 01:53:42 +02:00
" },",
2018-10-16 15:56:51 +02:00
" \"size\" : 21576097",
2018-05-07 01:53:42 +02:00
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-225306F_20181015-225400I\",",
" \"prior\" : \"20181015-225306F_20181015-225350I\",",
2018-05-07 01:53:42 +02:00
" \"reference\" : [",
2018-10-16 15:56:51 +02:00
" \"20181015-225306F\",",
" \"20181015-225306F_20181015-225344I\"",
2018-05-07 01:53:42 +02:00
" ],",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539644040,",
" \"stop\" : 1539644044",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"incr\"",
" }",
" ],",
2018-10-16 15:56:51 +02:00
" \"cipher\" : \"aes-256-cbc\",",
2018-05-07 01:53:42 +02:00
" \"db\" : [",
" {",
" \"id\" : 1,",
2018-10-16 15:56:51 +02:00
" \"system-id\" : 6612720493130772782,",
2018-05-07 01:53:42 +02:00
" \"version\" : \"9.5\"",
" }",
" ],",
" \"name\" : \"demo\",",
" \"status\" : {",
" \"code\" : 0,",
" \"message\" : \"ok\"",
" }",
" }",
"]"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres mkdir -p /var/lib/pgsql/pgbackrest/doc/example"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cp -r /backrest/doc/example/* \\",
2018-07-06 02:16:41 +02:00
" /var/lib/pgsql/pgbackrest/doc/example"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cat \\",
2018-07-06 02:16:41 +02:00
" /var/lib/pgsql/pgbackrest/doc/example/pgsql-pgbackrest-info.sql"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"-- An example of monitoring pgBackRest from within PostgresSQL",
"--",
"-- Use copy to export data from the pgBackRest info command into the jsonb",
"-- type so it can be queried directly by PostgresSQL.",
"",
"-- Create monitor schema",
"create schema monitor;",
"",
"-- Get pgBackRest info in JSON format",
"create function monitor.pgbackrest_info()",
" returns jsonb AS $$",
"declare",
" data jsonb;",
"begin",
" -- Create a temp table to hold the JSON data",
" create temp table temp_pgbackrest_data (data jsonb);",
"",
" -- Copy data into the table directory from the pgBackRest into command",
" copy temp_pgbackrest_data (data)",
" from program",
" 'pgbackrest --output=json info | tr ''\\n'' '' ''' (format text);",
"",
" select temp_pgbackrest_data.data",
" into data",
" from temp_pgbackrest_data;",
"",
" drop table temp_pgbackrest_data;",
"",
" return data;",
"end $$ language plpgsql;"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres psql -f \\",
2018-07-06 02:16:41 +02:00
" /var/lib/pgsql/pgbackrest/doc/example/pgsql-pgbackrest-info.sql"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cat \\",
2018-07-06 02:16:41 +02:00
" /var/lib/pgsql/pgbackrest/doc/example/pgsql-pgbackrest-query.sql"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"-- Get last successful backup for each stanza",
"--",
"-- Requires the monitor.pgbackrest_info function.",
"with stanza as",
"(",
" select data->'name' as name,",
" data->'backup'->(",
" jsonb_array_length(data->'backup') - 1) as last_backup,",
" data->'archive'->(",
" jsonb_array_length(data->'archive') - 1) as current_archive",
" from jsonb_array_elements(monitor.pgbackrest_info()) as data",
")",
"select name,",
" to_timestamp(",
" (last_backup->'timestamp'->>'stop')::numeric) as last_successful_backup,",
" current_archive->>'max' as last_archived_wal",
" from stanza;"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres psql -f \\",
2018-07-06 02:16:41 +02:00
" /var/lib/pgsql/pgbackrest/doc/example/pgsql-pgbackrest-query.sql"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" name | last_successful_backup | last_archived_wal ",
"--------+------------------------+--------------------------",
2018-10-16 15:56:51 +02:00
" \"demo\" | 2018-10-15 22:54:04+00 | 000000020000000000000008",
2018-05-07 01:53:42 +02:00
"(1 row)"
]
}
},
{
"key" : {
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-retention-full" : {
2016-06-02 17:10:24 +02:00
"value" : "2"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2016-06-02 17:10:24 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=full \\",
" --log-level-console=detail backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"archive retention on backup 20181015-225306F|remove archive"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
" [filtered 860 lines of output]",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"P00 INFO: backup command end: completed successfully",
2018-05-07 01:53:42 +02:00
"P00 INFO: expire command begin",
2018-10-16 15:56:51 +02:00
"P00 DETAIL: archive retention on backup 20181015-225306F, archiveId = 9.5-1, start = 000000010000000000000002",
2017-06-28 04:42:31 +02:00
"P00 DETAIL: no archive to remove, archiveId = 9.5-1",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"P00 INFO: expire command end: completed successfully"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-225408F"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=full \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"expire full backup set\\: 20181015-225306F|archive retention on backup 20181015-225408F|remove archive"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
" [filtered 860 lines of output]",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"P00 INFO: backup command end: completed successfully",
2018-05-07 01:53:42 +02:00
"P00 INFO: expire command begin",
2018-10-16 15:56:51 +02:00
"P00 INFO: expire full backup set: 20181015-225306F, 20181015-225306F_20181015-225320D, 20181015-225306F_20181015-225344I, 20181015-225306F_20181015-225350I, 20181015-225306F_20181015-225400I",
"P00 INFO: remove expired backup 20181015-225306F_20181015-225400I",
"P00 INFO: remove expired backup 20181015-225306F_20181015-225350I",
2016-06-02 17:10:24 +02:00
" [filtered 3 lines of output]"
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-retention-diff" : {
2016-06-02 17:10:24 +02:00
"value" : "1"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-diff=1",
"repo1-retention-full=2",
2016-06-02 17:10:24 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=diff backup"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-225421F_20181015-225438D"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr backup"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=diff \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"expire diff backup set: 20181015-225421F_20181015-225438D"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-07-06 02:16:41 +02:00
" [filtered 11 lines of output]",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"P00 INFO: backup command end: completed successfully",
2018-05-07 01:53:42 +02:00
"P00 INFO: expire command begin",
2018-10-16 15:56:51 +02:00
"P00 INFO: expire diff backup set: 20181015-225421F_20181015-225438D, 20181015-225421F_20181015-225442I",
"P00 INFO: remove expired backup 20181015-225421F_20181015-225442I",
"P00 INFO: remove expired backup 20181015-225421F_20181015-225438D"
2016-09-07 14:29:21 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-09-07 14:29:21 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-retention-diff" : {
2016-09-07 14:29:21 +02:00
"value" : "2"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2016-09-07 14:29:21 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-diff=2",
"repo1-retention-full=2",
2016-09-07 14:29:21 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2016-09-07 14:29:21 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
2016-09-07 14:29:21 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-225421F_20181015-225447D"
2016-09-07 14:29:21 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" select pg_create_restore_point('generate WAL'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('generate WAL'); select pg_switch_xlog();\""
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=diff \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"new backup label"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-07-06 02:16:41 +02:00
" [filtered 9 lines of output]",
2016-09-15 00:36:43 +02:00
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup stop archive = 000000020000000000000012, lsn = 0/120000F8",
2018-10-16 15:56:51 +02:00
"P00 INFO: new backup label = 20181015-225421F_20181015-225452D",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"P00 INFO: backup command end: completed successfully",
2018-05-07 01:53:42 +02:00
"P00 INFO: expire command begin"
2016-09-07 14:29:21 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
2016-09-07 14:29:21 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-225421F_20181015-225452D"
2016-09-07 14:29:21 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=detail \\",
2018-02-24 05:38:45 +02:00
" --repo1-retention-archive-type=diff --repo1-retention-archive=1 expire"
2016-09-07 14:29:21 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"archive retention on backup 20181015-225421F_20181015-225447D|remove archive"
2016-09-07 14:29:21 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: expire command begin 2.06: --log-level-console=detail --log-level-stderr=off --no-log-timestamp --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-archive=1 --repo1-retention-archive-type=diff --repo1-retention-diff=2 --repo1-retention-full=2 --stanza=demo",
"P00 DETAIL: archive retention on backup 20181015-225408F, archiveId = 9.5-1, start = 00000002000000000000000A, stop = 00000002000000000000000A",
"P00 DETAIL: archive retention on backup 20181015-225421F, archiveId = 9.5-1, start = 00000002000000000000000B, stop = 00000002000000000000000B",
"P00 DETAIL: archive retention on backup 20181015-225421F_20181015-225447D, archiveId = 9.5-1, start = 00000002000000000000000F, stop = 00000002000000000000000F",
"P00 DETAIL: archive retention on backup 20181015-225421F_20181015-225452D, archiveId = 9.5-1, start = 000000020000000000000012",
2018-07-06 02:16:41 +02:00
"P00 DETAIL: remove archive: archiveId = 9.5-1, start = 00000002000000000000000C, stop = 00000002000000000000000E",
"P00 DETAIL: remove archive: archiveId = 9.5-1, start = 000000020000000000000010, stop = 000000020000000000000011",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"P00 INFO: expire command end: completed successfully"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 stop"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
" --log-level-console=detail restore"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"demo\\/PG_VERSION - exists and matches backup|check\\/clean db path|restore global\\/pg_control"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
" [filtered 879 lines of output]",
2017-09-03 23:42:00 +02:00
"P01 DETAIL: restore file /var/lib/pgsql/9.5/data/base/1/12211 - exists and is zero size (0B, 100%)",
2017-06-28 04:42:31 +02:00
"P00 INFO: write /var/lib/pgsql/9.5/data/recovery.conf",
2017-06-12 17:36:00 +02:00
"P00 INFO: restore global/pg_control (performed last to ensure aborted restores cannot be started)",
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"P00 INFO: restore command end: completed successfully"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"create database test1;\""
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"CREATE DATABASE"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"create database test2;\""
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"CREATE DATABASE"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr backup"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"create table test1_table (id int); \\",
" insert into test1_table (id) values (1);\" test1"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"INSERT 0 1"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"create table test2_table (id int); \\",
" insert into test2_table (id) values (2);\" test2"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"INSERT 0 1"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres psql -Atc \"select oid from pg_database where datname = 'test1'\""
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"24576"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres du -sh /var/lib/pgsql/9.5/data/base/24576"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
"6.9M\t/var/lib/pgsql/9.5/data/base/24576"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 stop"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
" --db-include=test2 restore"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select * from test2_table;\" test2"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" id ",
"----",
" 2",
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select * from test1_table;\" test1"
],
"err-expect" : "2",
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"relation mapping file.*contains invalid data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
"psql: FATAL: relation mapping file \"base/24576/pg_filenode.map\" contains invalid data"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres du -sh /var/lib/pgsql/9.5/data/base/24576"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
"152K\t/var/lib/pgsql/9.5/data/base/24576"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"drop database test1;\""
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"DROP DATABASE"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select oid, datname from pg_database order by oid;\""
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"test2"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" oid | datname ",
"-------+-----------",
" 1 | template1",
2017-09-03 23:42:00 +02:00
" 12373 | template0",
" 12378 | postgres",
2018-05-07 01:53:42 +02:00
" 24577 | test2",
2016-06-02 17:10:24 +02:00
"(4 rows)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=diff backup"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"begin; \\",
" create table important_table (message text); \\",
" insert into important_table values ('Important Data'); \\",
" commit; \\",
" select * from important_table;\""
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" message ",
"----------------",
" Important Data",
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -Atc \"select current_timestamp\""
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"2018-10-15 22:55:42.966915+00"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"begin; \\",
" drop table important_table; \\",
" commit; \\",
" select * from important_table;\""
],
"err-expect" : "1",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"does not exist"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"ERROR: relation \"important_table\" does not exist",
"LINE 1: ...le important_table; commit; select * from important_...",
" ^"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 stop"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
2018-10-16 15:56:51 +02:00
" --type=time \"--target=2018-10-15 22:55:42.966915+00\" restore"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo rm /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres cat /var/lib/pgsql/9.5/data/recovery.conf"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"recovery_target_time"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-02-24 05:38:45 +02:00
"restore_command = 'pgbackrest --stanza=demo archive-get %f \"%p\"'",
2018-10-16 15:56:51 +02:00
"recovery_target_time = '2018-10-15 22:55:42.966915+00'"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select * from important_table\""
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" message ",
"----------------",
" Important Data",
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres cat /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"recovery stopping before|last completed transaction|starting point-in-time recovery"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"LOG: database system was interrupted; last known up at 2018-10-15 22:55:36 UTC",
"LOG: starting point-in-time recovery to 2018-10-15 22:55:42.966915+00",
2016-06-02 17:10:24 +02:00
"LOG: restored log file \"00000004.history\" from archive",
2018-07-06 02:16:41 +02:00
"LOG: restored log file \"000000040000000000000018\" from archive",
2018-10-16 15:56:51 +02:00
"LOG: redo starts at 0/18000028",
"LOG: consistent recovery state reached at 0/180000F8",
"LOG: restored log file \"000000040000000000000019\" from archive",
"LOG: recovery stopping before commit of transaction 630, time 2018-10-15 22:55:43.191229+00",
"LOG: redo done at 0/1901BC08",
"LOG: last completed transaction was at log time 2018-10-15 22:55:42.713266+00",
2016-06-02 17:10:24 +02:00
"LOG: selected new timeline ID: 5",
2018-10-16 15:56:51 +02:00
"LOG: archive recovery complete",
2016-10-10 23:35:58 +02:00
" [filtered 3 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"begin; \\",
" drop table important_table; \\",
" commit; \\",
" select * from important_table;\""
],
"err-expect" : "1",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"does not exist"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"ERROR: relation \"important_table\" does not exist",
"LINE 1: ...le important_table; commit; select * from important_...",
" ^"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-225421F_20181015-225535D"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr backup"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 stop"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
2018-10-16 15:56:51 +02:00
" --type=time \"--target=2018-10-15 22:55:42.966915+00\" restore"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo rm /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select * from important_table\""
],
"err-expect" : "1",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"does not exist"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"ERROR: relation \"important_table\" does not exist",
"LINE 1: select * from important_table",
" ^"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres cat /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2016-07-02 16:22:52 +02:00
"starting point-in-time recovery|consistent recovery state reached"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"LOG: database system was interrupted; last known up at 2018-10-15 22:55:55 UTC",
"LOG: starting point-in-time recovery to 2018-10-15 22:55:42.966915+00",
2016-06-02 17:10:24 +02:00
"LOG: restored log file \"00000005.history\" from archive",
2018-10-16 15:56:51 +02:00
"LOG: restored log file \"00000005000000000000001A\" from archive",
"LOG: redo starts at 0/1A000028",
"LOG: consistent recovery state reached at 0/1A0000F8",
"LOG: redo done at 0/1A0000F8",
"LOG: restored log file \"00000005000000000000001A\" from archive",
2016-10-10 23:35:58 +02:00
" [filtered 7 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest info"
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"20181015-225421F_20181015-225535D"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"stanza: demo",
" status: ok",
2018-10-16 15:56:51 +02:00
" cipher: aes-256-cbc",
2016-06-02 17:10:24 +02:00
"",
2017-08-09 00:09:07 +02:00
" db (current)",
2018-10-16 15:56:51 +02:00
" wal archive min/max (9.5-1): 00000002000000000000000A / 00000005000000000000001A",
2017-08-09 00:09:07 +02:00
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-225408F",
" timestamp start/stop: 2018-10-15 22:54:08 / 2018-10-15 22:54:20",
2018-07-06 02:16:41 +02:00
" wal start/stop: 00000002000000000000000A / 00000002000000000000000A",
2017-09-29 01:06:41 +02:00
" database size: 20.5MB, backup size: 20.5MB",
2017-11-22 01:31:54 +02:00
" repository size: 2.4MB, repository backup size: 2.4MB",
2016-06-02 17:10:24 +02:00
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-225421F",
" timestamp start/stop: 2018-10-15 22:54:21 / 2018-10-15 22:54:36",
2018-07-06 02:16:41 +02:00
" wal start/stop: 00000002000000000000000B / 00000002000000000000000B",
2017-09-29 01:06:41 +02:00
" database size: 20.5MB, backup size: 20.5MB",
2017-11-22 01:31:54 +02:00
" repository size: 2.4MB, repository backup size: 2.4MB",
2016-06-02 17:10:24 +02:00
"",
2018-10-16 15:56:51 +02:00
" diff backup: 20181015-225421F_20181015-225452D",
" timestamp start/stop: 2018-10-15 22:54:52 / 2018-10-15 22:54:56",
2018-07-06 02:16:41 +02:00
" wal start/stop: 000000020000000000000012 / 000000020000000000000012",
2018-10-16 15:56:51 +02:00
" database size: 20.5MB, backup size: 113.9KB",
2018-07-06 02:16:41 +02:00
" repository size: 2.4MB, repository backup size: 12.5KB",
2018-10-16 15:56:51 +02:00
" backup reference list: 20181015-225421F",
2018-07-06 02:16:41 +02:00
"",
2018-10-16 15:56:51 +02:00
" incr backup: 20181015-225421F_20181015-225509I",
" timestamp start/stop: 2018-10-15 22:55:09 / 2018-10-15 22:55:20",
" wal start/stop: 000000030000000000000015 / 000000030000000000000015",
2018-07-06 02:16:41 +02:00
" database size: 33.9MB, backup size: 13.4MB",
2018-02-24 05:38:45 +02:00
" repository size: 4MB, repository backup size: 1.6MB",
2018-10-16 15:56:51 +02:00
" backup reference list: 20181015-225421F, 20181015-225421F_20181015-225452D",
2016-09-07 14:29:21 +02:00
"",
2018-10-16 15:56:51 +02:00
" diff backup: 20181015-225421F_20181015-225535D",
" timestamp start/stop: 2018-10-15 22:55:35 / 2018-10-15 22:55:42",
" wal start/stop: 000000040000000000000018 / 000000040000000000000018",
2018-05-07 01:53:42 +02:00
" database size: 27.2MB, backup size: 6.8MB",
2018-10-16 15:56:51 +02:00
" repository size: 3.2MB, repository backup size: 831.7KB",
" backup reference list: 20181015-225421F",
2016-06-02 17:10:24 +02:00
"",
2018-10-16 15:56:51 +02:00
" incr backup: 20181015-225421F_20181015-225554I",
" timestamp start/stop: 2018-10-15 22:55:54 / 2018-10-15 22:55:59",
" wal start/stop: 00000005000000000000001A / 00000005000000000000001A",
2018-05-07 01:53:42 +02:00
" database size: 27.2MB, backup size: 1.9MB",
" repository size: 3.2MB, repository backup size: 209.9KB",
2018-10-16 15:56:51 +02:00
" backup reference list: 20181015-225421F, 20181015-225421F_20181015-225535D"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 stop"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
2018-10-16 15:56:51 +02:00
" --type=time \"--target=2018-10-15 22:55:42.966915+00\" \\",
" --set=20181015-225421F_20181015-225535D restore"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo rm /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select * from important_table\""
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" message ",
"----------------",
" Important Data",
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres cat /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"recovery stopping before|last completed transaction|starting point-in-time recovery"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"LOG: database system was interrupted; last known up at 2018-10-15 22:55:36 UTC",
"LOG: starting point-in-time recovery to 2018-10-15 22:55:42.966915+00",
2016-06-02 17:10:24 +02:00
"LOG: restored log file \"00000004.history\" from archive",
2018-07-06 02:16:41 +02:00
"LOG: restored log file \"000000040000000000000018\" from archive",
2018-10-16 15:56:51 +02:00
"LOG: redo starts at 0/18000028",
"LOG: consistent recovery state reached at 0/180000F8",
"LOG: restored log file \"000000040000000000000019\" from archive",
"LOG: recovery stopping before commit of transaction 630, time 2018-10-15 22:55:43.191229+00",
"LOG: redo done at 0/1901BC08",
"LOG: last completed transaction was at log time 2018-10-15 22:55:42.713266+00",
2016-06-02 17:10:24 +02:00
"LOG: restored log file \"00000005.history\" from archive",
2016-09-15 00:36:43 +02:00
"LOG: restored log file \"00000006.history\" from archive",
" [filtered 5 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
2018-07-06 02:16:41 +02:00
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"aws s3 --no-verify-ssl mb s3://demo-bucket 2>&1"
],
"host" : "s3-server",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
2017-11-22 01:31:54 +02:00
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-11-22 01:31:54 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass" : {},
"repo1-cipher-type" : {
2017-11-22 01:31:54 +02:00
"value" : "none"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2017-11-22 01:31:54 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-type=none",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-diff=2",
"repo1-retention-full=2",
2017-11-22 01:31:54 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2017-11-22 01:31:54 +02:00
]
}
},
2017-06-12 17:36:00 +02:00
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-06-12 17:36:00 +02:00
"option" : {
"global" : {
"process-max" : {
"value" : "4"
},
2018-02-24 05:38:45 +02:00
"repo1-path" : {
2018-07-06 02:16:41 +02:00
"value" : "/demo-repo"
2017-06-12 17:36:00 +02:00
},
2018-02-24 05:38:45 +02:00
"repo1-s3-bucket" : {
2017-06-12 17:36:00 +02:00
"value" : "demo-bucket"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-endpoint" : {
2017-06-12 17:36:00 +02:00
"value" : "s3.amazonaws.com"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-key" : {
2017-06-12 17:36:00 +02:00
"value" : "accessKey1"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-key-secret" : {
2017-06-12 17:36:00 +02:00
"value" : "verySecretKey1"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-region" : {
2017-06-12 17:36:00 +02:00
"value" : "us-east-1"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-verify-ssl" : {
2017-06-12 17:36:00 +02:00
"value" : "n"
},
2018-02-24 05:38:45 +02:00
"repo1-type" : {
2017-06-12 17:36:00 +02:00
"value" : "s3"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2017-06-12 17:36:00 +02:00
"",
"[global]",
"process-max=4",
2018-02-24 05:38:45 +02:00
"repo1-cipher-type=none",
2018-07-06 02:16:41 +02:00
"repo1-path=/demo-repo",
2018-02-24 05:38:45 +02:00
"repo1-retention-diff=2",
"repo1-retention-full=2",
"repo1-s3-bucket=demo-bucket",
"repo1-s3-endpoint=s3.amazonaws.com",
"repo1-s3-key=accessKey1",
"repo1-s3-key-secret=verySecretKey1",
"repo1-s3-region=us-east-1",
"repo1-type=s3",
2017-06-12 17:36:00 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2017-06-12 17:36:00 +02:00
]
}
},
2017-06-28 04:42:31 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-06-28 04:42:31 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"echo \"172.17.0.2 demo-bucket.s3.amazonaws.com s3.amazonaws.com\" | tee -a /etc/hosts"
2017-06-28 04:42:31 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : "root"
2017-06-12 17:36:00 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-06-12 17:36:00 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info stanza-create"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"completed successfully"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-06-12 17:36:00 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stanza-create command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-cipher-type=none --repo1-path=/demo-repo --repo1-s3-bucket=demo-bucket --repo1-s3-endpoint=s3.amazonaws.com --repo1-s3-key=<redacted> --repo1-s3-key-secret=<redacted> --repo1-s3-region=us-east-1 --no-repo1-s3-verify-ssl --repo1-type=s3 --stanza=demo",
2017-06-12 17:36:00 +02:00
"P00 INFO: stanza-create command end: completed successfully"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-06-12 17:36:00 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"no prior backup exists|full backup size"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-06-12 17:36:00 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --process-max=4 --repo1-cipher-type=none --repo1-path=/demo-repo --repo1-retention-diff=2 --repo1-retention-full=2 --repo1-s3-bucket=demo-bucket --repo1-s3-endpoint=s3.amazonaws.com --repo1-s3-key=<redacted> --repo1-s3-key-secret=<redacted> --repo1-s3-region=us-east-1 --no-repo1-s3-verify-ssl --repo1-type=s3 --stanza=demo --start-fast --stop-auto",
2017-06-12 17:36:00 +02:00
"P00 WARN: no prior backup exists, incr backup has been changed to full",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 22:56:24\": backup begins after the requested immediate checkpoint completes",
"P00 INFO: backup start archive = 00000007000000000000001A, lsn = 0/1A000028",
2017-09-29 01:06:41 +02:00
" [filtered 1119 lines of output]",
2018-10-16 15:56:51 +02:00
"P04 INFO: backup file /var/lib/pgsql/9.5/data/base/1/12216 (0B, 100%)",
"P02 INFO: backup file /var/lib/pgsql/9.5/data/base/1/12211 (0B, 100%)",
2017-09-29 01:06:41 +02:00
"P00 INFO: full backup size = 27.3MB",
2017-06-12 17:36:00 +02:00
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-10-16 15:56:51 +02:00
"P00 INFO: backup stop archive = 00000007000000000000001A, lsn = 0/1A000130",
2017-06-12 17:36:00 +02:00
" [filtered 4 lines of output]"
]
}
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo service postgresql-9.5 stop"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2018-02-24 05:38:45 +02:00
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info stop"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"completed successfully"
]
},
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe",
2016-06-02 17:10:24 +02:00
"value" : {
2018-02-24 05:38:45 +02:00
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stop command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --repo1-cipher-type=none --repo1-path=/demo-repo --repo1-s3-bucket=demo-bucket --repo1-s3-endpoint=s3.amazonaws.com --repo1-s3-key=<redacted> --repo1-s3-key-secret=<redacted> --repo1-s3-region=us-east-1 --no-repo1-s3-verify-ssl --repo1-type=s3 --stanza=demo",
2018-02-24 05:38:45 +02:00
"P00 INFO: stop command end: completed successfully"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info stanza-delete"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"completed successfully"
]
},
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stanza-delete command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-cipher-type=none --repo1-path=/demo-repo --repo1-s3-bucket=demo-bucket --repo1-s3-endpoint=s3.amazonaws.com --repo1-s3-key=<redacted> --repo1-s3-key-secret=<redacted> --repo1-s3-region=us-east-1 --no-repo1-s3-verify-ssl --repo1-type=s3 --stanza=demo",
2018-02-24 05:38:45 +02:00
"P00 INFO: stanza-delete command end: completed successfully"
]
2016-06-02 17:10:24 +02:00
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo service postgresql-9.5 start"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
2018-02-24 05:38:45 +02:00
{
"key" : {
"id" : "repo1",
2018-08-31 19:19:43 +02:00
"image" : "pgbackrest/doc:co6-base",
2018-02-24 05:38:45 +02:00
"name" : "repository",
2018-07-06 02:16:41 +02:00
"os" : "co6",
"update-hosts" : true
2018-02-24 05:38:45 +02:00
},
"type" : "host",
"value" : {
2018-05-23 01:53:25 +02:00
"ip" : "172.17.0.5"
2018-02-24 05:38:45 +02:00
}
},
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo groupadd pgbackrest"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
"type" : "exe"
},
2016-07-02 16:22:52 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo adduser -gpgbackrest -n pgbackrest"
2016-07-02 16:22:52 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo scp build:/root/pgbackrest-release-2.06/src/pgbackrest /usr/bin"
2016-07-02 16:22:52 +02:00
],
2018-07-06 02:16:41 +02:00
"cmd-extra" : "2>&1",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
2016-10-10 23:35:58 +02:00
"type" : "exe"
2016-07-02 16:22:52 +02:00
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo chmod 755 /usr/bin/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo yum install perl perl-Time-HiRes perl-parent perl-JSON \\",
" perl-Digest-SHA perl-DBD-Pg perl-XML-LibXML perl-IO-Socket-SSL"
2016-06-02 17:10:24 +02:00
],
2018-05-23 01:53:25 +02:00
"cmd-extra" : "-y 2>&1",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p -m 770 /var/log/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
2016-07-02 16:22:52 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo chown pgbackrest:pgbackrest /var/log/pgbackrest"
2016-07-02 16:22:52 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest"
2018-05-07 01:53:42 +02:00
],
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest/conf.d"
2018-05-07 01:53:42 +02:00
],
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo touch /etc/pgbackrest/pgbackrest.conf"
2016-07-02 16:22:52 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chmod 640 /etc/pgbackrest/pgbackrest.conf"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chown pgbackrest:pgbackrest /etc/pgbackrest/pgbackrest.conf"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo mkdir -p /var/lib/pgbackrest"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo chmod 750 /var/lib/pgbackrest"
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo chown pgbackrest:pgbackrest /var/lib/pgbackrest"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest mkdir -m 750 /home/pgbackrest/.ssh"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest ssh-keygen -f /home/pgbackrest/.ssh/id_rsa \\",
" -t rsa -b 4096 -N \"\""
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres mkdir -m 750 -p /var/lib/pgsql/.ssh"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres ssh-keygen -f /var/lib/pgsql/.ssh/id_rsa \\",
2018-02-24 05:38:45 +02:00
" -t rsa -b 4096 -N \"\""
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"(echo -n 'no-agent-forwarding,no-X11-forwarding,no-port-forwarding,' && \\",
" echo -n 'command=\"/usr/bin/pgbackrest ${SSH_ORIGINAL_COMMAND#* }\" ' && \\",
" sudo ssh root@pg-primary cat /var/lib/pgsql/.ssh/id_rsa.pub) | \\",
2018-02-24 05:38:45 +02:00
" sudo -u pgbackrest tee -a /home/pgbackrest/.ssh/authorized_keys"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-10-16 15:56:51 +02:00
"run-as-user" : "root"
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"(echo -n 'no-agent-forwarding,no-X11-forwarding,no-port-forwarding,' && \\",
" echo -n 'command=\"/usr/bin/pgbackrest ${SSH_ORIGINAL_COMMAND#* }\" ' && \\",
" sudo ssh root@repository cat /home/pgbackrest/.ssh/id_rsa.pub) | \\",
2018-07-06 02:16:41 +02:00
" sudo -u postgres tee -a /var/lib/pgsql/.ssh/authorized_keys"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-10-16 15:56:51 +02:00
"run-as-user" : "root"
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest ssh postgres@pg-primary"
2017-09-29 01:06:41 +02:00
],
2018-10-16 15:56:51 +02:00
"cmd-extra" : "-o StrictHostKeyChecking=no",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u postgres ssh pgbackrest@repository"
2017-09-29 01:06:41 +02:00
],
2018-10-16 15:56:51 +02:00
"cmd-extra" : "-o StrictHostKeyChecking=no",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2017-09-29 01:06:41 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-path" : {
2017-09-29 01:06:41 +02:00
"value" : "/var/lib/pgbackrest"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2017-09-29 01:06:41 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-host" : {
"value" : "pg-primary"
2017-09-29 01:06:41 +02:00
},
2018-02-24 05:38:45 +02:00
"pg1-path" : {
"value" : "/var/lib/pgsql/9.5/data"
2017-09-29 01:06:41 +02:00
}
},
"global" : {
"log-level-stderr" : {
"value" : "off"
},
"log-timestamp" : {
"value" : "n"
},
2018-02-24 05:38:45 +02:00
"repo1-retention-full" : {
2017-09-29 01:06:41 +02:00
"value" : "2"
},
"start-fast" : {
"value" : "y"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-host=pg-primary",
"pg1-path=/var/lib/pgsql/9.5/data",
2017-09-29 01:06:41 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2017-09-29 01:06:41 +02:00
"start-fast=y"
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-09-29 01:06:41 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-09-29 01:06:41 +02:00
"value" : "/var/lib/pgsql/9.5/data"
}
},
"global" : {
"log-level-file" : {
"value" : "detail"
},
"log-level-stderr" : {
"value" : "off"
},
"log-timestamp" : {
"value" : "n"
2018-02-24 05:38:45 +02:00
},
"repo1-host" : {
"value" : "repository"
2017-09-29 01:06:41 +02:00
}
}
},
"reset" : true
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2017-09-29 01:06:41 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"log-level-file=detail",
"repo1-host=repository"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo stanza-create"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo check"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo check"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo backup"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"P00 WARN: no prior backup exists, incr backup has been changed to full"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo service postgresql-9.5 stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta restore"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo service postgresql-9.5 start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres sleep 2"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo backup"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo --type=full backup"
2017-09-29 01:06:41 +02:00
],
2018-05-07 01:53:42 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
"host" : "repository",
2017-09-29 01:06:41 +02:00
"option" : {
"global" : {
"process-max" : {
2018-05-07 01:53:42 +02:00
"value" : "3"
2017-09-29 01:06:41 +02:00
}
}
}
2016-07-02 16:22:52 +02:00
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-05-07 01:53:42 +02:00
"pg1-host=pg-primary",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2016-07-02 16:22:52 +02:00
"",
"[global]",
2018-05-07 01:53:42 +02:00
"process-max=3",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
"start-fast=y"
2016-07-02 16:22:52 +02:00
]
}
},
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo --type=full backup"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
],
2018-05-07 01:53:42 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u pgbackrest pgbackrest info"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"timestamp start/stop"
]
},
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"stanza: demo",
" status: ok",
2018-10-16 15:56:51 +02:00
" cipher: none",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"",
2017-08-09 00:09:07 +02:00
" db (current)",
2018-10-16 15:56:51 +02:00
" wal archive min/max (9.5-1): 000000080000000000000021 / 000000080000000000000023",
2017-08-09 00:09:07 +02:00
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-225850F",
" timestamp start/stop: 2018-10-15 22:58:50 / 2018-10-15 22:59:08",
" wal start/stop: 000000080000000000000021 / 000000080000000000000021",
2017-09-29 01:06:41 +02:00
" database size: 27.3MB, backup size: 27.3MB",
2017-09-03 23:42:00 +02:00
" repository size: 3.1MB, repository backup size: 3.1MB",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-225910F",
" timestamp start/stop: 2018-10-15 22:59:10 / 2018-10-15 22:59:21",
2018-08-31 19:19:43 +02:00
" wal start/stop: 000000080000000000000023 / 000000080000000000000023",
2017-09-29 01:06:41 +02:00
" database size: 27.3MB, backup size: 27.3MB",
2017-09-03 23:42:00 +02:00
" repository size: 3.1MB, repository backup size: 3.1MB"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
]
}
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo backup"
2016-06-02 17:10:24 +02:00
],
2017-04-13 01:17:39 +02:00
"err-expect" : "62",
2016-06-02 17:10:24 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-10-24 23:36:21 +02:00
"\\: stop file exists for all stanzas"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-02-24 05:38:45 +02:00
"P00 ERROR: [062]: raised from remote process on 'pg-primary': stop file exists for all stanzas"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2016-09-15 00:36:43 +02:00
"P00 WARN: stop file already exists for all stanzas"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo backup"
2017-09-29 01:06:41 +02:00
],
"err-expect" : "62",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-10-24 23:36:21 +02:00
"\\: stop file exists for stanza demo"
2017-09-29 01:06:41 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-02-24 05:38:45 +02:00
"P00 ERROR: [062]: raised from remote process on 'pg-primary': stop file exists for stanza demo"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-02-24 05:38:45 +02:00
"id" : "pg2",
2018-08-31 19:19:43 +02:00
"image" : "pgbackrest/doc:co6-base",
2018-02-24 05:38:45 +02:00
"name" : "pg-standby",
2018-07-06 02:16:41 +02:00
"os" : "co6",
"update-hosts" : true
2017-09-29 01:06:41 +02:00
},
"type" : "host",
"value" : {
2018-05-23 01:53:25 +02:00
"ip" : "172.17.0.6"
2017-09-29 01:06:41 +02:00
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo scp build:/root/pgbackrest-release-2.06/src/pgbackrest /usr/bin"
2018-07-06 02:16:41 +02:00
],
2018-08-31 19:19:43 +02:00
"cmd-extra" : "2>&1",
2018-07-06 02:16:41 +02:00
"host" : "pg-standby",
"load-env" : true,
"output" : false,
2018-08-31 19:19:43 +02:00
"run-as-user" : null
2018-07-06 02:16:41 +02:00
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
2018-08-31 19:19:43 +02:00
"sudo chmod 755 /usr/bin/pgbackrest"
2018-07-06 02:16:41 +02:00
],
"host" : "pg-standby",
"load-env" : true,
"output" : false,
2018-08-31 19:19:43 +02:00
"run-as-user" : null
2018-07-06 02:16:41 +02:00
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
2018-08-31 19:19:43 +02:00
"sudo yum install perl perl-Time-HiRes perl-parent perl-JSON \\",
" perl-Digest-SHA perl-DBD-Pg perl-XML-LibXML perl-IO-Socket-SSL"
2018-07-06 02:16:41 +02:00
],
2018-08-31 19:19:43 +02:00
"cmd-extra" : "-y 2>&1",
2018-07-06 02:16:41 +02:00
"host" : "pg-standby",
"load-env" : true,
"output" : false,
2018-08-31 19:19:43 +02:00
"run-as-user" : null
2018-07-06 02:16:41 +02:00
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
2018-08-31 19:19:43 +02:00
"sudo mkdir -p -m 770 /var/log/pgbackrest"
2018-07-06 02:16:41 +02:00
],
"host" : "pg-standby",
"load-env" : true,
"output" : false,
2018-08-31 19:19:43 +02:00
"run-as-user" : null
2018-07-06 02:16:41 +02:00
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-08-31 19:19:43 +02:00
"sudo chown postgres:postgres /var/log/pgbackrest"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-08-31 19:19:43 +02:00
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest/conf.d"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo touch /etc/pgbackrest/pgbackrest.conf"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chmod 640 /etc/pgbackrest/pgbackrest.conf"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chown postgres:postgres /etc/pgbackrest/pgbackrest.conf"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres mkdir -m 750 -p /var/lib/pgsql/.ssh"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres ssh-keygen -f /var/lib/pgsql/.ssh/id_rsa \\",
2018-02-24 05:38:45 +02:00
" -t rsa -b 4096 -N \"\""
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"(echo -n 'no-agent-forwarding,no-X11-forwarding,no-port-forwarding,' && \\",
" echo -n 'command=\"/usr/bin/pgbackrest ${SSH_ORIGINAL_COMMAND#* }\" ' && \\",
" sudo ssh root@pg-standby cat /var/lib/pgsql/.ssh/id_rsa.pub) | \\",
2018-02-24 05:38:45 +02:00
" sudo -u pgbackrest tee -a /home/pgbackrest/.ssh/authorized_keys"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-10-16 15:56:51 +02:00
"run-as-user" : "root"
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"(echo -n 'no-agent-forwarding,no-X11-forwarding,no-port-forwarding,' && \\",
" echo -n 'command=\"/usr/bin/pgbackrest ${SSH_ORIGINAL_COMMAND#* }\" ' && \\",
" sudo ssh root@repository cat /home/pgbackrest/.ssh/id_rsa.pub) | \\",
2018-07-06 02:16:41 +02:00
" sudo -u postgres tee -a /var/lib/pgsql/.ssh/authorized_keys"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-10-16 15:56:51 +02:00
"run-as-user" : "root"
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest ssh postgres@pg-standby"
2016-06-02 17:10:24 +02:00
],
2018-10-16 15:56:51 +02:00
"cmd-extra" : "-o StrictHostKeyChecking=no",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u postgres ssh pgbackrest@repository"
2016-06-02 17:10:24 +02:00
],
2018-10-16 15:56:51 +02:00
"cmd-extra" : "-o StrictHostKeyChecking=no",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2016-06-02 17:10:24 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-06-28 04:42:31 +02:00
"value" : "/var/lib/pgsql/9.5/data"
2016-06-02 17:10:24 +02:00
},
"recovery-option" : {
"value" : "standby_mode=on"
}
},
"global" : {
2018-05-07 01:53:42 +02:00
"log-level-file" : {
"value" : "detail"
},
2016-10-10 23:35:58 +02:00
"log-level-stderr" : {
"value" : "off"
},
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"log-timestamp" : {
"value" : "n"
2018-02-24 05:38:45 +02:00
},
"repo1-host" : {
"value" : "repository"
2016-06-02 17:10:24 +02:00
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2016-06-02 17:10:24 +02:00
"recovery-option=standby_mode=on",
"",
"[global]",
2018-05-07 01:53:42 +02:00
"log-level-file=detail",
2018-02-24 05:38:45 +02:00
"repo1-host=repository"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u postgres mkdir -p -m 700 /var/lib/pgsql/9.5/data"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo restore"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres cat /var/lib/pgsql/9.5/data/recovery.conf"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"standby_mode = 'on'",
2018-02-24 05:38:45 +02:00
"restore_command = 'pgbackrest --stanza=demo archive-get %f \"%p\"'"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2017-06-28 04:42:31 +02:00
"file" : "/var/lib/pgsql/9.5/data/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2016-06-02 17:10:24 +02:00
"option" : {
"hot_standby" : {
"value" : "on"
2018-02-24 05:38:45 +02:00
},
"log_filename" : {
"value" : "'postgresql.log'"
},
"log_line_prefix" : {
"value" : "''"
2016-06-02 17:10:24 +02:00
}
}
},
"type" : "cfg-postgresql",
"value" : {
"config" : [
2018-02-24 05:38:45 +02:00
"hot_standby = on",
"log_filename = 'postgresql.log'",
"log_line_prefix = ''"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo rm /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres cat /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"entering standby mode|database system is ready to accept read only connections"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"LOG: database system was interrupted; last known up at 2018-10-15 22:59:11 UTC",
2016-06-02 17:10:24 +02:00
"LOG: entering standby mode",
"LOG: restored log file \"00000008.history\" from archive",
2018-08-31 19:19:43 +02:00
"LOG: restored log file \"000000080000000000000023\" from archive",
"LOG: redo starts at 0/23000028",
2018-10-16 15:56:51 +02:00
"LOG: consistent recovery state reached at 0/230000F8",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"LOG: database system is ready to accept read only connections"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" begin; \\",
" create table replicated_table (message text); \\",
" insert into replicated_table values ('Important Data'); \\",
" commit; \\",
" select * from replicated_table\";"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" message ",
"----------------",
" Important Data",
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select * from replicated_table;\""
],
"err-expect" : "1",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"does not exist"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"ERROR: relation \"replicated_table\" does not exist",
"LINE 1: select * from replicated_table;",
" ^"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select *, current_timestamp from pg_switch_xlog()\";"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
" pg_switch_xlog | now ",
"----------------+-------------------------------",
2018-10-16 15:56:51 +02:00
" 0/2401F630 | 2018-10-15 23:01:19.785918+00",
2016-06-02 17:10:24 +02:00
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" select *, current_timestamp from replicated_table\""
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
" message | now ",
"----------------+-------------------------------",
2018-10-16 15:56:51 +02:00
" Important Data | 2018-10-15 23:01:21.935214+00",
2016-06-02 17:10:24 +02:00
"(1 row)"
]
}
},
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info check"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"all other checks passed"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: check command begin 2.06: --log-level-console=info --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-host=repository --stanza=demo",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"P00 INFO: switch xlog cannot be performed on the standby, all other checks passed successfully",
"P00 INFO: check command end: completed successfully"
]
}
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" create user replicator password 'jw8s0F4' replication\";"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"CREATE ROLE"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres sh -c 'echo \\",
2018-05-23 01:53:25 +02:00
" \"host replication replicator 172.17.0.6/32 md5\" \\",
2017-06-28 04:42:31 +02:00
" >> /var/lib/pgsql/9.5/data/pg_hba.conf'"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 reload"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2016-06-02 17:10:24 +02:00
"option" : {
"demo" : {
"recovery-option" : {
2018-07-06 02:16:41 +02:00
"value" : "primary_conninfo=host=172.17.0.4 port=5432 user=replicator"
2016-06-02 17:10:24 +02:00
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.5/data",
2016-06-02 17:10:24 +02:00
"recovery-option=standby_mode=on",
2018-07-06 02:16:41 +02:00
"recovery-option=primary_conninfo=host=172.17.0.4 port=5432 user=replicator",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-05-07 01:53:42 +02:00
"log-level-file=detail",
2018-02-24 05:38:45 +02:00
"repo1-host=repository"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres sh -c 'echo \\",
2018-07-06 02:16:41 +02:00
" \"172.17.0.4:*:replication:replicator:jw8s0F4\" \\",
" >> /var/lib/pgsql/.pgpass'"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres chmod 600 /var/lib/pgsql/.pgpass"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 stop"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta restore"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres cat /var/lib/pgsql/9.5/data/recovery.conf"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-07-06 02:16:41 +02:00
"primary_conninfo = 'host=172.17.0.4 port=5432 user=replicator'",
2016-06-02 17:10:24 +02:00
"standby_mode = 'on'",
2018-02-24 05:38:45 +02:00
"restore_command = 'pgbackrest --stanza=demo archive-get %f \"%p\"'"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2017-06-28 04:42:31 +02:00
"file" : "/var/lib/pgsql/9.5/data/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2016-06-02 17:10:24 +02:00
"option" : {
"hot_standby" : {
"value" : "on"
}
}
},
"type" : "cfg-postgresql",
"value" : {
"config" : [
2018-02-24 05:38:45 +02:00
"hot_standby = on",
"log_filename = 'postgresql.log'",
"log_line_prefix = ''"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo rm /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.5 start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres cat /var/lib/pgsql/9.5/data/pg_log/postgresql.log"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"started streaming WAL from primary"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-08-09 00:09:07 +02:00
" [filtered 6 lines of output]",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"LOG: database system is ready to accept read only connections",
2018-08-31 19:19:43 +02:00
"LOG: restored log file \"000000080000000000000024\" from archive",
"LOG: started streaming WAL from primary at 0/25000000 on timeline 8"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" begin; \\",
" create table stream_table (message text); \\",
" insert into stream_table values ('Important Data'); \\",
" commit; \\",
" select *, current_timestamp from stream_table\";"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-07-06 02:16:41 +02:00
" message | now ",
"----------------+-------------------------------",
2018-10-16 15:56:51 +02:00
" Important Data | 2018-10-15 23:01:37.253542+00",
2016-06-02 17:10:24 +02:00
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" select *, current_timestamp from stream_table\""
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2016-11-17 16:57:59 +02:00
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
" message | now ",
"----------------+-------------------------------",
" Important Data | 2018-10-15 23:01:37.623335+00",
2016-11-17 16:57:59 +02:00
"(1 row)"
]
}
v1.06: Backup from Standby and Bug Fixes
Bug Fixes:
* Fixed an issue where a tablespace link that referenced another link would not produce an error, but instead skip the tablespace entirely. (Reported by Michael Vitale.)
* Fixed an issue where options that should not allow multiple values could be specified multiple times in pgbackrest.conf without an error being raised. (Reported by Michael Vitale.)
* Fixed an issue where the protocol-timeout option was not automatically increased when the db-timeout option was increased. (Reported by Todd Vernick.)
Features:
* Backup from a standby cluster. A connection to the primary cluster is still required to start/stop the backup and copy files that are not replicated, but the vast majority of files are copied from the standby in order to reduce load on the master.
* More flexible configuration for databases. Master and standby can both be configured on the backup server and pgBackRest will automatically determine which is the master. This means no configuration changes for backup are required after failing over from a master to standby when a separate backup server is used.
* Exclude directories during backup that are cleaned, recreated, or zeroed by PostgreSQL at startup. These include pgsql_tmp and pg_stat_tmp. The postgresql.auto.conf.tmp file is now excluded in addition to files that were already excluded: backup_label.old, postmaster.opts, postmaster.pid, recovery.conf, recovery.done.
* Experimental support for non-exclusive backups in PostgreSQL 9.6 beta4. Changes to the control/catalog/WAL versions in subsequent betas may break compatibility but pgBackRest will be updated with each release to keep pace.
Refactoring:
* Simplify protocol creation and identifying which host is local/remote.
* Removed all OP_* function constants that were used only for debugging, not in the protocol, and replaced with __PACKAGE__.
* Improvements in Db module: separated out connect() function, allow executeSql() calls that do not return data, and improve error handling.
* Improve error message for links that reference links in manifest build.
* Added hints to error message when relative paths are detected in archive-push or archive-get.
* Improve backup log messages to indicate which host the files are being copied from.
2016-08-25 17:49:09 +02:00
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p -m 750 /var/spool/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chown postgres:postgres /var/spool/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2018-02-24 05:38:45 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p -m 750 /var/spool/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chown postgres:postgres /var/spool/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-05-07 01:53:42 +02:00
"option" : {
"global" : {
"archive-async" : {
"value" : "y"
},
"spool-path" : {
"value" : "/var/spool/pgbackrest"
}
},
"global:archive-get" : {
"process-max" : {
"value" : "2"
}
},
"global:archive-push" : {
"process-max" : {
"value" : "2"
}
}
}
2016-07-02 16:22:52 +02:00
},
2018-05-07 01:53:42 +02:00
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-path=/var/lib/pgsql/9.5/data",
"",
"[global]",
"archive-async=y",
"log-level-file=detail",
"repo1-host=repository",
"spool-path=/var/spool/pgbackrest",
"",
"[global:archive-get]",
"process-max=2",
"",
"[global:archive-push]",
"process-max=2"
]
}
},
{
"key" : {
"file" : "/etc/pgbackrest/pgbackrest.conf",
"host" : "pg-standby",
"option" : {
"global" : {
"archive-async" : {
"value" : "y"
},
"spool-path" : {
"value" : "/var/spool/pgbackrest"
}
},
"global:archive-get" : {
"process-max" : {
"value" : "2"
}
},
"global:archive-push" : {
"process-max" : {
"value" : "2"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-path=/var/lib/pgsql/9.5/data",
"recovery-option=standby_mode=on",
2018-07-06 02:16:41 +02:00
"recovery-option=primary_conninfo=host=172.17.0.4 port=5432 user=replicator",
2018-05-07 01:53:42 +02:00
"",
"[global]",
"archive-async=y",
"log-level-file=detail",
"repo1-host=repository",
"spool-path=/var/spool/pgbackrest",
"",
"[global:archive-get]",
"process-max=2",
"",
"[global:archive-push]",
"process-max=2"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres psql -c \"alter user replicator password 'bogus'\""
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"ALTER ROLE"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo service postgresql-9.5 restart"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres rm -f /var/log/pgbackrest/demo-archive-push-async.log"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog();\""
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info check"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"WAL segment"
]
},
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: check command begin 2.06: --log-level-console=info --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --repo1-host=repository --stanza=demo",
"P00 INFO: WAL segment 00000008000000000000002A successfully stored in the archive at '/var/lib/pgbackrest/archive/demo/9.5-1/0000000800000000/00000008000000000000002A-0be3f77d41dc98b4deee4cbc8444c490f4d920fa.gz'",
2018-05-07 01:53:42 +02:00
"P00 INFO: check command end: completed successfully"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cat /var/log/pgbackrest/demo-archive-push-async.log"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
" WAL file\\(s\\) to archive|pushed WAL file 0000000"
]
},
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"-------------------PROCESS START-------------------",
2018-10-16 15:56:51 +02:00
"P00 INFO: archive-push command begin 2.06: [pg_xlog/000000080000000000000025] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
"P00 INFO: push 4 WAL file(s) to archive: 000000080000000000000025...000000080000000000000028",
2018-08-31 19:19:43 +02:00
"P01 DETAIL: pushed WAL file 000000080000000000000025 to archive",
2018-10-16 15:56:51 +02:00
"P02 DETAIL: pushed WAL file 000000080000000000000026 to archive",
"P01 DETAIL: pushed WAL file 000000080000000000000027 to archive",
"P02 DETAIL: pushed WAL file 000000080000000000000028 to archive",
2018-07-06 02:16:41 +02:00
"P00 INFO: archive-push command end: completed successfully",
"",
"-------------------PROCESS START-------------------",
2018-10-16 15:56:51 +02:00
"P00 INFO: archive-push command begin 2.06: [pg_xlog/000000080000000000000029] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
"P00 INFO: push 1 WAL file(s) to archive: 000000080000000000000029",
"P01 DETAIL: pushed WAL file 000000080000000000000029 to archive",
2018-05-07 01:53:42 +02:00
"P00 INFO: archive-push command end: completed successfully",
"",
"-------------------PROCESS START-------------------",
2018-10-16 15:56:51 +02:00
"P00 INFO: archive-push command begin 2.06: [pg_xlog/00000008000000000000002A] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
2018-08-31 19:19:43 +02:00
"P00 INFO: push 1 WAL file(s) to archive: 00000008000000000000002A",
"P01 DETAIL: pushed WAL file 00000008000000000000002A to archive",
2018-05-07 01:53:42 +02:00
"P00 INFO: archive-push command end: completed successfully"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres sleep 5"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cat /var/log/pgbackrest/demo-archive-get-async.log"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"got WAL file [0-F]{24} from archive"
]
},
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"-------------------PROCESS START-------------------",
2018-10-16 15:56:51 +02:00
"P00 INFO: archive-get command begin 2.06: [000000080000000000000023, 000000080000000000000024, 000000080000000000000025, 000000080000000000000026, 000000080000000000000027, 000000080000000000000028, 000000080000000000000029, 00000008000000000000002A] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
2018-05-07 01:53:42 +02:00
"P00 INFO: get 8 WAL file(s) from archive: 000000080000000000000023...00000008000000000000002A",
"P01 DETAIL: got WAL file 000000080000000000000023 from archive",
"P02 DETAIL: got WAL file 000000080000000000000024 from archive",
2018-08-31 19:19:43 +02:00
"P01 DETAIL: WAL file 000000080000000000000025 not found in archive",
"P02 DETAIL: WAL file 000000080000000000000026 not found in archive",
" [filtered 33 lines of output]",
2018-10-16 15:56:51 +02:00
"P00 INFO: archive-get command begin 2.06: [000000080000000000000025, 000000080000000000000026, 000000080000000000000027, 000000080000000000000028, 000000080000000000000029, 00000008000000000000002A, 00000008000000000000002B, 00000008000000000000002C] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/pgsql/9.5/data --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
2018-08-31 19:19:43 +02:00
"P00 INFO: get 8 WAL file(s) from archive: 000000080000000000000025...00000008000000000000002C",
2018-07-06 02:16:41 +02:00
"P01 DETAIL: got WAL file 000000080000000000000025 from archive",
2018-08-31 19:19:43 +02:00
"P02 DETAIL: got WAL file 000000080000000000000026 from archive",
"P01 DETAIL: got WAL file 000000080000000000000027 from archive",
"P02 DETAIL: got WAL file 000000080000000000000028 from archive",
"P02 DETAIL: got WAL file 00000008000000000000002A from archive",
2018-10-16 15:56:51 +02:00
"P01 DETAIL: got WAL file 000000080000000000000029 from archive",
"P02 DETAIL: WAL file 00000008000000000000002B not found in archive",
"P01 DETAIL: WAL file 00000008000000000000002C not found in archive",
" [filtered 13 lines of output]"
2018-05-07 01:53:42 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres psql -c \"alter user replicator password 'jw8s0F4'\""
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"ALTER ROLE"
]
}
},
{
"key" : {
"file" : "/etc/pgbackrest/pgbackrest.conf",
"host" : "repository",
"option" : {
"demo" : {
"pg2-host" : {
"value" : "pg-standby"
},
"pg2-path" : {
"value" : "/var/lib/pgsql/9.5/data"
}
},
"global" : {
"backup-standby" : {
"value" : "y"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-host=pg-primary",
"pg1-path=/var/lib/pgsql/9.5/data",
"pg2-host=pg-standby",
"pg2-path=/var/lib/pgsql/9.5/data",
"",
"[global]",
"backup-standby=y",
"process-max=3",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
"start-fast=y"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u pgbackrest pgbackrest --stanza=demo --log-level-console=detail backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"backup file pg-primary|replay on the standby"
]
},
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" [filtered 2 lines of output]",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 23:01:57\": backup begins after the requested immediate checkpoint completes",
2018-08-31 19:19:43 +02:00
"P00 INFO: backup start archive = 00000008000000000000002C, lsn = 0/2C000028",
"P00 INFO: wait for replay on the standby to reach 0/2C000028",
2018-10-16 15:56:51 +02:00
"P00 INFO: replay on the standby reached 0/2C000350",
"P01 INFO: backup file pg-primary:/var/lib/pgsql/9.5/data/global/pg_control (8KB, 0%) checksum 0df83bf57c88c6c503ebf0e26059a4bf2e40d1e3",
"P04 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/1249 (360KB, 17%) checksum c29af94a5842e1ee2ba247a22d0eac022acce3bb",
"P01 INFO: backup file pg-primary:/var/lib/pgsql/9.5/data/pg_log/postgresql.log (5.3KB, 17%) checksum 49d715068b8ec87041bca49e97fb689f7a499fc5",
"P02 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/2608 (432KB, 37%) checksum f56299471251125acbf779dd195b363708779225",
"P03 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/2674 (360KB, 53%) checksum dd206a01cb42bf6ac2cff826b4842d8d2a968d8b",
"P04 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/2673 (320KB, 68%) checksum e3d8e203cdfdb3c69681bb207bee0610eddf3480",
"P01 INFO: backup file pg-primary:/var/lib/pgsql/9.5/data/pg_hba.conf (4.1KB, 68%) checksum 1c0bca2f7f44d354aaaefb2c21fd1290b7379690",
"P02 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/2658 (112KB, 74%) checksum 99c01e1ada8802ef4d0f0f5f60888f77b38f78b2",
"P03 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/1259 (104KB, 78%) checksum 3240868f7b76aad85fbc2bdcd2f0b997a57d6885",
"P04 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/2659 (72KB, 82%) checksum 676ffbfaec790477593e1ef256edff2ecf9670a7",
"P03 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/2704 (40KB, 84%) checksum c3d3e776158a4703e4a60caeb2ffc07135878f67",
"P01 INFO: backup file pg-primary:/var/lib/pgsql/9.5/data/backup_label (238B, 84%) checksum a41ac9cfdc3c8ec52643883e28e03278be467ae0",
"P02 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/1247 (72KB, 87%) checksum ffadb650151d839fb358b13820a39c563203eca0",
"P03 INFO: backup file pg-standby:/var/lib/pgsql/9.5/data/base/12378/2610 (24KB, 88%) checksum fdd6f225a6cc3c4d5d2c0cea1f97332ff51e7f9a",
" [filtered 28 lines of output]"
2018-05-07 01:53:42 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo service postgresql-9.5 stop"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
2018-05-07 01:53:42 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo service postgresql-9.5 stop"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
2018-05-07 01:53:42 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres /usr/pgsql-9.6/bin/initdb \\",
" -D /var/lib/pgsql/9.6/data -k -A peer"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
2016-07-02 16:22:52 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres sh -c 'cd /var/lib/pgsql && \\",
2017-06-28 04:42:31 +02:00
" /usr/pgsql-9.6/bin/pg_upgrade \\",
" --old-bindir=/usr/pgsql-9.5/bin \\",
" --new-bindir=/usr/pgsql-9.6/bin \\",
" --old-datadir=/var/lib/pgsql/9.5/data \\",
" --new-datadir=/var/lib/pgsql/9.6/data \\",
" --old-options=\" -c config_file=/var/lib/pgsql/9.5/data/postgresql.conf\" \\",
" --new-options=\" -c config_file=/var/lib/pgsql/9.6/data/postgresql.conf\"'"
2016-07-02 16:22:52 +02:00
],
2017-04-13 01:17:39 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Upgrade Complete"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
"value" : {
"output" : [
2017-06-28 04:42:31 +02:00
" [filtered 69 lines of output]",
2017-04-13 01:17:39 +02:00
"Creating script to delete old cluster ok",
"",
"Upgrade Complete",
"----------------",
"Optimizer statistics are not transferred by pg_upgrade so,",
" [filtered 4 lines of output]"
]
}
2016-07-02 16:22:52 +02:00
},
{
"key" : {
2017-06-28 04:42:31 +02:00
"file" : "/var/lib/pgsql/9.6/data/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-04-13 01:17:39 +02:00
"option" : {
"archive_command" : {
"value" : "'pgbackrest --stanza=demo archive-push %p'"
},
"archive_mode" : {
"value" : "on"
},
"listen_addresses" : {
"value" : "'*'"
},
"log_line_prefix" : {
"value" : "''"
},
"max_wal_senders" : {
"value" : "3"
},
"port" : {
"value" : "5432"
},
"wal_level" : {
"value" : "hot_standby"
}
}
2016-07-02 16:22:52 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "cfg-postgresql",
"value" : {
"config" : [
"archive_command = 'pgbackrest --stanza=demo archive-push %p'",
"archive_mode = on",
"listen_addresses = '*'",
"log_line_prefix = ''",
"max_wal_senders = 3",
"port = 5432",
"wal_level = hot_standby"
]
}
2016-07-02 16:22:52 +02:00
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-04-13 01:17:39 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-06-28 04:42:31 +02:00
"value" : "/var/lib/pgsql/9.6/data"
2017-04-13 01:17:39 +02:00
}
}
}
2016-07-02 16:22:52 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.6/data",
2017-04-13 01:17:39 +02:00
"",
"[global]",
"archive-async=y",
"log-level-file=detail",
2018-02-24 05:38:45 +02:00
"repo1-host=repository",
2017-04-13 01:17:39 +02:00
"spool-path=/var/spool/pgbackrest",
"",
2018-05-07 01:53:42 +02:00
"[global:archive-get]",
"process-max=2",
"",
2017-04-13 01:17:39 +02:00
"[global:archive-push]",
"process-max=2"
]
}
2016-07-02 16:22:52 +02:00
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2017-04-13 01:17:39 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-06-28 04:42:31 +02:00
"value" : "/var/lib/pgsql/9.6/data"
2017-04-13 01:17:39 +02:00
}
}
}
2016-07-02 16:22:52 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/pgsql/9.6/data",
2017-04-13 01:17:39 +02:00
"recovery-option=standby_mode=on",
2018-07-06 02:16:41 +02:00
"recovery-option=primary_conninfo=host=172.17.0.4 port=5432 user=replicator",
2017-04-13 01:17:39 +02:00
"",
"[global]",
2018-05-07 01:53:42 +02:00
"archive-async=y",
"log-level-file=detail",
"repo1-host=repository",
"spool-path=/var/spool/pgbackrest",
"",
"[global:archive-get]",
"process-max=2",
"",
"[global:archive-push]",
"process-max=2"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2017-04-13 01:17:39 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-06-28 04:42:31 +02:00
"value" : "/var/lib/pgsql/9.6/data"
2017-04-13 01:17:39 +02:00
},
2018-02-24 05:38:45 +02:00
"pg2-path" : {
2017-06-28 04:42:31 +02:00
"value" : "/var/lib/pgsql/9.6/data"
2017-04-13 01:17:39 +02:00
}
},
"global" : {
"backup-standby" : {
"value" : "n"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-host=pg-primary",
"pg1-path=/var/lib/pgsql/9.6/data",
"pg2-host=pg-standby",
"pg2-path=/var/lib/pgsql/9.6/data",
2017-04-13 01:17:39 +02:00
"",
"[global]",
"backup-standby=n",
"process-max=3",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2017-04-13 01:17:39 +02:00
"start-fast=y"
]
}
2016-07-02 16:22:52 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo cp /var/lib/pgsql/9.5/data/pg_hba.conf \\",
" /var/lib/pgsql/9.6/data/pg_hba.conf"
2016-07-02 16:22:52 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo --no-online \\",
2017-04-13 01:17:39 +02:00
" --log-level-console=info stanza-upgrade"
2016-06-02 17:10:24 +02:00
],
2017-04-13 01:17:39 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"completed successfully"
]
},
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stanza-upgrade command begin 2.06: --no-backup-standby --log-level-console=info --log-level-stderr=off --no-log-timestamp --no-online --pg1-host=pg-primary --pg2-host=pg-standby --pg1-path=/var/lib/pgsql/9.6/data --pg2-path=/var/lib/pgsql/9.6/data --repo1-path=/var/lib/pgbackrest --stanza=demo",
2017-09-03 23:42:00 +02:00
"P00 INFO: stanza-upgrade command end: completed successfully"
2017-04-13 01:17:39 +02:00
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.6 start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
"value" : {
"output" : [
2017-06-28 04:42:31 +02:00
"Starting postgresql-9.6 service: [ OK ]\r"
2017-04-13 01:17:39 +02:00
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo -u postgres service postgresql-9.6 status"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"postgresql-9.6 (pid 5267) is running..."
2017-04-13 01:17:39 +02:00
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres pgbackrest --stanza=demo check"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo rm -rf /var/lib/pgsql/9.5/data"
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
},
"type" : "exe"
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo rm -rf /var/lib/pgsql/9.5/data"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u postgres mkdir -p -m 700 /usr/pgsql-9.6/bin"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo check"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2018-08-31 19:19:43 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo --type=full backup"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo restore"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2017-06-28 04:42:31 +02:00
"file" : "/var/lib/pgsql/9.6/data/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2016-06-02 17:10:24 +02:00
"option" : {
2017-04-13 01:17:39 +02:00
"hot_standby" : {
"value" : "on"
2016-06-02 17:10:24 +02:00
}
}
},
"type" : "cfg-postgresql",
"value" : {
"config" : [
2017-04-13 01:17:39 +02:00
"hot_standby = on"
2016-06-02 17:10:24 +02:00
]
}
},
2017-04-13 01:17:39 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-06-28 04:42:31 +02:00
"sudo service postgresql-9.6 start"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
2018-02-24 05:38:45 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo check"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe"
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2016-06-02 17:10:24 +02:00
"option" : {
2016-10-10 23:35:58 +02:00
"global" : {
2018-08-31 19:19:43 +02:00
"backup-standby" : {
"value" : "y"
}
}
}
2018-07-06 02:16:41 +02:00
},
2018-08-31 19:19:43 +02:00
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-host=pg-primary",
"pg1-path=/var/lib/pgsql/9.6/data",
"pg2-host=pg-standby",
"pg2-path=/var/lib/pgsql/9.6/data",
"",
"[global]",
"backup-standby=y",
"process-max=3",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
"start-fast=y"
]
}
}
]
}
},
"default" : {
"all" : {
"user-guide" : [
2018-07-06 02:16:41 +02:00
{
"key" : {
2018-08-31 19:19:43 +02:00
"id" : "s3",
"image" : "pgbackrest/test:s3-server-20180612A",
"name" : "s3-server",
"os" : "u16",
"update-hosts" : true
2016-06-02 17:10:24 +02:00
},
2018-08-31 19:19:43 +02:00
"type" : "host",
"value" : {
"ip" : "172.17.0.2"
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-08-31 19:19:43 +02:00
"id" : "build",
"image" : "pgbackrest/doc:u16-base",
"name" : "build",
"os" : "u16",
"update-hosts" : true
2016-06-02 17:10:24 +02:00
},
2018-08-31 19:19:43 +02:00
"type" : "host",
"value" : {
"ip" : "172.17.0.3"
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo mkdir /root/pgbackrest-release-2.06"
2017-04-13 01:17:39 +02:00
],
2018-08-31 19:19:43 +02:00
"host" : "build",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-08-31 19:19:43 +02:00
"run-as-user" : null
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
},
2018-07-06 02:16:41 +02:00
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo cp -r /backrest/libc /root/pgbackrest-release-2.06"
2018-07-06 02:16:41 +02:00
],
2018-08-31 19:19:43 +02:00
"host" : "build",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
},
2016-11-08 12:47:47 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-11-08 12:47:47 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo cp -r /backrest/src /root/pgbackrest-release-2.06"
2016-11-08 12:47:47 +02:00
],
2018-08-31 19:19:43 +02:00
"host" : "build",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-11-08 12:47:47 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-11-08 12:47:47 +02:00
},
2016-07-02 16:22:52 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo apt-get update"
2016-07-02 16:22:52 +02:00
],
2018-08-31 19:19:43 +02:00
"host" : "build",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-07-02 16:22:52 +02:00
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-08-31 19:19:43 +02:00
"sudo apt-get install build-essential libssl-dev libperl-dev"
2016-06-02 17:10:24 +02:00
],
2018-07-06 02:16:41 +02:00
"cmd-extra" : "-y 2>&1",
2018-08-31 19:19:43 +02:00
"host" : "build",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-08-31 19:19:43 +02:00
"perl -V | grep USE_64_BIT_INT"
2016-06-02 17:10:24 +02:00
],
2018-08-31 19:19:43 +02:00
"host" : "build",
2018-07-06 02:16:41 +02:00
"load-env" : true,
2018-08-31 19:19:43 +02:00
"output" : true,
2018-07-06 02:16:41 +02:00
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2018-08-31 19:19:43 +02:00
"type" : "exe",
"value" : {
"output" : [
" USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS"
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo make -C /root/pgbackrest-release-2.06/src"
2018-05-07 01:53:42 +02:00
],
2018-08-31 19:19:43 +02:00
"host" : "build",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
2018-08-31 19:19:43 +02:00
{
"key" : {
"id" : "pg1",
"image" : "pgbackrest/doc:u16-base",
"name" : "pg-primary",
"os" : "u16",
"update-hosts" : true
},
"type" : "host",
"value" : {
"ip" : "172.17.0.4"
}
},
2018-05-07 01:53:42 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo scp build:/root/pgbackrest-release-2.06/src/pgbackrest /usr/bin"
2018-07-06 02:16:41 +02:00
],
"cmd-extra" : "2>&1",
"host" : "pg-primary",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"sudo chmod 755 /usr/bin/pgbackrest"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo apt-get install libdbd-pg-perl libio-socket-ssl-perl libxml-libxml-perl"
2016-06-02 17:10:24 +02:00
],
2018-05-23 01:53:25 +02:00
"cmd-extra" : "-y 2>&1",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p -m 770 /var/log/pgbackrest"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
2017-08-09 00:09:07 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-08-09 00:09:07 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo chown postgres:postgres /var/log/pgbackrest"
2017-08-09 00:09:07 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-08-09 00:09:07 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-08-09 00:09:07 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest"
2017-08-09 00:09:07 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-08-09 00:09:07 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-08-09 00:09:07 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest/conf.d"
2017-08-09 00:09:07 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-08-09 00:09:07 +02:00
},
"type" : "exe"
},
2017-11-22 01:31:54 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-11-22 01:31:54 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo touch /etc/pgbackrest/pgbackrest.conf"
2017-11-22 01:31:54 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-11-22 01:31:54 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-11-22 01:31:54 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo chmod 640 /etc/pgbackrest/pgbackrest.conf"
2017-11-22 01:31:54 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-11-22 01:31:54 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-11-22 01:31:54 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo chown postgres:postgres /etc/pgbackrest/pgbackrest.conf"
2017-11-22 01:31:54 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-11-22 01:31:54 +02:00
},
"type" : "exe"
},
2017-04-13 01:17:39 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo -u postgres pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"pgBackRest 2.06 - General help",
2016-06-02 17:10:24 +02:00
"",
2017-04-13 01:17:39 +02:00
"Usage:",
" pgbackrest [options] [command]",
2016-06-02 17:10:24 +02:00
"",
2017-04-13 01:17:39 +02:00
"Commands:",
" archive-get Get a WAL segment from the archive.",
" archive-push Push a WAL segment to the archive.",
" backup Backup a database cluster.",
" check Check the configuration.",
" expire Expire backups that exceed retention.",
" help Get help.",
" info Retrieve information about backups.",
" restore Restore a database cluster.",
" stanza-create Create the required stanza data.",
2018-02-24 05:38:45 +02:00
" stanza-delete Delete a stanza.",
2017-04-13 01:17:39 +02:00
" stanza-upgrade Upgrade a stanza.",
" start Allow pgBackRest processes to run.",
" stop Stop pgBackRest processes from running.",
" version Get version.",
"",
"Use 'pgbackrest help [command]' for more information."
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres /usr/lib/postgresql/9.4/bin/initdb \\",
" -D /var/lib/postgresql/9.4/demo -k -A peer"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo pg_createcluster 9.4 demo"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-07-06 02:16:41 +02:00
"Configuring already existing cluster (configuration: /etc/postgresql/9.4/demo, data: /var/lib/postgresql/9.4/demo, owner: 106:110)",
2017-06-12 17:36:00 +02:00
"Ver Cluster Port Status Owner Data directory Log file",
"9.4 demo 5432 down postgres /var/lib/postgresql/9.4/demo /var/log/postgresql/postgresql-9.4-demo.log"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2017-04-13 01:17:39 +02:00
"file" : "/etc/postgresql/9.4/demo/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-04-13 01:17:39 +02:00
"option" : {
"listen_addresses" : {
"value" : "'*'"
}
}
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "cfg-postgresql",
"value" : {
"config" : [
"listen_addresses = '*'"
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2017-04-13 01:17:39 +02:00
"file" : "/etc/postgresql/9.4/demo/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-04-13 01:17:39 +02:00
"option" : {
"log_line_prefix" : {
"value" : "''"
}
}
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "cfg-postgresql",
"value" : {
"config" : [
"listen_addresses = '*'",
"log_line_prefix = ''"
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-04-13 01:17:39 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-04-13 01:17:39 +02:00
"value" : "/var/lib/postgresql/9.4/demo"
}
},
"global" : {
"log-level-stderr" : {
"value" : "off"
},
"log-timestamp" : {
"value" : "n"
}
}
}
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo"
2017-04-13 01:17:39 +02:00
]
}
2016-06-02 17:10:24 +02:00
},
2018-08-31 19:19:43 +02:00
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"sudo -u postgres bash -c ' \\",
" export PGBACKREST_LOG_PATH=/path/set/by/env && \\",
" pgbackrest --log-level-console=error help backup log-path'"
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"current\\: \\/path\\/set\\/by\\/env"
]
},
"host" : "pg-primary",
"load-env" : true,
"output" : true,
"run-as-user" : null
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"pgBackRest 2.06 - 'backup' command - 'log-path' option help",
2018-08-31 19:19:43 +02:00
"",
"Path where log files are stored.",
"",
"The log path provides a location for pgBackRest to store log files. Note that",
"if log-level-file=off then no log path is required.",
"",
"current: /path/set/by/env",
"default: /var/log/pgbackrest"
]
}
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo mkdir -p /var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo chmod 750 /var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo chown postgres:postgres /var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-path" : {
2017-04-13 01:17:39 +02:00
"value" : "/var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2017-04-13 01:17:39 +02:00
"file" : "/etc/postgresql/9.4/demo/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-04-13 01:17:39 +02:00
"option" : {
"archive_command" : {
"value" : "'pgbackrest --stanza=demo archive-push %p'"
},
"archive_mode" : {
"value" : "on"
},
"max_wal_senders" : {
"value" : "3"
},
"wal_level" : {
"value" : "hot_standby"
}
}
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "cfg-postgresql",
2016-06-02 17:10:24 +02:00
"value" : {
2017-04-13 01:17:39 +02:00
"config" : [
"archive_command = 'pgbackrest --stanza=demo archive-push %p'",
"archive_mode = on",
"listen_addresses = '*'",
"log_line_prefix = ''",
"max_wal_senders = 3",
"wal_level = hot_standby"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo pg_ctlcluster 9.4 demo restart"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
"host" : "pg-primary",
"option" : {
"global:archive-push" : {
"compress-level" : {
"value" : "3"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-path=/var/lib/postgresql/9.4/demo",
"",
"[global]",
"repo1-path=/var/lib/pgbackrest",
"",
"[global:archive-push]",
"compress-level=3"
]
}
},
{
"key" : {
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-retention-full" : {
2017-04-13 01:17:39 +02:00
"value" : "2"
2016-06-02 17:10:24 +02:00
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest",
2018-05-07 01:53:42 +02:00
"repo1-retention-full=2",
"",
"[global:archive-push]",
"compress-level=3"
2016-06-02 17:10:24 +02:00
]
}
},
2017-11-22 01:31:54 +02:00
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-11-22 01:31:54 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass" : {
2017-11-22 01:31:54 +02:00
"value" : "zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO"
},
2018-02-24 05:38:45 +02:00
"repo1-cipher-type" : {
2017-11-22 01:31:54 +02:00
"value" : "aes-256-cbc"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2017-11-22 01:31:54 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
2018-05-07 01:53:42 +02:00
"repo1-retention-full=2",
"",
"[global:archive-push]",
"compress-level=3"
2017-11-22 01:31:54 +02:00
]
}
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info stanza-create"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-04-13 01:17:39 +02:00
"completed successfully"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stanza-create command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --stanza=demo",
2017-04-13 01:17:39 +02:00
"P00 INFO: stanza-create command end: completed successfully"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info check"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
" successfully stored in the archive at "
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
2016-06-02 17:10:24 +02:00
"value" : {
2017-04-13 01:17:39 +02:00
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: check command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --stanza=demo",
"P00 INFO: WAL segment 000000010000000000000001 successfully stored in the archive at '/var/lib/pgbackrest/archive/demo/9.4-1/0000000100000000/000000010000000000000001-9a36c1fa6064419683e7a94b5276d1fe302bc328.gz'",
2017-04-13 01:17:39 +02:00
"P00 INFO: check command end: completed successfully"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres pgbackrest --stanza=demo \\",
" --log-level-console=info backup"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-04-13 01:17:39 +02:00
"no prior backup exists|full backup size"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo",
2017-04-13 01:17:39 +02:00
"P00 WARN: no prior backup exists, incr backup has been changed to full",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 23:05:47\": backup begins after the next regular checkpoint completes",
2017-04-13 01:17:39 +02:00
"P00 INFO: backup start archive = 000000010000000000000002, lsn = 0/2000028",
2017-09-29 01:06:41 +02:00
" [filtered 754 lines of output]",
2017-04-13 01:17:39 +02:00
"P01 INFO: backup file /var/lib/postgresql/9.4/demo/base/1/11895 (0B, 100%)",
"P01 INFO: backup file /var/lib/postgresql/9.4/demo/base/1/11885 (0B, 100%)",
2017-09-29 01:06:41 +02:00
"P00 INFO: full backup size = 19.2MB",
2017-04-13 01:17:39 +02:00
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup stop archive = 000000010000000000000002, lsn = 0/2000128",
2017-04-13 01:17:39 +02:00
" [filtered 4 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-230547F"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres pgbackrest --stanza=demo --type=diff \\",
2016-06-02 17:10:24 +02:00
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-04-13 01:17:39 +02:00
"diff backup size"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-04-13 01:17:39 +02:00
" [filtered 4 lines of output]",
2018-10-16 15:56:51 +02:00
"P01 INFO: backup file /var/lib/postgresql/9.4/demo/global/pg_control (8KB, 97%) checksum d9786a45b6b1ae31588bc2d0bc1cb1aaf93a08bf",
"P01 INFO: backup file /var/lib/postgresql/9.4/demo/backup_label (236B, 100%) checksum da65810c64f8810a9fb34915ad16bcc0d1e85715",
2017-04-13 01:17:39 +02:00
"P00 INFO: diff backup size = 8.2KB",
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup stop archive = 000000010000000000000003, lsn = 0/30000F0",
2017-04-13 01:17:39 +02:00
" [filtered 4 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo -u postgres pgbackrest info"
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"(full|incr|diff) backup"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
2016-06-02 17:10:24 +02:00
"value" : {
2017-04-13 01:17:39 +02:00
"output" : [
"stanza: demo",
" status: ok",
2018-10-16 15:56:51 +02:00
" cipher: aes-256-cbc",
2016-06-02 17:10:24 +02:00
"",
2017-08-09 00:09:07 +02:00
" db (current)",
2018-07-06 02:16:41 +02:00
" wal archive min/max (9.4-1): 000000010000000000000002 / 000000010000000000000003",
2017-08-09 00:09:07 +02:00
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-230547F",
" timestamp start/stop: 2018-10-15 23:05:47 / 2018-10-15 23:05:58",
2017-08-09 00:09:07 +02:00
" wal start/stop: 000000010000000000000002 / 000000010000000000000002",
2017-09-29 01:06:41 +02:00
" database size: 19.2MB, backup size: 19.2MB",
2017-08-09 00:09:07 +02:00
" repository size: 2.2MB, repository backup size: 2.2MB",
2017-04-13 01:17:39 +02:00
"",
2018-10-16 15:56:51 +02:00
" diff backup: 20181015-230547F_20181015-230559D",
" timestamp start/stop: 2018-10-15 23:05:59 / 2018-10-15 23:06:03",
2018-07-06 02:16:41 +02:00
" wal start/stop: 000000010000000000000003 / 000000010000000000000003",
2017-09-29 01:06:41 +02:00
" database size: 19.2MB, backup size: 8.2KB",
2017-11-22 01:31:54 +02:00
" repository size: 2.2MB, repository backup size: 400B",
2018-10-16 15:56:51 +02:00
" backup reference list: 20181015-230547F"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo pg_ctlcluster 9.4 demo stop"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres rm /var/lib/postgresql/9.4/demo/global/pg_control"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo start"
2016-06-02 17:10:24 +02:00
],
2017-04-13 01:17:39 +02:00
"err-expect" : "1",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"could not find the database system"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-04-13 01:17:39 +02:00
"The PostgreSQL server failed to start. Please check the log output:",
"postgres: could not find the database system",
"Expected to find it in the directory \"/var/lib/postgresql/9.4/demo\",",
"but could not open file \"/var/lib/postgresql/9.4/demo/global/pg_control\": No such file or directory"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres find /var/lib/postgresql/9.4/demo -mindepth 1 -delete"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo restore"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
2016-06-02 17:10:24 +02:00
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-04-13 01:17:39 +02:00
"backup begins after the next regular checkpoint completes"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo --type=incr",
"P00 INFO: last backup label = 20181015-230547F_20181015-230559D, version = 2.06",
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 23:06:23\": backup begins after the next regular checkpoint completes",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup start archive = 000000020000000000000005, lsn = 0/5000028",
2017-09-29 01:06:41 +02:00
"P01 INFO: backup file /var/lib/postgresql/9.4/demo/pg_multixact/offsets/0000 (8KB, 33%) checksum 0631457264ff7f8d5fb1edc2c0211992a67c73e6",
" [filtered 10 lines of output]"
2016-09-07 14:29:21 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-09-07 14:29:21 +02:00
"option" : {
"global" : {
2017-04-13 01:17:39 +02:00
"start-fast" : {
"value" : "y"
2016-09-07 14:29:21 +02:00
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2016-09-07 14:29:21 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2018-05-07 01:53:42 +02:00
"start-fast=y",
"",
"[global:archive-push]",
"compress-level=3"
2016-09-07 14:29:21 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
" --log-level-console=info backup"
2016-09-07 14:29:21 +02:00
],
2017-04-13 01:17:39 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"backup begins after the requested immediate checkpoint completes"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo --start-fast --type=incr",
"P00 INFO: last backup label = 20181015-230547F_20181015-230623I, version = 2.06",
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 23:06:29\": backup begins after the requested immediate checkpoint completes",
2018-07-06 02:16:41 +02:00
"P00 INFO: backup start archive = 000000020000000000000006, lsn = 0/6000028",
2018-10-16 15:56:51 +02:00
"P01 INFO: backup file /var/lib/postgresql/9.4/demo/global/pg_control (8KB, 97%) checksum 544d5c9e2dc5f9d0b4300a089484901e0096b7e0",
2017-04-13 01:17:39 +02:00
" [filtered 8 lines of output]"
]
2016-09-07 14:29:21 +02:00
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo chmod 550 /var/lib/pgbackrest/backup/demo/"
2016-09-07 14:29:21 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
2018-05-07 01:53:42 +02:00
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
" --log-level-console=info backup"
],
"err-expect" : "47",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"ERROR:"
]
},
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" [filtered 2 lines of output]",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 23:06:33\": backup begins after the requested immediate checkpoint completes",
"P00 INFO: backup start archive = 000000020000000000000008, lsn = 0/8000028",
"P00 ERROR: [047]: unable to create path '/var/lib/pgbackrest/backup/demo/20181015-230547F_20181015-230633I': Permission denied",
2018-05-07 01:53:42 +02:00
"P00 INFO: backup command end: aborted with exception [047]"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo chmod 750 /var/lib/pgbackrest/backup/demo/"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
" --log-level-console=info backup"
],
"err-expect" : "57",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"ERROR:"
]
},
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo --start-fast --type=incr",
"P00 INFO: last backup label = 20181015-230547F_20181015-230629I, version = 2.06",
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 23:06:35\": backup begins after the requested immediate checkpoint completes",
2018-05-07 01:53:42 +02:00
"P00 ERROR: [057]: ERROR: a backup is already in progress",
" HINT: Run pg_stop_backup() and try again.:",
2018-10-16 15:56:51 +02:00
" select to_char(current_timestamp, 'YYYY-MM-DD HH24:MI:SS.US TZ'), pg_xlogfile_name(lsn), lsn::text, (select setting::int8 from pg_settings where name = 'wal_segment_size') * (select setting::int8 from pg_settings where name = 'wal_block_size') from pg_start_backup('pgBackRest backup started at 2018-10-15 23:06:35', true) as lsn"
2018-05-07 01:53:42 +02:00
]
}
},
{
"key" : {
"file" : "/etc/pgbackrest/pgbackrest.conf",
"host" : "pg-primary",
"option" : {
"global" : {
"stop-auto" : {
"value" : "y"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-path=/var/lib/postgresql/9.4/demo",
"",
"[global]",
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
"start-fast=y",
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"cluster is already in backup mode|backup begins after the requested immediate checkpoint completes"
]
},
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-full=2 --stanza=demo --start-fast --stop-auto --type=incr",
"P00 INFO: last backup label = 20181015-230547F_20181015-230629I, version = 2.06",
2018-05-07 01:53:42 +02:00
"P00 WARN: the cluster is already in backup mode but no pgBackRest backup process is running. pg_stop_backup() will be called so a new backup can be started.",
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 23:06:37\": backup begins after the requested immediate checkpoint completes",
"P00 INFO: backup start archive = 000000020000000000000009, lsn = 0/9000028",
"P01 INFO: backup file /var/lib/postgresql/9.4/demo/global/pg_control (8KB, 97%) checksum d100cd7fc7a87cb8def717e51c380fcbd6668dac",
2018-05-07 01:53:42 +02:00
" [filtered 8 lines of output]"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --output=json info"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"[",
" {",
" \"archive\" : [",
" {",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"id\" : \"9.4-1\",",
2018-10-16 15:56:51 +02:00
" \"max\" : \"000000020000000000000009\",",
2018-05-07 01:53:42 +02:00
" \"min\" : \"000000010000000000000002\"",
" }",
" ],",
" \"backup\" : [",
" {",
" \"archive\" : {",
" \"start\" : \"000000010000000000000002\",",
" \"stop\" : \"000000010000000000000002\"",
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
" \"delta\" : 20162900,",
" \"repository\" : {",
2018-07-06 02:16:41 +02:00
" \"delta\" : 2389328,",
" \"size\" : 2389328",
2018-05-07 01:53:42 +02:00
" },",
" \"size\" : 20162900",
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-230547F\",",
2018-05-07 01:53:42 +02:00
" \"prior\" : null,",
" \"reference\" : null,",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539644747,",
" \"stop\" : 1539644758",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"full\"",
" },",
" {",
" \"archive\" : {",
2018-07-06 02:16:41 +02:00
" \"start\" : \"000000010000000000000003\",",
" \"stop\" : \"000000010000000000000003\"",
2018-05-07 01:53:42 +02:00
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
" \"delta\" : 8428,",
" \"repository\" : {",
" \"delta\" : 400,",
2018-07-06 02:16:41 +02:00
" \"size\" : 2389328",
2018-05-07 01:53:42 +02:00
" },",
" \"size\" : 20162900",
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-230547F_20181015-230559D\",",
" \"prior\" : \"20181015-230547F\",",
2018-05-07 01:53:42 +02:00
" \"reference\" : [",
2018-10-16 15:56:51 +02:00
" \"20181015-230547F\"",
2018-05-07 01:53:42 +02:00
" ],",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539644759,",
" \"stop\" : 1539644763",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"diff\"",
" },",
" {",
" \"archive\" : {",
2018-07-06 02:16:41 +02:00
" \"start\" : \"000000020000000000000005\",",
" \"stop\" : \"000000020000000000000005\"",
2018-05-07 01:53:42 +02:00
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
" \"delta\" : 24812,",
" \"repository\" : {",
" \"delta\" : 544,",
2018-07-06 02:16:41 +02:00
" \"size\" : 2389328",
2018-05-07 01:53:42 +02:00
" },",
" \"size\" : 20162900",
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-230547F_20181015-230623I\",",
" \"prior\" : \"20181015-230547F_20181015-230559D\",",
2018-05-07 01:53:42 +02:00
" \"reference\" : [",
2018-10-16 15:56:51 +02:00
" \"20181015-230547F\"",
2018-05-07 01:53:42 +02:00
" ],",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539644783,",
" \"stop\" : 1539644787",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"incr\"",
" },",
" {",
" \"archive\" : {",
2018-07-06 02:16:41 +02:00
" \"start\" : \"000000020000000000000006\",",
" \"stop\" : \"000000020000000000000006\"",
2018-05-07 01:53:42 +02:00
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
" \"delta\" : 8428,",
" \"repository\" : {",
" \"delta\" : 400,",
2018-07-06 02:16:41 +02:00
" \"size\" : 2389328",
2018-05-07 01:53:42 +02:00
" },",
" \"size\" : 20162900",
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-230547F_20181015-230629I\",",
" \"prior\" : \"20181015-230547F_20181015-230623I\",",
2018-05-07 01:53:42 +02:00
" \"reference\" : [",
2018-10-16 15:56:51 +02:00
" \"20181015-230547F\",",
" \"20181015-230547F_20181015-230623I\"",
2018-05-07 01:53:42 +02:00
" ],",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539644789,",
" \"stop\" : 1539644792",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"incr\"",
" },",
" {",
" \"archive\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : \"000000020000000000000009\",",
" \"stop\" : \"000000020000000000000009\"",
2018-05-07 01:53:42 +02:00
" },",
" \"backrest\" : {",
" \"format\" : 5,",
2018-10-16 15:56:51 +02:00
" \"version\" : \"2.06\"",
2018-05-07 01:53:42 +02:00
" },",
" \"database\" : {",
" \"id\" : 1",
" },",
" \"info\" : {",
" \"delta\" : 8428,",
" \"repository\" : {",
" \"delta\" : 400,",
2018-07-06 02:16:41 +02:00
" \"size\" : 2389328",
2018-05-07 01:53:42 +02:00
" },",
" \"size\" : 20162900",
" },",
2018-10-16 15:56:51 +02:00
" \"label\" : \"20181015-230547F_20181015-230637I\",",
" \"prior\" : \"20181015-230547F_20181015-230629I\",",
2018-05-07 01:53:42 +02:00
" \"reference\" : [",
2018-10-16 15:56:51 +02:00
" \"20181015-230547F\",",
" \"20181015-230547F_20181015-230623I\"",
2018-05-07 01:53:42 +02:00
" ],",
" \"timestamp\" : {",
2018-10-16 15:56:51 +02:00
" \"start\" : 1539644797,",
" \"stop\" : 1539644802",
2018-05-07 01:53:42 +02:00
" },",
" \"type\" : \"incr\"",
" }",
" ],",
2018-10-16 15:56:51 +02:00
" \"cipher\" : \"aes-256-cbc\",",
2018-05-07 01:53:42 +02:00
" \"db\" : [",
" {",
" \"id\" : 1,",
2018-10-16 15:56:51 +02:00
" \"system-id\" : 6612723756621874073,",
2018-05-07 01:53:42 +02:00
" \"version\" : \"9.4\"",
" }",
" ],",
" \"name\" : \"demo\",",
" \"status\" : {",
" \"code\" : 0,",
" \"message\" : \"ok\"",
" }",
" }",
"]"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres mkdir -p /var/lib/postgresql/pgbackrest/doc/example"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cp -r /backrest/doc/example/* \\",
2018-07-06 02:16:41 +02:00
" /var/lib/postgresql/pgbackrest/doc/example"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cat \\",
2018-07-06 02:16:41 +02:00
" /var/lib/postgresql/pgbackrest/doc/example/pgsql-pgbackrest-info.sql"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"-- An example of monitoring pgBackRest from within PostgresSQL",
"--",
"-- Use copy to export data from the pgBackRest info command into the jsonb",
"-- type so it can be queried directly by PostgresSQL.",
"",
"-- Create monitor schema",
"create schema monitor;",
"",
"-- Get pgBackRest info in JSON format",
"create function monitor.pgbackrest_info()",
" returns jsonb AS $$",
"declare",
" data jsonb;",
"begin",
" -- Create a temp table to hold the JSON data",
" create temp table temp_pgbackrest_data (data jsonb);",
"",
" -- Copy data into the table directory from the pgBackRest into command",
" copy temp_pgbackrest_data (data)",
" from program",
" 'pgbackrest --output=json info | tr ''\\n'' '' ''' (format text);",
"",
" select temp_pgbackrest_data.data",
" into data",
" from temp_pgbackrest_data;",
"",
" drop table temp_pgbackrest_data;",
"",
" return data;",
"end $$ language plpgsql;"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres psql -f \\",
2018-07-06 02:16:41 +02:00
" /var/lib/postgresql/pgbackrest/doc/example/pgsql-pgbackrest-info.sql"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cat \\",
2018-07-06 02:16:41 +02:00
" /var/lib/postgresql/pgbackrest/doc/example/pgsql-pgbackrest-query.sql"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"-- Get last successful backup for each stanza",
"--",
"-- Requires the monitor.pgbackrest_info function.",
"with stanza as",
"(",
" select data->'name' as name,",
" data->'backup'->(",
" jsonb_array_length(data->'backup') - 1) as last_backup,",
" data->'archive'->(",
" jsonb_array_length(data->'archive') - 1) as current_archive",
" from jsonb_array_elements(monitor.pgbackrest_info()) as data",
")",
"select name,",
" to_timestamp(",
" (last_backup->'timestamp'->>'stop')::numeric) as last_successful_backup,",
" current_archive->>'max' as last_archived_wal",
" from stanza;"
]
}
2016-09-07 14:29:21 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres psql -f \\",
2018-07-06 02:16:41 +02:00
" /var/lib/postgresql/pgbackrest/doc/example/pgsql-pgbackrest-query.sql"
2016-09-07 14:29:21 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
" name | last_successful_backup | last_archived_wal ",
"--------+------------------------+--------------------------",
2018-10-16 15:56:51 +02:00
" \"demo\" | 2018-10-15 23:06:42+00 | 000000020000000000000009",
2018-05-07 01:53:42 +02:00
"(1 row)"
2016-09-07 14:29:21 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo apt-get install jq"
2016-09-07 14:29:21 +02:00
],
2018-05-07 01:53:42 +02:00
"cmd-extra" : "-y 2>&1",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-09-07 14:29:21 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-09-07 14:29:21 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres pgbackrest --output=json --stanza=demo info | \\",
" jq '.[0] | .backup[-1] | .timestamp.stop'"
2016-09-07 14:29:21 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-09-07 14:29:21 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"1539644802"
2017-04-13 01:17:39 +02:00
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres pgbackrest --output=json --stanza=demo info | \\",
" jq '.[0] | .archive[-1] | .max'"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"\"000000020000000000000009\""
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-09-29 01:06:41 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-retention-full" : {
2017-09-29 01:06:41 +02:00
"value" : "2"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2017-09-29 01:06:41 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2017-09-29 01:06:41 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=full \\",
" --log-level-console=detail backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"archive retention on backup 20181015-230547F|remove archive"
2017-09-29 01:06:41 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" [filtered 763 lines of output]",
"P00 INFO: backup command end: completed successfully",
2018-05-07 01:53:42 +02:00
"P00 INFO: expire command begin",
2018-10-16 15:56:51 +02:00
"P00 DETAIL: archive retention on backup 20181015-230547F, archiveId = 9.4-1, start = 000000010000000000000002",
2017-09-29 01:06:41 +02:00
"P00 DETAIL: no archive to remove, archiveId = 9.4-1",
"P00 INFO: expire command end: completed successfully"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-230652F"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=full \\",
" --log-level-console=info backup"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"expire full backup set\\: 20181015-230547F|archive retention on backup 20181015-230652F|remove archive"
2017-09-29 01:06:41 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" [filtered 763 lines of output]",
"P00 INFO: backup command end: completed successfully",
2018-05-07 01:53:42 +02:00
"P00 INFO: expire command begin",
2018-10-16 15:56:51 +02:00
"P00 INFO: expire full backup set: 20181015-230547F, 20181015-230547F_20181015-230559D, 20181015-230547F_20181015-230623I, 20181015-230547F_20181015-230629I, 20181015-230547F_20181015-230637I",
"P00 INFO: remove expired backup 20181015-230547F_20181015-230637I",
"P00 INFO: remove expired backup 20181015-230547F_20181015-230629I",
2017-09-29 01:06:41 +02:00
" [filtered 3 lines of output]"
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-09-29 01:06:41 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-retention-diff" : {
2017-09-29 01:06:41 +02:00
"value" : "1"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2017-09-29 01:06:41 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-diff=1",
"repo1-retention-full=2",
2017-09-29 01:06:41 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=diff backup"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-230705F_20181015-230718D"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=incr backup"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=diff \\",
2017-04-13 01:17:39 +02:00
" --log-level-console=info backup"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"expire diff backup set: 20181015-230705F_20181015-230718D"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
" [filtered 11 lines of output]",
2017-09-29 01:06:41 +02:00
"P00 INFO: backup command end: completed successfully",
2018-05-07 01:53:42 +02:00
"P00 INFO: expire command begin",
2018-10-16 15:56:51 +02:00
"P00 INFO: expire diff backup set: 20181015-230705F_20181015-230718D, 20181015-230705F_20181015-230723I",
"P00 INFO: remove expired backup 20181015-230705F_20181015-230723I",
"P00 INFO: remove expired backup 20181015-230705F_20181015-230718D"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-04-13 01:17:39 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-retention-diff" : {
2017-04-13 01:17:39 +02:00
"value" : "2"
}
}
}
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2017-04-13 01:17:39 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass=zWaf6XtpjIVZC5444yXB+cgFDFl7MxGlgkZSaoPvTGirhPygu4jOKOXf9LO4vjfO",
"repo1-cipher-type=aes-256-cbc",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-diff=2",
"repo1-retention-full=2",
2017-04-13 01:17:39 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2017-04-13 01:17:39 +02:00
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-230705F_20181015-230728D"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" select pg_create_restore_point('generate WAL'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('generate WAL'); select pg_switch_xlog();\""
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --type=diff \\",
" --log-level-console=info backup"
2016-06-02 17:10:24 +02:00
],
2017-04-13 01:17:39 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-09-29 01:06:41 +02:00
"new backup label"
2017-04-13 01:17:39 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
"value" : {
"output" : [
2018-07-06 02:16:41 +02:00
" [filtered 8 lines of output]",
2017-09-29 01:06:41 +02:00
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-10-16 15:56:51 +02:00
"P00 INFO: backup stop archive = 000000020000000000000015, lsn = 0/150000F0",
"P00 INFO: new backup label = 20181015-230705F_20181015-230733D",
2017-04-13 01:17:39 +02:00
"P00 INFO: backup command end: completed successfully",
2018-05-07 01:53:42 +02:00
"P00 INFO: expire command begin"
2017-04-13 01:17:39 +02:00
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-06-12 17:36:00 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-230705F_20181015-230733D"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=detail \\",
2018-02-24 05:38:45 +02:00
" --repo1-retention-archive-type=diff --repo1-retention-archive=1 expire"
2016-06-02 17:10:24 +02:00
],
2017-04-13 01:17:39 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"archive retention on backup 20181015-230705F_20181015-230728D|remove archive"
2017-04-13 01:17:39 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: expire command begin 2.06: --log-level-console=detail --log-level-stderr=off --no-log-timestamp --repo1-cipher-pass=<redacted> --repo1-cipher-type=aes-256-cbc --repo1-path=/var/lib/pgbackrest --repo1-retention-archive=1 --repo1-retention-archive-type=diff --repo1-retention-diff=2 --repo1-retention-full=2 --stanza=demo",
"P00 DETAIL: archive retention on backup 20181015-230652F, archiveId = 9.4-1, start = 00000002000000000000000B, stop = 00000002000000000000000B",
"P00 DETAIL: archive retention on backup 20181015-230705F, archiveId = 9.4-1, start = 00000002000000000000000D, stop = 00000002000000000000000D",
"P00 DETAIL: archive retention on backup 20181015-230705F_20181015-230728D, archiveId = 9.4-1, start = 000000020000000000000011, stop = 000000020000000000000011",
"P00 DETAIL: archive retention on backup 20181015-230705F_20181015-230733D, archiveId = 9.4-1, start = 000000020000000000000015",
"P00 DETAIL: remove archive: archiveId = 9.4-1, start = 00000002000000000000000C, stop = 00000002000000000000000C",
"P00 DETAIL: remove archive: archiveId = 9.4-1, start = 00000002000000000000000E, stop = 000000020000000000000010",
"P00 DETAIL: remove archive: archiveId = 9.4-1, start = 000000020000000000000012, stop = 000000020000000000000014",
2017-09-29 01:06:41 +02:00
"P00 INFO: expire command end: completed successfully"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
" --log-level-console=detail restore"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"demo\\/PG_VERSION - exists and matches backup|check\\/clean db path|restore global\\/pg_control"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
2017-04-13 01:17:39 +02:00
"value" : {
2017-09-29 01:06:41 +02:00
"output" : [
2018-08-31 19:19:43 +02:00
" [filtered 692 lines of output]",
2017-09-29 01:06:41 +02:00
"P01 DETAIL: restore file /var/lib/postgresql/9.4/demo/base/12134/PG_VERSION - exists and matches backup (4B, 99%) checksum 8dbabb96e032b8d9f1993c0e4b9141e71ade01a1",
"P01 DETAIL: restore file /var/lib/postgresql/9.4/demo/base/1/PG_VERSION - exists and matches backup (4B, 99%) checksum 8dbabb96e032b8d9f1993c0e4b9141e71ade01a1",
"P01 DETAIL: restore file /var/lib/postgresql/9.4/demo/PG_VERSION - exists and matches backup (4B, 100%) checksum 8dbabb96e032b8d9f1993c0e4b9141e71ade01a1",
"P01 DETAIL: restore file /var/lib/postgresql/9.4/demo/global/12086 - exists and is zero size (0B, 100%)",
"P01 DETAIL: restore file /var/lib/postgresql/9.4/demo/global/12038 - exists and is zero size (0B, 100%)",
" [filtered 83 lines of output]",
"P01 DETAIL: restore file /var/lib/postgresql/9.4/demo/base/1/11885 - exists and is zero size (0B, 100%)",
"P00 INFO: write /var/lib/postgresql/9.4/demo/recovery.conf",
"P00 INFO: restore global/pg_control (performed last to ensure aborted restores cannot be started)",
"P00 INFO: restore command end: completed successfully"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo pg_ctlcluster 9.4 demo start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres psql -c \"create database test1;\""
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
"CREATE DATABASE"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres psql -c \"create database test2;\""
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"CREATE DATABASE"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres pgbackrest --stanza=demo --type=incr backup"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -c \"create table test1_table (id int); \\",
" insert into test1_table (id) values (1);\" test1"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
"INSERT 0 1"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres psql -c \"create table test2_table (id int); \\",
" insert into test2_table (id) values (2);\" test2"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe",
2017-04-13 01:17:39 +02:00
"value" : {
2017-09-29 01:06:41 +02:00
"output" : [
"INSERT 0 1"
2017-04-13 01:17:39 +02:00
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres psql -Atc \"select oid from pg_database where datname = 'test1'\""
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
"24576"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres du -sh /var/lib/postgresql/9.4/demo/base/24576"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-23 01:53:25 +02:00
"6.4M\t/var/lib/postgresql/9.4/demo/base/24576"
2017-04-13 01:17:39 +02:00
]
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo pg_ctlcluster 9.4 demo stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
" --db-include=test2 restore"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -c \"select * from test2_table;\" test2"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" id ",
"----",
" 2",
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select * from test1_table;\" test1"
],
"err-expect" : "2",
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"relation mapping file.*contains invalid data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
"psql: FATAL: relation mapping file \"base/24576/pg_filenode.map\" contains invalid data"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres du -sh /var/lib/postgresql/9.4/demo/base/24576"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
"152K\t/var/lib/postgresql/9.4/demo/base/24576"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -c \"drop database test1;\""
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
"DROP DATABASE"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -c \"select oid, datname from pg_database order by oid;\""
2017-04-13 01:17:39 +02:00
],
"highlight" : {
2017-09-29 01:06:41 +02:00
"filter" : false,
2017-04-13 01:17:39 +02:00
"filter-context" : 2,
"list" : [
2017-09-29 01:06:41 +02:00
"test2"
2017-04-13 01:17:39 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
" oid | datname ",
"-------+-----------",
" 1 | template1",
" 12134 | template0",
" 12139 | postgres",
2018-05-07 01:53:42 +02:00
" 24577 | test2",
2017-09-29 01:06:41 +02:00
"(4 rows)"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres pgbackrest --stanza=demo --type=diff backup"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -c \"begin; \\",
" create table important_table (message text); \\",
" insert into important_table values ('Important Data'); \\",
" commit; \\",
" select * from important_table;\""
2017-04-13 01:17:39 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-09-29 01:06:41 +02:00
"Important Data"
2017-04-13 01:17:39 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
" message ",
"----------------",
" Important Data",
"(1 row)"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -Atc \"select current_timestamp\""
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"2018-10-15 23:08:21.598407+00"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -c \"begin; \\",
" drop table important_table; \\",
" commit; \\",
" select * from important_table;\""
2017-04-13 01:17:39 +02:00
],
2017-09-29 01:06:41 +02:00
"err-expect" : "1",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"does not exist"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
"ERROR: relation \"important_table\" does not exist",
"LINE 1: ...le important_table; commit; select * from important_...",
" ^"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo pg_ctlcluster 9.4 demo stop"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
2018-10-16 15:56:51 +02:00
" --type=time \"--target=2018-10-15 23:08:21.598407+00\" restore"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2017-04-13 01:17:39 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo rm /var/log/postgresql/postgresql-9.4-demo.log"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2017-04-13 01:17:39 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres cat /var/lib/postgresql/9.4/demo/recovery.conf"
2017-04-13 01:17:39 +02:00
],
2017-09-29 01:06:41 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"recovery_target_time"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-02-24 05:38:45 +02:00
"restore_command = 'pgbackrest --stanza=demo archive-get %f \"%p\"'",
2018-10-16 15:56:51 +02:00
"recovery_target_time = '2018-10-15 23:08:21.598407+00'"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
2016-06-02 17:10:24 +02:00
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -c \"select * from important_table\""
2016-06-02 17:10:24 +02:00
],
2017-09-29 01:06:41 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
" message ",
"----------------",
" Important Data",
2016-06-02 17:10:24 +02:00
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres cat /var/log/postgresql/postgresql-9.4-demo.log"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
2017-09-29 01:06:41 +02:00
"filter" : true,
2016-06-02 17:10:24 +02:00
"filter-context" : 2,
"list" : [
2017-09-29 01:06:41 +02:00
"recovery stopping before|last completed transaction|starting point-in-time recovery"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"LOG: database system was interrupted; last known up at 2018-10-15 23:08:15 UTC",
"LOG: starting point-in-time recovery to 2018-10-15 23:08:21.598407+00",
2017-09-29 01:06:41 +02:00
"LOG: restored log file \"00000004.history\" from archive",
2018-10-16 15:56:51 +02:00
"LOG: restored log file \"00000004000000000000001A\" from archive",
2018-05-23 01:53:25 +02:00
" [filtered 2 lines of output]",
2018-10-16 15:56:51 +02:00
"LOG: consistent recovery state reached at 0/1A0000F0",
"LOG: restored log file \"00000004000000000000001B\" from archive",
"LOG: recovery stopping before commit of transaction 689, time 2018-10-15 23:08:21.94815+00",
"LOG: redo done at 0/1B016E58",
"LOG: last completed transaction was at log time 2018-10-15 23:08:21.271738+00",
2017-09-29 01:06:41 +02:00
"LOG: selected new timeline ID: 5",
2018-10-16 15:56:51 +02:00
"FATAL: the database system is starting up",
" [filtered 5 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -c \"begin; \\",
" drop table important_table; \\",
" commit; \\",
" select * from important_table;\""
2016-06-02 17:10:24 +02:00
],
2017-09-29 01:06:41 +02:00
"err-expect" : "1",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"does not exist"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
"ERROR: relation \"important_table\" does not exist",
"LINE 1: ...le important_table; commit; select * from important_...",
" ^"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres ls -1 /var/lib/pgbackrest/backup/demo | tail -5 | head -1"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"20181015-230705F_20181015-230814D"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres pgbackrest --stanza=demo --type=incr backup"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
2018-10-16 15:56:51 +02:00
" --type=time \"--target=2018-10-15 23:08:21.598407+00\" restore"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo rm /var/log/postgresql/postgresql-9.4-demo.log"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres psql -c \"select * from important_table\""
2016-06-02 17:10:24 +02:00
],
2017-09-29 01:06:41 +02:00
"err-expect" : "1",
2016-06-02 17:10:24 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-09-29 01:06:41 +02:00
"does not exist"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
"ERROR: relation \"important_table\" does not exist",
"LINE 1: select * from important_table",
" ^"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres cat /var/log/postgresql/postgresql-9.4-demo.log"
2016-06-02 17:10:24 +02:00
],
2017-09-29 01:06:41 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"starting point-in-time recovery|consistent recovery state reached"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"LOG: database system was interrupted; last known up at 2018-10-15 23:08:34 UTC",
"LOG: starting point-in-time recovery to 2018-10-15 23:08:21.598407+00",
2017-09-29 01:06:41 +02:00
"LOG: restored log file \"00000005.history\" from archive",
2018-10-16 15:56:51 +02:00
"LOG: restored log file \"00000005000000000000001C\" from archive",
"LOG: redo starts at 0/1C000028",
"LOG: consistent recovery state reached at 0/1C0000F0",
2018-07-06 02:16:41 +02:00
"LOG: incomplete startup packet",
2018-10-16 15:56:51 +02:00
"LOG: redo done at 0/1C0000F0",
2018-05-07 01:53:42 +02:00
" [filtered 10 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres pgbackrest info"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
2017-09-29 01:06:41 +02:00
"filter" : false,
2016-06-02 17:10:24 +02:00
"filter-context" : 2,
"list" : [
2018-10-16 15:56:51 +02:00
"20181015-230705F_20181015-230814D"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
"stanza: demo",
" status: ok",
2018-10-16 15:56:51 +02:00
" cipher: aes-256-cbc",
2017-09-29 01:06:41 +02:00
"",
" db (current)",
2018-10-16 15:56:51 +02:00
" wal archive min/max (9.4-1): 00000002000000000000000B / 00000005000000000000001C",
2017-09-29 01:06:41 +02:00
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-230652F",
" timestamp start/stop: 2018-10-15 23:06:52 / 2018-10-15 23:07:04",
" wal start/stop: 00000002000000000000000B / 00000002000000000000000B",
2017-09-29 01:06:41 +02:00
" database size: 19.2MB, backup size: 19.2MB",
" repository size: 2.2MB, repository backup size: 2.2MB",
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-230705F",
" timestamp start/stop: 2018-10-15 23:07:05 / 2018-10-15 23:07:17",
" wal start/stop: 00000002000000000000000D / 00000002000000000000000D",
2017-09-29 01:06:41 +02:00
" database size: 19.2MB, backup size: 19.2MB",
" repository size: 2.2MB, repository backup size: 2.2MB",
"",
2018-10-16 15:56:51 +02:00
" diff backup: 20181015-230705F_20181015-230733D",
" timestamp start/stop: 2018-10-15 23:07:33 / 2018-10-15 23:07:37",
" wal start/stop: 000000020000000000000015 / 000000020000000000000015",
2018-07-06 02:16:41 +02:00
" database size: 19.2MB, backup size: 72.2KB",
" repository size: 2.2MB, repository backup size: 9.8KB",
2018-10-16 15:56:51 +02:00
" backup reference list: 20181015-230705F",
2017-09-29 01:06:41 +02:00
"",
2018-10-16 15:56:51 +02:00
" incr backup: 20181015-230705F_20181015-230749I",
" timestamp start/stop: 2018-10-15 23:07:49 / 2018-10-15 23:07:59",
" wal start/stop: 000000030000000000000017 / 000000030000000000000017",
2018-07-06 02:16:41 +02:00
" database size: 31.7MB, backup size: 12.5MB",
2017-09-29 01:06:41 +02:00
" repository size: 3.7MB, repository backup size: 1.5MB",
2018-10-16 15:56:51 +02:00
" backup reference list: 20181015-230705F, 20181015-230705F_20181015-230733D",
2017-09-29 01:06:41 +02:00
"",
2018-10-16 15:56:51 +02:00
" diff backup: 20181015-230705F_20181015-230814D",
" timestamp start/stop: 2018-10-15 23:08:14 / 2018-10-15 23:08:20",
" wal start/stop: 00000004000000000000001A / 00000004000000000000001A",
2017-09-29 01:06:41 +02:00
" database size: 25.5MB, backup size: 6.3MB",
2018-08-31 19:19:43 +02:00
" repository size: 3MB, repository backup size: 781KB",
2018-10-16 15:56:51 +02:00
" backup reference list: 20181015-230705F",
2017-09-29 01:06:41 +02:00
"",
2018-10-16 15:56:51 +02:00
" incr backup: 20181015-230705F_20181015-230833I",
" timestamp start/stop: 2018-10-15 23:08:33 / 2018-10-15 23:08:38",
" wal start/stop: 00000005000000000000001C / 00000005000000000000001C",
2017-09-29 01:06:41 +02:00
" database size: 25.5MB, backup size: 1.7MB",
2018-05-07 01:53:42 +02:00
" repository size: 3MB, repository backup size: 201.5KB",
2018-10-16 15:56:51 +02:00
" backup reference list: 20181015-230705F, 20181015-230705F_20181015-230814D"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta \\",
2018-10-16 15:56:51 +02:00
" --type=time \"--target=2018-10-15 23:08:21.598407+00\" \\",
" --set=20181015-230705F_20181015-230814D restore"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo rm /var/log/postgresql/postgresql-9.4-demo.log"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select * from important_table\""
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" message ",
"----------------",
" Important Data",
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres cat /var/log/postgresql/postgresql-9.4-demo.log"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"recovery stopping before|last completed transaction|starting point-in-time recovery"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"LOG: database system was interrupted; last known up at 2018-10-15 23:08:15 UTC",
"LOG: starting point-in-time recovery to 2018-10-15 23:08:21.598407+00",
2016-06-02 17:10:24 +02:00
"LOG: restored log file \"00000004.history\" from archive",
2018-10-16 15:56:51 +02:00
"LOG: restored log file \"00000004000000000000001A\" from archive",
2018-08-31 19:19:43 +02:00
" [filtered 2 lines of output]",
2018-10-16 15:56:51 +02:00
"LOG: consistent recovery state reached at 0/1A0000F0",
"LOG: restored log file \"00000004000000000000001B\" from archive",
"LOG: recovery stopping before commit of transaction 689, time 2018-10-15 23:08:21.94815+00",
"LOG: redo done at 0/1B016E58",
"LOG: last completed transaction was at log time 2018-10-15 23:08:21.271738+00",
2017-09-29 01:06:41 +02:00
"LOG: restored log file \"00000005.history\" from archive",
2018-10-16 15:56:51 +02:00
"FATAL: the database system is starting up",
" [filtered 8 lines of output]"
2017-11-22 01:31:54 +02:00
]
}
},
2018-07-06 02:16:41 +02:00
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"aws s3 --no-verify-ssl mb s3://demo-bucket 2>&1"
],
"host" : "s3-server",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
2017-11-22 01:31:54 +02:00
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-11-22 01:31:54 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-cipher-pass" : {},
"repo1-cipher-type" : {
2017-11-22 01:31:54 +02:00
"value" : "none"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2017-11-22 01:31:54 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-cipher-type=none",
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-diff=2",
"repo1-retention-full=2",
2017-11-22 01:31:54 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2017-09-29 01:06:41 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-09-29 01:06:41 +02:00
"option" : {
"global" : {
"process-max" : {
"value" : "4"
},
2018-02-24 05:38:45 +02:00
"repo1-path" : {
2018-07-06 02:16:41 +02:00
"value" : "/demo-repo"
2017-09-29 01:06:41 +02:00
},
2018-02-24 05:38:45 +02:00
"repo1-s3-bucket" : {
2017-09-29 01:06:41 +02:00
"value" : "demo-bucket"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-endpoint" : {
2017-09-29 01:06:41 +02:00
"value" : "s3.amazonaws.com"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-key" : {
2017-09-29 01:06:41 +02:00
"value" : "accessKey1"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-key-secret" : {
2017-09-29 01:06:41 +02:00
"value" : "verySecretKey1"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-region" : {
2017-09-29 01:06:41 +02:00
"value" : "us-east-1"
},
2018-02-24 05:38:45 +02:00
"repo1-s3-verify-ssl" : {
2017-09-29 01:06:41 +02:00
"value" : "n"
},
2018-02-24 05:38:45 +02:00
"repo1-type" : {
2017-09-29 01:06:41 +02:00
"value" : "s3"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2017-09-29 01:06:41 +02:00
"",
"[global]",
"process-max=4",
2018-02-24 05:38:45 +02:00
"repo1-cipher-type=none",
2018-07-06 02:16:41 +02:00
"repo1-path=/demo-repo",
2018-02-24 05:38:45 +02:00
"repo1-retention-diff=2",
"repo1-retention-full=2",
"repo1-s3-bucket=demo-bucket",
"repo1-s3-endpoint=s3.amazonaws.com",
"repo1-s3-key=accessKey1",
"repo1-s3-key-secret=verySecretKey1",
"repo1-s3-region=us-east-1",
"repo1-type=s3",
2017-09-29 01:06:41 +02:00
"start-fast=y",
2018-05-07 01:53:42 +02:00
"stop-auto=y",
"",
"[global:archive-push]",
"compress-level=3"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"echo \"172.17.0.2 demo-bucket.s3.amazonaws.com s3.amazonaws.com\" | tee -a /etc/hosts"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : "root"
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info stanza-create"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-09-29 01:06:41 +02:00
"completed successfully"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stanza-create command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-cipher-type=none --repo1-path=/demo-repo --repo1-s3-bucket=demo-bucket --repo1-s3-endpoint=s3.amazonaws.com --repo1-s3-key=<redacted> --repo1-s3-key-secret=<redacted> --repo1-s3-region=us-east-1 --no-repo1-s3-verify-ssl --repo1-type=s3 --stanza=demo",
2017-09-29 01:06:41 +02:00
"P00 INFO: stanza-create command end: completed successfully"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres pgbackrest --stanza=demo \\",
" --log-level-console=info backup"
2016-06-02 17:10:24 +02:00
],
2017-09-29 01:06:41 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"no prior backup exists|full backup size"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: backup command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --process-max=4 --repo1-cipher-type=none --repo1-path=/demo-repo --repo1-retention-diff=2 --repo1-retention-full=2 --repo1-s3-bucket=demo-bucket --repo1-s3-endpoint=s3.amazonaws.com --repo1-s3-key=<redacted> --repo1-s3-key-secret=<redacted> --repo1-s3-region=us-east-1 --no-repo1-s3-verify-ssl --repo1-type=s3 --stanza=demo --start-fast --stop-auto",
2017-09-29 01:06:41 +02:00
"P00 WARN: no prior backup exists, incr backup has been changed to full",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 23:09:05\": backup begins after the requested immediate checkpoint completes",
"P00 INFO: backup start archive = 00000007000000000000001C, lsn = 0/1C000028",
2017-09-29 01:06:41 +02:00
" [filtered 995 lines of output]",
2018-10-16 15:56:51 +02:00
"P02 INFO: backup file /var/lib/postgresql/9.4/demo/base/1/11895 (0B, 100%)",
"P01 INFO: backup file /var/lib/postgresql/9.4/demo/base/1/11885 (0B, 100%)",
2017-09-29 01:06:41 +02:00
"P00 INFO: full backup size = 25.5MB",
"P00 INFO: execute exclusive pg_stop_backup() and wait for all WAL segments to archive",
2018-10-16 15:56:51 +02:00
"P00 INFO: backup stop archive = 00000007000000000000001C, lsn = 0/1C000128",
2017-09-29 01:06:41 +02:00
" [filtered 4 lines of output]"
2016-06-02 17:10:24 +02:00
]
}
},
2017-09-29 01:06:41 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo stop"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
2018-02-24 05:38:45 +02:00
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info stop"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"completed successfully"
]
},
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe",
2017-09-29 01:06:41 +02:00
"value" : {
2018-02-24 05:38:45 +02:00
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stop command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --repo1-cipher-type=none --repo1-path=/demo-repo --repo1-s3-bucket=demo-bucket --repo1-s3-endpoint=s3.amazonaws.com --repo1-s3-key=<redacted> --repo1-s3-key-secret=<redacted> --repo1-s3-region=us-east-1 --no-repo1-s3-verify-ssl --repo1-type=s3 --stanza=demo",
2018-02-24 05:38:45 +02:00
"P00 INFO: stop command end: completed successfully"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info stanza-delete"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"completed successfully"
]
},
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stanza-delete command begin 2.06: --log-level-console=info --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-cipher-type=none --repo1-path=/demo-repo --repo1-s3-bucket=demo-bucket --repo1-s3-endpoint=s3.amazonaws.com --repo1-s3-key=<redacted> --repo1-s3-key-secret=<redacted> --repo1-s3-region=us-east-1 --no-repo1-s3-verify-ssl --repo1-type=s3 --stanza=demo",
2018-02-24 05:38:45 +02:00
"P00 INFO: stanza-delete command end: completed successfully"
]
2018-08-31 19:19:43 +02:00
}
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-08-31 19:19:43 +02:00
"sudo pg_ctlcluster 9.4 demo start"
2018-07-06 02:16:41 +02:00
],
2018-08-31 19:19:43 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-08-31 19:19:43 +02:00
"run-as-user" : null
2018-07-06 02:16:41 +02:00
},
"type" : "exe"
},
2018-08-31 19:19:43 +02:00
{
"key" : {
"id" : "repo1",
"image" : "pgbackrest/doc:u16-base",
"name" : "repository",
"os" : "u16",
"update-hosts" : true
},
"type" : "host",
"value" : {
"ip" : "172.17.0.5"
}
},
2018-07-06 02:16:41 +02:00
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"sudo adduser --disabled-password --gecos \"\" pgbackrest"
],
"host" : "repository",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo scp build:/root/pgbackrest-release-2.06/src/pgbackrest /usr/bin"
2018-07-06 02:16:41 +02:00
],
"cmd-extra" : "2>&1",
"host" : "repository",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"sudo chmod 755 /usr/bin/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo apt-get install libdbd-pg-perl libio-socket-ssl-perl libxml-libxml-perl"
2016-06-02 17:10:24 +02:00
],
2018-05-23 01:53:25 +02:00
"cmd-extra" : "-y 2>&1",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p -m 770 /var/log/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo chown pgbackrest:pgbackrest /var/log/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest"
2018-05-07 01:53:42 +02:00
],
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest/conf.d"
2018-05-07 01:53:42 +02:00
],
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo touch /etc/pgbackrest/pgbackrest.conf"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chmod 640 /etc/pgbackrest/pgbackrest.conf"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chown pgbackrest:pgbackrest /etc/pgbackrest/pgbackrest.conf"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo mkdir -p /var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo chmod 750 /var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo chown pgbackrest:pgbackrest /var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest mkdir -m 750 /home/pgbackrest/.ssh"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2017-06-12 17:36:00 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest ssh-keygen -f /home/pgbackrest/.ssh/id_rsa \\",
" -t rsa -b 4096 -N \"\""
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-06-12 17:36:00 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2017-06-12 17:36:00 +02:00
},
2017-06-28 04:42:31 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-06-28 04:42:31 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres mkdir -m 750 -p /var/lib/postgresql/.ssh"
2017-06-28 04:42:31 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-06-28 04:42:31 +02:00
},
"type" : "exe"
},
2017-06-12 17:36:00 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-06-12 17:36:00 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres ssh-keygen -f /var/lib/postgresql/.ssh/id_rsa \\",
2018-02-24 05:38:45 +02:00
" -t rsa -b 4096 -N \"\""
2017-06-12 17:36:00 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-06-12 17:36:00 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-06-12 17:36:00 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"(echo -n 'no-agent-forwarding,no-X11-forwarding,no-port-forwarding,' && \\",
" echo -n 'command=\"/usr/bin/pgbackrest ${SSH_ORIGINAL_COMMAND#* }\" ' && \\",
" sudo ssh root@pg-primary cat /var/lib/postgresql/.ssh/id_rsa.pub) | \\",
2018-02-24 05:38:45 +02:00
" sudo -u pgbackrest tee -a /home/pgbackrest/.ssh/authorized_keys"
2017-06-12 17:36:00 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-10-16 15:56:51 +02:00
"run-as-user" : "root"
2017-06-12 17:36:00 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2017-06-12 17:36:00 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-06-12 17:36:00 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"(echo -n 'no-agent-forwarding,no-X11-forwarding,no-port-forwarding,' && \\",
" echo -n 'command=\"/usr/bin/pgbackrest ${SSH_ORIGINAL_COMMAND#* }\" ' && \\",
" sudo ssh root@repository cat /home/pgbackrest/.ssh/id_rsa.pub) | \\",
2018-07-06 02:16:41 +02:00
" sudo -u postgres tee -a /var/lib/postgresql/.ssh/authorized_keys"
2017-06-12 17:36:00 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-10-16 15:56:51 +02:00
"run-as-user" : "root"
2017-06-12 17:36:00 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest ssh postgres@pg-primary"
2017-09-29 01:06:41 +02:00
],
2018-10-16 15:56:51 +02:00
"cmd-extra" : "-o StrictHostKeyChecking=no",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-09-29 01:06:41 +02:00
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u postgres ssh pgbackrest@repository"
2017-09-29 01:06:41 +02:00
],
2018-10-16 15:56:51 +02:00
"cmd-extra" : "-o StrictHostKeyChecking=no",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2016-06-02 17:10:24 +02:00
"option" : {
"global" : {
2018-02-24 05:38:45 +02:00
"repo1-path" : {
2016-06-02 17:10:24 +02:00
"value" : "/var/lib/pgbackrest"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2016-06-02 17:10:24 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-host" : {
"value" : "pg-primary"
2016-06-02 17:10:24 +02:00
},
2018-02-24 05:38:45 +02:00
"pg1-path" : {
"value" : "/var/lib/postgresql/9.4/demo"
2016-06-02 17:10:24 +02:00
}
},
"global" : {
2016-10-10 23:35:58 +02:00
"log-level-stderr" : {
"value" : "off"
},
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"log-timestamp" : {
"value" : "n"
},
2018-02-24 05:38:45 +02:00
"repo1-retention-full" : {
v1.12: Page Checksums, Configuration, and Bug Fixes
IMPORTANT NOTE: In prior releases it was possible to specify options on the command-line that were invalid for the current command without getting an error. An error will now be generated for invalid options so it is important to carefully check command-line options in your environment to prevent disruption.
Bug Fixes:
* Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error. (Reported by Nikhilchandra Kulkarni.)
* Fixed an issue where internal symlinks were not being created for tablespaces in the repository. This issue was only apparent when trying to bring up clusters in-place manually using filesystem snapshots and did not affect normal backup and restore.
* Fixed an issue that prevented errors from being output to the console before the logging system was initialized, i.e. while parsing options. Error codes were still being returned accurately so this would not have made a process look like it succeeded when it did not. (Reported by Adrian Vondendriesch.)
* Fixed an issue where the db-port option specified on the backup server would not be properly passed to the remote unless it was from the first configured database. (Reported by Michael Vitale.)
Features:
* Added the --checksum-page option to allow pgBackRest to validate page checksums in data files when checksums are enabled on PostgreSQL >= 9.3. Note that this functionality requires a C library which may not initially be available in OS packages. The option will automatically be enabled when the library is present and checksums are enabled on the cluster. (Suggested by Stephen Frost.)
* Added the --repo-link option to allow internal symlinks to be suppressed when the repository is located on a filesystem that does not support symlinks. This does not affect any pgBackRest functionality, but the convenience link latest will not be created and neither will internal tablespace symlinks, which will affect the ability to bring up clusters in-place manually using filesystem snapshots.
* Added the --repo-sync option to allow directory syncs in the repository to be disabled for file systems that do not support them, e.g. NTFS.
* Added a predictable log entry to signal that a command has completed successfully. For example a backup ends successfully with: INFO: backup command end: completed successfully. (Suggested by Jens Wilke.)
Refactoring:
* Abstracted code to determine which database cluster is the master and which are standbys. (Contributed by Cynthia Shang.)
* Improved consistency and flexibility of the protocol layer by using JSON for all messages.
* File copy protocol now accepts a function that can do additional processing on the copy buffers and return a result to the calling process.
* Improved IO->bufferRead to always return requested number of bytes until EOF.
* For simplicity, the pg_control file is now copied with the rest of the files instead of by itself of at the end of the process. The backup command does not require this behavior and the restore copies to a temporary file which is renamed at the end of the restore.
* Simplified the result hash of File->manifest(), Db->tablespaceMapGet(), and Db->databaseMapGet().
* Improved errors returned from child processes by removing redundant error level and code.
* Code cleanup in preparation for improved stanza-create command. (Contributed by Cynthia Shang.)
* Improved parameter/result logging in debug/trace functions.
2016-12-13 02:18:27 +02:00
"value" : "2"
},
2016-06-02 17:10:24 +02:00
"start-fast" : {
"value" : "y"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-host=pg-primary",
"pg1-path=/var/lib/postgresql/9.4/demo",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2016-06-02 17:10:24 +02:00
"start-fast=y"
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2016-06-02 17:10:24 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2016-06-02 17:10:24 +02:00
"value" : "/var/lib/postgresql/9.4/demo"
}
},
"global" : {
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"log-level-file" : {
"value" : "detail"
},
2016-10-10 23:35:58 +02:00
"log-level-stderr" : {
"value" : "off"
},
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"log-timestamp" : {
"value" : "n"
2018-02-24 05:38:45 +02:00
},
"repo1-host" : {
"value" : "repository"
2016-06-02 17:10:24 +02:00
}
}
},
"reset" : true
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2016-06-02 17:10:24 +02:00
"",
"[global]",
2018-02-24 05:38:45 +02:00
"log-level-file=detail",
"repo1-host=repository"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo stanza-create"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
"type" : "exe"
},
2016-07-02 16:22:52 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo check"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-07-02 16:22:52 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo check"
2016-07-02 16:22:52 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-07-02 16:22:52 +02:00
},
2016-10-10 23:35:58 +02:00
"type" : "exe"
2016-07-02 16:22:52 +02:00
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo backup"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2016-09-15 00:36:43 +02:00
"P00 WARN: no prior backup exists, incr backup has been changed to full"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta restore"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2018-05-07 01:53:42 +02:00
"type" : "exe"
2016-07-02 16:22:52 +02:00
},
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo backup"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
],
2018-05-07 01:53:42 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
2018-05-07 01:53:42 +02:00
"type" : "exe"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo --type=full backup"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"option" : {
"global" : {
"process-max" : {
"value" : "3"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-host=pg-primary",
"pg1-path=/var/lib/postgresql/9.4/demo",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"",
"[global]",
"process-max=3",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"start-fast=y"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo --type=full backup"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest info"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
],
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"timestamp start/stop"
]
},
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"stanza: demo",
" status: ok",
2018-10-16 15:56:51 +02:00
" cipher: none",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"",
2017-08-09 00:09:07 +02:00
" db (current)",
2018-10-16 15:56:51 +02:00
" wal archive min/max (9.4-1): 000000080000000000000023 / 000000080000000000000025",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-231158F",
" timestamp start/stop: 2018-10-15 23:11:58 / 2018-10-15 23:12:16",
" wal start/stop: 000000080000000000000023 / 000000080000000000000023",
2017-09-29 01:06:41 +02:00
" database size: 25.5MB, backup size: 25.5MB",
2017-08-09 00:09:07 +02:00
" repository size: 3MB, repository backup size: 3MB",
"",
2018-10-16 15:56:51 +02:00
" full backup: 20181015-231218F",
" timestamp start/stop: 2018-10-15 23:12:18 / 2018-10-15 23:12:28",
" wal start/stop: 000000080000000000000025 / 000000080000000000000025",
2017-09-29 01:06:41 +02:00
" database size: 25.5MB, backup size: 25.5MB",
2017-08-09 00:09:07 +02:00
" repository size: 3MB, repository backup size: 3MB"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
]
}
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo backup"
2016-06-02 17:10:24 +02:00
],
2017-04-13 01:17:39 +02:00
"err-expect" : "62",
2016-06-02 17:10:24 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-10-24 23:36:21 +02:00
"\\: stop file exists for all stanzas"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-02-24 05:38:45 +02:00
"P00 ERROR: [062]: raised from remote process on 'pg-primary': stop file exists for all stanzas"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2016-09-15 00:36:43 +02:00
"P00 WARN: stop file already exists for all stanzas"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo stop"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo backup"
2016-06-02 17:10:24 +02:00
],
2017-04-13 01:17:39 +02:00
"err-expect" : "62",
2016-06-02 17:10:24 +02:00
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2017-10-24 23:36:21 +02:00
"\\: stop file exists for stanza demo"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-02-24 05:38:45 +02:00
"P00 ERROR: [062]: raised from remote process on 'pg-primary': stop file exists for stanza demo"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-02-24 05:38:45 +02:00
"id" : "pg2",
2018-08-31 19:19:43 +02:00
"image" : "pgbackrest/doc:u16-base",
2018-02-24 05:38:45 +02:00
"name" : "pg-standby",
2018-07-06 02:16:41 +02:00
"os" : "u16",
"update-hosts" : true
2016-06-02 17:10:24 +02:00
},
"type" : "host",
"value" : {
2018-07-06 02:16:41 +02:00
"ip" : "172.17.0.6"
2016-06-02 17:10:24 +02:00
}
},
2018-05-07 01:53:42 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
"cmd" : [
2018-10-16 15:56:51 +02:00
"sudo scp build:/root/pgbackrest-release-2.06/src/pgbackrest /usr/bin"
2018-07-06 02:16:41 +02:00
],
"cmd-extra" : "2>&1",
"host" : "pg-standby",
"load-env" : true,
"output" : false,
"run-as-user" : null
},
"type" : "exe"
},
{
"key" : {
"bash-wrap" : true,
"cmd" : [
"sudo chmod 755 /usr/bin/pgbackrest"
],
"host" : "pg-standby",
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo apt-get install libdbd-pg-perl libio-socket-ssl-perl libxml-libxml-perl"
2017-09-29 01:06:41 +02:00
],
2018-05-23 01:53:25 +02:00
"cmd-extra" : "-y 2>&1",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p -m 770 /var/log/pgbackrest"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo chown postgres:postgres /var/log/pgbackrest"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p /etc/pgbackrest/conf.d"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo touch /etc/pgbackrest/pgbackrest.conf"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chmod 640 /etc/pgbackrest/pgbackrest.conf"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chown postgres:postgres /etc/pgbackrest/pgbackrest.conf"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres mkdir -m 750 -p /var/lib/postgresql/.ssh"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres ssh-keygen -f /var/lib/postgresql/.ssh/id_rsa \\",
2018-02-24 05:38:45 +02:00
" -t rsa -b 4096 -N \"\""
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"(echo -n 'no-agent-forwarding,no-X11-forwarding,no-port-forwarding,' && \\",
" echo -n 'command=\"/usr/bin/pgbackrest ${SSH_ORIGINAL_COMMAND#* }\" ' && \\",
" sudo ssh root@pg-standby cat /var/lib/postgresql/.ssh/id_rsa.pub) | \\",
2018-02-24 05:38:45 +02:00
" sudo -u pgbackrest tee -a /home/pgbackrest/.ssh/authorized_keys"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-10-16 15:56:51 +02:00
"run-as-user" : "root"
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-10-16 15:56:51 +02:00
"(echo -n 'no-agent-forwarding,no-X11-forwarding,no-port-forwarding,' && \\",
" echo -n 'command=\"/usr/bin/pgbackrest ${SSH_ORIGINAL_COMMAND#* }\" ' && \\",
" sudo ssh root@repository cat /home/pgbackrest/.ssh/id_rsa.pub) | \\",
2018-07-06 02:16:41 +02:00
" sudo -u postgres tee -a /var/lib/postgresql/.ssh/authorized_keys"
2017-09-29 01:06:41 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
2018-10-16 15:56:51 +02:00
"run-as-user" : "root"
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest ssh postgres@pg-standby"
2017-09-29 01:06:41 +02:00
],
2018-10-16 15:56:51 +02:00
"cmd-extra" : "-o StrictHostKeyChecking=no",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-09-29 01:06:41 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u postgres ssh pgbackrest@repository"
2017-09-29 01:06:41 +02:00
],
2018-10-16 15:56:51 +02:00
"cmd-extra" : "-o StrictHostKeyChecking=no",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-09-29 01:06:41 +02:00
},
"type" : "exe"
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2016-06-02 17:10:24 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2016-06-02 17:10:24 +02:00
"value" : "/var/lib/postgresql/9.4/demo"
},
"recovery-option" : {
"value" : "standby_mode=on"
}
},
"global" : {
2018-05-07 01:53:42 +02:00
"log-level-file" : {
"value" : "detail"
},
2016-10-10 23:35:58 +02:00
"log-level-stderr" : {
"value" : "off"
},
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"log-timestamp" : {
"value" : "n"
2018-02-24 05:38:45 +02:00
},
"repo1-host" : {
"value" : "repository"
2016-06-02 17:10:24 +02:00
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.4/demo",
2016-06-02 17:10:24 +02:00
"recovery-option=standby_mode=on",
"",
"[global]",
2018-05-07 01:53:42 +02:00
"log-level-file=detail",
2018-02-24 05:38:45 +02:00
"repo1-host=repository"
2016-06-02 17:10:24 +02:00
]
}
},
2018-02-24 05:38:45 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo pg_createcluster 9.4 demo"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe"
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta restore"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres cat /var/lib/postgresql/9.4/demo/recovery.conf"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"standby_mode = 'on'",
2018-02-24 05:38:45 +02:00
"restore_command = 'pgbackrest --stanza=demo archive-get %f \"%p\"'"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
"file" : "/etc/postgresql/9.4/demo/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2016-06-02 17:10:24 +02:00
"option" : {
"hot_standby" : {
"value" : "on"
2018-02-24 05:38:45 +02:00
},
"log_filename" : {
"value" : "'postgresql.log'"
},
"log_line_prefix" : {
"value" : "''"
2016-06-02 17:10:24 +02:00
}
}
},
"type" : "cfg-postgresql",
"value" : {
"config" : [
"hot_standby = on",
"log_filename = 'postgresql.log'",
"log_line_prefix = ''"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo rm /var/log/postgresql/postgresql-9.4-demo.log"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo start"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres cat /var/log/postgresql/postgresql-9.4-demo.log"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"entering standby mode|database system is ready to accept read only connections"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-08-09 00:09:07 +02:00
"LOG: could not bind IPv6 socket: Cannot assign requested address",
"HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.",
2018-10-16 15:56:51 +02:00
"LOG: database system was interrupted; last known up at 2018-10-15 23:12:19 UTC",
2016-06-02 17:10:24 +02:00
"LOG: entering standby mode",
2016-11-17 16:57:59 +02:00
"LOG: incomplete startup packet",
2018-10-16 15:56:51 +02:00
"LOG: restored log file \"00000008.history\" from archive",
" [filtered 2 lines of output]",
"LOG: redo starts at 0/25000028",
"LOG: consistent recovery state reached at 0/250000F0",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"LOG: database system is ready to accept read only connections"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" begin; \\",
" create table replicated_table (message text); \\",
" insert into replicated_table values ('Important Data'); \\",
" commit; \\",
" select * from replicated_table\";"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" message ",
"----------------",
" Important Data",
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select * from replicated_table;\""
],
"err-expect" : "1",
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"does not exist"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe",
"value" : {
"output" : [
"ERROR: relation \"replicated_table\" does not exist",
"LINE 1: select * from replicated_table;",
" ^"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo -u postgres psql -c \"select *, current_timestamp from pg_switch_xlog()\";"
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-09-29 01:06:41 +02:00
" pg_switch_xlog | now ",
"----------------+-------------------------------",
2018-10-16 15:56:51 +02:00
" 0/26019A70 | 2018-10-15 23:13:51.948232+00",
2017-04-13 01:17:39 +02:00
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" select *, current_timestamp from replicated_table\""
],
"highlight" : {
2018-05-07 01:53:42 +02:00
"filter" : false,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" message | now ",
"----------------+-------------------------------",
2018-10-16 15:56:51 +02:00
" Important Data | 2018-10-15 23:13:53.362766+00",
2018-05-07 01:53:42 +02:00
"(1 row)"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info check"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"all other checks passed"
]
},
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: check command begin 2.06: --log-level-console=info --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-host=repository --stanza=demo",
2018-05-07 01:53:42 +02:00
"P00 INFO: switch xlog cannot be performed on the standby, all other checks passed successfully",
"P00 INFO: check command end: completed successfully"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
" create user replicator password 'jw8s0F4' replication\";"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"CREATE ROLE"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres sh -c 'echo \\",
2018-07-06 02:16:41 +02:00
" \"host replication replicator 172.17.0.6/32 md5\" \\",
2018-05-07 01:53:42 +02:00
" >> /etc/postgresql/9.4/demo/pg_hba.conf'"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo reload"
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
"file" : "/etc/pgbackrest/pgbackrest.conf",
"host" : "pg-standby",
"option" : {
"demo" : {
"recovery-option" : {
2018-07-06 02:16:41 +02:00
"value" : "primary_conninfo=host=172.17.0.4 port=5432 user=replicator"
2018-05-07 01:53:42 +02:00
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-path=/var/lib/postgresql/9.4/demo",
"recovery-option=standby_mode=on",
2018-07-06 02:16:41 +02:00
"recovery-option=primary_conninfo=host=172.17.0.4 port=5432 user=replicator",
2018-05-07 01:53:42 +02:00
"",
"[global]",
"log-level-file=detail",
"repo1-host=repository"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres sh -c 'echo \\",
2018-07-06 02:16:41 +02:00
" \"172.17.0.4:*:replication:replicator:jw8s0F4\" \\",
" >> /var/lib/postgresql/.pgpass'"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
2018-07-06 02:16:41 +02:00
"sudo -u postgres chmod 600 /var/lib/postgresql/.pgpass"
2018-05-07 01:53:42 +02:00
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo stop"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo --delta restore"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cat /var/lib/postgresql/9.4/demo/recovery.conf"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-07-06 02:16:41 +02:00
"primary_conninfo = 'host=172.17.0.4 port=5432 user=replicator'",
2018-05-07 01:53:42 +02:00
"standby_mode = 'on'",
"restore_command = 'pgbackrest --stanza=demo archive-get %f \"%p\"'"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo rm /var/log/postgresql/postgresql-9.4-demo.log"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo pg_ctlcluster 9.4 demo start"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres sleep 2"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cat /var/log/postgresql/postgresql-9.4-demo.log"
],
"highlight" : {
"filter" : true,
2017-04-13 01:17:39 +02:00
"filter-context" : 2,
"list" : [
2018-05-07 01:53:42 +02:00
"started streaming WAL from primary"
2017-04-13 01:17:39 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
" [filtered 10 lines of output]",
2018-05-07 01:53:42 +02:00
"LOG: database system is ready to accept read only connections",
2018-10-16 15:56:51 +02:00
"LOG: restored log file \"000000080000000000000026\" from archive",
"LOG: started streaming WAL from primary at 0/27000000 on timeline 8"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres psql -c \" \\",
" begin; \\",
" create table stream_table (message text); \\",
" insert into stream_table values ('Important Data'); \\",
" commit; \\",
" select *, current_timestamp from stream_table\";"
2017-04-13 01:17:39 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-05-07 01:53:42 +02:00
"Important Data"
2017-04-13 01:17:39 +02:00
]
},
2018-05-07 01:53:42 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
" message | now ",
"----------------+-------------------------------",
" Important Data | 2018-10-15 23:14:07.795533+00",
2018-05-07 01:53:42 +02:00
"(1 row)"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo -u postgres psql -c \" \\",
2018-05-07 01:53:42 +02:00
" select *, current_timestamp from stream_table\""
2017-04-13 01:17:39 +02:00
],
2018-05-07 01:53:42 +02:00
"highlight" : {
"filter" : false,
"filter-context" : 2,
"list" : [
"Important Data"
]
},
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
" message | now ",
"----------------+-------------------------------",
2018-10-16 15:56:51 +02:00
" Important Data | 2018-10-15 23:14:08.222331+00",
2018-05-07 01:53:42 +02:00
"(1 row)"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p -m 750 /var/spool/pgbackrest"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chown postgres:postgres /var/spool/pgbackrest"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-23 01:53:25 +02:00
"sudo mkdir -p -m 750 /var/spool/pgbackrest"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo chown postgres:postgres /var/spool/pgbackrest"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
"host" : "pg-primary",
"option" : {
"global" : {
"archive-async" : {
"value" : "y"
},
"spool-path" : {
"value" : "/var/spool/pgbackrest"
}
},
"global:archive-get" : {
"process-max" : {
"value" : "2"
}
},
"global:archive-push" : {
"process-max" : {
"value" : "2"
}
}
}
2017-04-13 01:17:39 +02:00
},
2018-05-07 01:53:42 +02:00
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-path=/var/lib/postgresql/9.4/demo",
"",
"[global]",
"archive-async=y",
"log-level-file=detail",
"repo1-host=repository",
"spool-path=/var/spool/pgbackrest",
"",
"[global:archive-get]",
"process-max=2",
"",
"[global:archive-push]",
"process-max=2"
]
}
2017-04-13 01:17:39 +02:00
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-05-07 01:53:42 +02:00
"option" : {
"global" : {
"archive-async" : {
"value" : "y"
},
"spool-path" : {
"value" : "/var/spool/pgbackrest"
}
},
"global:archive-get" : {
"process-max" : {
"value" : "2"
}
},
"global:archive-push" : {
"process-max" : {
"value" : "2"
}
}
}
2017-04-13 01:17:39 +02:00
},
2018-05-07 01:53:42 +02:00
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
"pg1-path=/var/lib/postgresql/9.4/demo",
"recovery-option=standby_mode=on",
2018-07-06 02:16:41 +02:00
"recovery-option=primary_conninfo=host=172.17.0.4 port=5432 user=replicator",
2018-05-07 01:53:42 +02:00
"",
"[global]",
"archive-async=y",
"log-level-file=detail",
"repo1-host=repository",
"spool-path=/var/spool/pgbackrest",
"",
"[global:archive-get]",
"process-max=2",
"",
"[global:archive-push]",
"process-max=2"
]
}
2017-04-13 01:17:39 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres psql -c \"alter user replicator password 'bogus'\""
2017-04-13 01:17:39 +02:00
],
2018-05-07 01:53:42 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
"ALTER ROLE"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo pg_ctlcluster 9.4 demo restart"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres rm -f /var/log/pgbackrest/demo-archive-push-async.log"
2017-04-13 01:17:39 +02:00
],
2018-05-07 01:53:42 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres psql -c \" \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog(); \\",
" select pg_create_restore_point('test async push'); select pg_switch_xlog();\""
2017-04-13 01:17:39 +02:00
],
2018-05-07 01:53:42 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres pgbackrest --stanza=demo --log-level-console=info check"
2017-04-13 01:17:39 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-05-07 01:53:42 +02:00
"WAL segment"
2017-04-13 01:17:39 +02:00
]
},
2018-05-07 01:53:42 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: check command begin 2.06: --log-level-console=info --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --repo1-host=repository --stanza=demo",
"P00 INFO: WAL segment 00000008000000000000002C successfully stored in the archive at '/var/lib/pgbackrest/archive/demo/9.4-1/0000000800000000/00000008000000000000002C-896c614c4214a282eaf9a87574ce5cad178d969a.gz'",
2018-05-07 01:53:42 +02:00
"P00 INFO: check command end: completed successfully"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres cat /var/log/pgbackrest/demo-archive-push-async.log"
2017-04-13 01:17:39 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-05-07 01:53:42 +02:00
" WAL file\\(s\\) to archive|pushed WAL file 0000000"
2017-04-13 01:17:39 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
"-------------------PROCESS START-------------------",
2018-10-16 15:56:51 +02:00
"P00 INFO: archive-push command begin 2.06: [pg_xlog/000000080000000000000027] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
"P00 INFO: push 4 WAL file(s) to archive: 000000080000000000000027...00000008000000000000002A",
"P01 DETAIL: pushed WAL file 000000080000000000000027 to archive",
"P02 DETAIL: pushed WAL file 000000080000000000000028 to archive",
"P01 DETAIL: pushed WAL file 000000080000000000000029 to archive",
"P02 DETAIL: pushed WAL file 00000008000000000000002A to archive",
2018-05-07 01:53:42 +02:00
"P00 INFO: archive-push command end: completed successfully",
"",
"-------------------PROCESS START-------------------",
2018-10-16 15:56:51 +02:00
"P00 INFO: archive-push command begin 2.06: [pg_xlog/00000008000000000000002B] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
"P00 INFO: push 1 WAL file(s) to archive: 00000008000000000000002B",
"P01 DETAIL: pushed WAL file 00000008000000000000002B to archive",
2018-05-07 01:53:42 +02:00
"P00 INFO: archive-push command end: completed successfully",
"",
"-------------------PROCESS START-------------------",
2018-10-16 15:56:51 +02:00
"P00 INFO: archive-push command begin 2.06: [pg_xlog/00000008000000000000002C] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
"P00 INFO: push 1 WAL file(s) to archive: 00000008000000000000002C",
"P01 DETAIL: pushed WAL file 00000008000000000000002C to archive",
2018-05-07 01:53:42 +02:00
"P00 INFO: archive-push command end: completed successfully"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-05-07 01:53:42 +02:00
"sudo -u postgres sleep 5"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres cat /var/log/pgbackrest/demo-archive-get-async.log"
2017-04-13 01:17:39 +02:00
],
"highlight" : {
2018-05-07 01:53:42 +02:00
"filter" : true,
2017-04-13 01:17:39 +02:00
"filter-context" : 2,
"list" : [
2018-05-07 01:53:42 +02:00
"got WAL file [0-F]{24} from archive"
2017-04-13 01:17:39 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-05-07 01:53:42 +02:00
"-------------------PROCESS START-------------------",
2018-10-16 15:56:51 +02:00
"P00 INFO: archive-get command begin 2.06: [000000080000000000000025, 000000080000000000000026, 000000080000000000000027, 000000080000000000000028, 000000080000000000000029, 00000008000000000000002A, 00000008000000000000002B, 00000008000000000000002C] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
"P00 INFO: get 8 WAL file(s) from archive: 000000080000000000000025...00000008000000000000002C",
2018-08-31 19:19:43 +02:00
"P01 DETAIL: got WAL file 000000080000000000000025 from archive",
"P02 DETAIL: got WAL file 000000080000000000000026 from archive",
2018-10-16 15:56:51 +02:00
"P01 DETAIL: WAL file 000000080000000000000027 not found in archive",
"P01 DETAIL: WAL file 000000080000000000000029 not found in archive",
" [filtered 33 lines of output]",
"P00 INFO: archive-get command begin 2.06: [000000080000000000000027, 000000080000000000000028, 000000080000000000000029, 00000008000000000000002A, 00000008000000000000002B, 00000008000000000000002C, 00000008000000000000002D, 00000008000000000000002E] --archive-async --log-level-console=off --log-level-file=detail --log-level-stderr=off --no-log-timestamp --pg1-path=/var/lib/postgresql/9.4/demo --process-max=2 --repo1-host=repository --spool-path=/var/spool/pgbackrest --stanza=demo",
"P00 INFO: get 8 WAL file(s) from archive: 000000080000000000000027...00000008000000000000002E",
2018-08-31 19:19:43 +02:00
"P01 DETAIL: got WAL file 000000080000000000000027 from archive",
"P02 DETAIL: got WAL file 000000080000000000000028 from archive",
2018-10-16 15:56:51 +02:00
"P02 DETAIL: got WAL file 00000008000000000000002A from archive",
"P01 DETAIL: got WAL file 000000080000000000000029 from archive",
"P01 DETAIL: got WAL file 00000008000000000000002C from archive",
"P02 DETAIL: got WAL file 00000008000000000000002B from archive",
"P01 DETAIL: WAL file 00000008000000000000002D not found in archive",
"P02 DETAIL: WAL file 00000008000000000000002E not found in archive",
" [filtered 25 lines of output]"
2018-05-07 01:53:42 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-05-07 01:53:42 +02:00
"cmd" : [
"sudo -u postgres psql -c \"alter user replicator password 'jw8s0F4'\""
],
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-05-07 01:53:42 +02:00
},
"type" : "exe",
"value" : {
"output" : [
"ALTER ROLE"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2017-04-13 01:17:39 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg2-host" : {
"value" : "pg-standby"
2017-04-13 01:17:39 +02:00
},
2018-02-24 05:38:45 +02:00
"pg2-path" : {
"value" : "/var/lib/postgresql/9.4/demo"
2017-04-13 01:17:39 +02:00
}
},
"global" : {
"backup-standby" : {
"value" : "y"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-host=pg-primary",
"pg1-path=/var/lib/postgresql/9.4/demo",
"pg2-host=pg-standby",
"pg2-path=/var/lib/postgresql/9.4/demo",
2017-04-13 01:17:39 +02:00
"",
"[global]",
"backup-standby=y",
"process-max=3",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2017-04-13 01:17:39 +02:00
"start-fast=y"
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo --log-level-console=detail backup"
2017-04-13 01:17:39 +02:00
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
2018-02-24 05:38:45 +02:00
"backup file pg-primary|replay on the standby"
2017-04-13 01:17:39 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" [filtered 2 lines of output]",
2018-10-16 15:56:51 +02:00
"P00 INFO: execute exclusive pg_start_backup() with label \"pgBackRest backup started at 2018-10-15 23:14:28\": backup begins after the requested immediate checkpoint completes",
"P00 INFO: backup start archive = 00000008000000000000002E, lsn = 0/2E000028",
"P00 INFO: wait for replay on the standby to reach 0/2E000028",
"P00 INFO: replay on the standby reached 0/2E000348",
"P01 INFO: backup file pg-primary:/var/lib/postgresql/9.4/demo/global/pg_control (8KB, 0%) checksum ece585c65b42f6457d3471050cb60686575f2413",
"P03 INFO: backup file pg-standby:/var/lib/postgresql/9.4/demo/base/12139/11889 (344KB, 18%) checksum 342731eeadfa2bbdd2dfe7101e253e7a76deb8fb",
"P01 INFO: backup file pg-primary:/var/lib/postgresql/9.4/demo/backup_label (238B, 18%) checksum 9b29de71573ec33df426bda3a6b6a6609cad9df9",
"P03 INFO: backup file pg-standby:/var/lib/postgresql/9.4/demo/base/12139/12010 (232KB, 30%) checksum cd38687af677c923319d6cba1537c494e934d970",
"P03 INFO: backup file pg-standby:/var/lib/postgresql/9.4/demo/base/12139/11891 (128KB, 36%) checksum 4155cf8bd4fe20a0aa14b118dddd7cf493b4e39a",
" [filtered 34 lines of output]"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo pg_ctlcluster 9.4 demo stop"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo pg_ctlcluster 9.4 demo stop"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
2018-02-24 05:38:45 +02:00
"type" : "exe"
2017-04-13 01:17:39 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u postgres /usr/lib/postgresql/9.5/bin/initdb \\",
" -D /var/lib/postgresql/9.5/demo -k -A peer"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo pg_createcluster 9.5 demo"
2017-04-13 01:17:39 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2017-04-13 01:17:39 +02:00
"cmd" : [
"sudo -u postgres sh -c 'cd /var/lib/postgresql && \\",
" /usr/lib/postgresql/9.5/bin/pg_upgrade \\",
" --old-bindir=/usr/lib/postgresql/9.4/bin \\",
" --new-bindir=/usr/lib/postgresql/9.5/bin \\",
" --old-datadir=/var/lib/postgresql/9.4/demo \\",
" --new-datadir=/var/lib/postgresql/9.5/demo \\",
" --old-options=\" -c config_file=/etc/postgresql/9.4/demo/postgresql.conf\" \\",
" --new-options=\" -c config_file=/etc/postgresql/9.5/demo/postgresql.conf\"'"
],
"highlight" : {
"filter" : true,
"filter-context" : 2,
"list" : [
"Upgrade Complete"
]
},
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2017-04-13 01:17:39 +02:00
},
"type" : "exe",
"value" : {
"output" : [
" [filtered 68 lines of output]",
"Creating script to delete old cluster ok",
"",
"Upgrade Complete",
"----------------",
"Optimizer statistics are not transferred by pg_upgrade so,",
" [filtered 4 lines of output]"
]
}
},
{
"key" : {
"file" : "/etc/postgresql/9.5/demo/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-04-13 01:17:39 +02:00
"option" : {
"archive_command" : {
"value" : "'pgbackrest --stanza=demo archive-push %p'"
},
"archive_mode" : {
"value" : "on"
},
"listen_addresses" : {
"value" : "'*'"
},
"log_line_prefix" : {
"value" : "''"
},
"max_wal_senders" : {
"value" : "3"
},
"port" : {
"value" : "5432"
},
"wal_level" : {
"value" : "hot_standby"
}
}
},
"type" : "cfg-postgresql",
"value" : {
"config" : [
"archive_command = 'pgbackrest --stanza=demo archive-push %p'",
"archive_mode = on",
"listen_addresses = '*'",
"log_line_prefix = ''",
"max_wal_senders = 3",
"port = 5432",
"wal_level = hot_standby"
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2017-04-13 01:17:39 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-04-13 01:17:39 +02:00
"value" : "/var/lib/postgresql/9.5/demo"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.5/demo",
2017-04-13 01:17:39 +02:00
"",
"[global]",
"archive-async=y",
"log-level-file=detail",
2018-02-24 05:38:45 +02:00
"repo1-host=repository",
2017-04-13 01:17:39 +02:00
"spool-path=/var/spool/pgbackrest",
"",
2018-05-07 01:53:42 +02:00
"[global:archive-get]",
"process-max=2",
"",
2017-04-13 01:17:39 +02:00
"[global:archive-push]",
"process-max=2"
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2017-04-13 01:17:39 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-04-13 01:17:39 +02:00
"value" : "/var/lib/postgresql/9.5/demo"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-path=/var/lib/postgresql/9.5/demo",
2017-04-13 01:17:39 +02:00
"recovery-option=standby_mode=on",
2018-07-06 02:16:41 +02:00
"recovery-option=primary_conninfo=host=172.17.0.4 port=5432 user=replicator",
2017-04-13 01:17:39 +02:00
"",
"[global]",
2018-05-07 01:53:42 +02:00
"archive-async=y",
"log-level-file=detail",
"repo1-host=repository",
"spool-path=/var/spool/pgbackrest",
"",
"[global:archive-get]",
"process-max=2",
"",
"[global:archive-push]",
"process-max=2"
2017-04-13 01:17:39 +02:00
]
}
},
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
2017-04-13 01:17:39 +02:00
"option" : {
"demo" : {
2018-02-24 05:38:45 +02:00
"pg1-path" : {
2017-04-13 01:17:39 +02:00
"value" : "/var/lib/postgresql/9.5/demo"
},
2018-02-24 05:38:45 +02:00
"pg2-path" : {
2017-04-13 01:17:39 +02:00
"value" : "/var/lib/postgresql/9.5/demo"
}
},
"global" : {
"backup-standby" : {
"value" : "n"
}
}
}
},
"type" : "cfg-pgbackrest",
2016-06-02 17:10:24 +02:00
"value" : {
2017-04-13 01:17:39 +02:00
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-host=pg-primary",
"pg1-path=/var/lib/postgresql/9.5/demo",
"pg2-host=pg-standby",
"pg2-path=/var/lib/postgresql/9.5/demo",
2017-04-13 01:17:39 +02:00
"",
"[global]",
"backup-standby=n",
"process-max=3",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
2017-04-13 01:17:39 +02:00
"start-fast=y"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo cp /etc/postgresql/9.4/demo/pg_hba.conf \\",
" /etc/postgresql/9.5/demo/pg_hba.conf"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo --no-online \\",
2017-04-13 01:17:39 +02:00
" --log-level-console=info stanza-upgrade"
2016-06-02 17:10:24 +02:00
],
"highlight" : {
2017-04-13 01:17:39 +02:00
"filter" : true,
2016-06-02 17:10:24 +02:00
"filter-context" : 2,
"list" : [
2017-04-13 01:17:39 +02:00
"completed successfully"
2016-06-02 17:10:24 +02:00
]
},
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2018-10-16 15:56:51 +02:00
"P00 INFO: stanza-upgrade command begin 2.06: --no-backup-standby --log-level-console=info --log-level-stderr=off --no-log-timestamp --no-online --pg1-host=pg-primary --pg2-host=pg-standby --pg1-path=/var/lib/postgresql/9.5/demo --pg2-path=/var/lib/postgresql/9.5/demo --repo1-path=/var/lib/pgbackrest --stanza=demo",
2017-09-03 23:42:00 +02:00
"P00 INFO: stanza-upgrade command end: completed successfully"
2016-06-02 17:10:24 +02:00
]
}
},
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo pg_ctlcluster 9.5 demo start"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres pg_lsclusters"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe",
"value" : {
"output" : [
2017-04-13 01:17:39 +02:00
"Ver Cluster Port Status Owner Data directory Log file",
"9.4 demo 5432 down postgres /var/lib/postgresql/9.4/demo /var/log/postgresql/postgresql-9.4-demo.log",
"9.5 demo 5432 online postgres /var/lib/postgresql/9.5/demo /var/log/postgresql/postgresql-9.5-demo.log"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres pgbackrest --stanza=demo check"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo pg_dropcluster 9.4 demo"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-primary",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo pg_dropcluster 9.4 demo"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo pg_createcluster 9.5 demo"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2018-02-24 05:38:45 +02:00
"sudo -u pgbackrest pgbackrest --stanza=demo check"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2018-08-31 19:19:43 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
2018-02-24 05:38:45 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo -u pgbackrest pgbackrest --stanza=demo --type=full backup"
],
"host" : "repository",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe"
},
2016-06-02 17:10:24 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo -u postgres pgbackrest --stanza=demo --delta restore"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
"type" : "exe"
},
{
"key" : {
2017-04-13 01:17:39 +02:00
"file" : "/etc/postgresql/9.5/demo/postgresql.conf",
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2017-04-13 01:17:39 +02:00
"option" : {
"hot_standby" : {
"value" : "on"
}
}
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "cfg-postgresql",
2016-06-02 17:10:24 +02:00
"value" : {
2017-04-13 01:17:39 +02:00
"config" : [
"hot_standby = on"
2016-06-02 17:10:24 +02:00
]
}
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-04-13 01:17:39 +02:00
"sudo pg_ctlcluster 9.5 demo start"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
2016-06-02 17:10:24 +02:00
},
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2016-06-02 17:10:24 +02:00
"cmd" : [
2017-09-29 01:06:41 +02:00
"sudo -u postgres sleep 2"
2016-06-02 17:10:24 +02:00
],
2018-02-24 05:38:45 +02:00
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : false,
"run-as-user" : null
2016-06-02 17:10:24 +02:00
},
2017-04-13 01:17:39 +02:00
"type" : "exe"
v1.06: Backup from Standby and Bug Fixes
Bug Fixes:
* Fixed an issue where a tablespace link that referenced another link would not produce an error, but instead skip the tablespace entirely. (Reported by Michael Vitale.)
* Fixed an issue where options that should not allow multiple values could be specified multiple times in pgbackrest.conf without an error being raised. (Reported by Michael Vitale.)
* Fixed an issue where the protocol-timeout option was not automatically increased when the db-timeout option was increased. (Reported by Todd Vernick.)
Features:
* Backup from a standby cluster. A connection to the primary cluster is still required to start/stop the backup and copy files that are not replicated, but the vast majority of files are copied from the standby in order to reduce load on the master.
* More flexible configuration for databases. Master and standby can both be configured on the backup server and pgBackRest will automatically determine which is the master. This means no configuration changes for backup are required after failing over from a master to standby when a separate backup server is used.
* Exclude directories during backup that are cleaned, recreated, or zeroed by PostgreSQL at startup. These include pgsql_tmp and pg_stat_tmp. The postgresql.auto.conf.tmp file is now excluded in addition to files that were already excluded: backup_label.old, postmaster.opts, postmaster.pid, recovery.conf, recovery.done.
* Experimental support for non-exclusive backups in PostgreSQL 9.6 beta4. Changes to the control/catalog/WAL versions in subsequent betas may break compatibility but pgBackRest will be updated with each release to keep pace.
Refactoring:
* Simplify protocol creation and identifying which host is local/remote.
* Removed all OP_* function constants that were used only for debugging, not in the protocol, and replaced with __PACKAGE__.
* Improvements in Db module: separated out connect() function, allow executeSql() calls that do not return data, and improve error handling.
* Improve error message for links that reference links in manifest build.
* Added hints to error message when relative paths are detected in archive-push or archive-get.
* Improve backup log messages to indicate which host the files are being copied from.
2016-08-25 17:49:09 +02:00
},
2018-02-24 05:38:45 +02:00
{
"key" : {
2018-07-06 02:16:41 +02:00
"bash-wrap" : true,
2018-02-24 05:38:45 +02:00
"cmd" : [
"sudo -u postgres pgbackrest --stanza=demo check"
],
"host" : "pg-standby",
2018-07-06 02:16:41 +02:00
"load-env" : true,
"output" : true,
"run-as-user" : null
2018-02-24 05:38:45 +02:00
},
"type" : "exe"
},
v1.06: Backup from Standby and Bug Fixes
Bug Fixes:
* Fixed an issue where a tablespace link that referenced another link would not produce an error, but instead skip the tablespace entirely. (Reported by Michael Vitale.)
* Fixed an issue where options that should not allow multiple values could be specified multiple times in pgbackrest.conf without an error being raised. (Reported by Michael Vitale.)
* Fixed an issue where the protocol-timeout option was not automatically increased when the db-timeout option was increased. (Reported by Todd Vernick.)
Features:
* Backup from a standby cluster. A connection to the primary cluster is still required to start/stop the backup and copy files that are not replicated, but the vast majority of files are copied from the standby in order to reduce load on the master.
* More flexible configuration for databases. Master and standby can both be configured on the backup server and pgBackRest will automatically determine which is the master. This means no configuration changes for backup are required after failing over from a master to standby when a separate backup server is used.
* Exclude directories during backup that are cleaned, recreated, or zeroed by PostgreSQL at startup. These include pgsql_tmp and pg_stat_tmp. The postgresql.auto.conf.tmp file is now excluded in addition to files that were already excluded: backup_label.old, postmaster.opts, postmaster.pid, recovery.conf, recovery.done.
* Experimental support for non-exclusive backups in PostgreSQL 9.6 beta4. Changes to the control/catalog/WAL versions in subsequent betas may break compatibility but pgBackRest will be updated with each release to keep pace.
Refactoring:
* Simplify protocol creation and identifying which host is local/remote.
* Removed all OP_* function constants that were used only for debugging, not in the protocol, and replaced with __PACKAGE__.
* Improvements in Db module: separated out connect() function, allow executeSql() calls that do not return data, and improve error handling.
* Improve error message for links that reference links in manifest build.
* Added hints to error message when relative paths are detected in archive-push or archive-get.
* Improve backup log messages to indicate which host the files are being copied from.
2016-08-25 17:49:09 +02:00
{
"key" : {
2018-05-07 01:53:42 +02:00
"file" : "/etc/pgbackrest/pgbackrest.conf",
2018-02-24 05:38:45 +02:00
"host" : "repository",
v1.06: Backup from Standby and Bug Fixes
Bug Fixes:
* Fixed an issue where a tablespace link that referenced another link would not produce an error, but instead skip the tablespace entirely. (Reported by Michael Vitale.)
* Fixed an issue where options that should not allow multiple values could be specified multiple times in pgbackrest.conf without an error being raised. (Reported by Michael Vitale.)
* Fixed an issue where the protocol-timeout option was not automatically increased when the db-timeout option was increased. (Reported by Todd Vernick.)
Features:
* Backup from a standby cluster. A connection to the primary cluster is still required to start/stop the backup and copy files that are not replicated, but the vast majority of files are copied from the standby in order to reduce load on the master.
* More flexible configuration for databases. Master and standby can both be configured on the backup server and pgBackRest will automatically determine which is the master. This means no configuration changes for backup are required after failing over from a master to standby when a separate backup server is used.
* Exclude directories during backup that are cleaned, recreated, or zeroed by PostgreSQL at startup. These include pgsql_tmp and pg_stat_tmp. The postgresql.auto.conf.tmp file is now excluded in addition to files that were already excluded: backup_label.old, postmaster.opts, postmaster.pid, recovery.conf, recovery.done.
* Experimental support for non-exclusive backups in PostgreSQL 9.6 beta4. Changes to the control/catalog/WAL versions in subsequent betas may break compatibility but pgBackRest will be updated with each release to keep pace.
Refactoring:
* Simplify protocol creation and identifying which host is local/remote.
* Removed all OP_* function constants that were used only for debugging, not in the protocol, and replaced with __PACKAGE__.
* Improvements in Db module: separated out connect() function, allow executeSql() calls that do not return data, and improve error handling.
* Improve error message for links that reference links in manifest build.
* Added hints to error message when relative paths are detected in archive-push or archive-get.
* Improve backup log messages to indicate which host the files are being copied from.
2016-08-25 17:49:09 +02:00
"option" : {
"global" : {
"backup-standby" : {
"value" : "y"
}
}
}
},
"type" : "cfg-pgbackrest",
"value" : {
"config" : [
"[demo]",
2018-02-24 05:38:45 +02:00
"pg1-host=pg-primary",
"pg1-path=/var/lib/postgresql/9.5/demo",
"pg2-host=pg-standby",
"pg2-path=/var/lib/postgresql/9.5/demo",
v1.06: Backup from Standby and Bug Fixes
Bug Fixes:
* Fixed an issue where a tablespace link that referenced another link would not produce an error, but instead skip the tablespace entirely. (Reported by Michael Vitale.)
* Fixed an issue where options that should not allow multiple values could be specified multiple times in pgbackrest.conf without an error being raised. (Reported by Michael Vitale.)
* Fixed an issue where the protocol-timeout option was not automatically increased when the db-timeout option was increased. (Reported by Todd Vernick.)
Features:
* Backup from a standby cluster. A connection to the primary cluster is still required to start/stop the backup and copy files that are not replicated, but the vast majority of files are copied from the standby in order to reduce load on the master.
* More flexible configuration for databases. Master and standby can both be configured on the backup server and pgBackRest will automatically determine which is the master. This means no configuration changes for backup are required after failing over from a master to standby when a separate backup server is used.
* Exclude directories during backup that are cleaned, recreated, or zeroed by PostgreSQL at startup. These include pgsql_tmp and pg_stat_tmp. The postgresql.auto.conf.tmp file is now excluded in addition to files that were already excluded: backup_label.old, postmaster.opts, postmaster.pid, recovery.conf, recovery.done.
* Experimental support for non-exclusive backups in PostgreSQL 9.6 beta4. Changes to the control/catalog/WAL versions in subsequent betas may break compatibility but pgBackRest will be updated with each release to keep pace.
Refactoring:
* Simplify protocol creation and identifying which host is local/remote.
* Removed all OP_* function constants that were used only for debugging, not in the protocol, and replaced with __PACKAGE__.
* Improvements in Db module: separated out connect() function, allow executeSql() calls that do not return data, and improve error handling.
* Improve error message for links that reference links in manifest build.
* Added hints to error message when relative paths are detected in archive-push or archive-get.
* Improve backup log messages to indicate which host the files are being copied from.
2016-08-25 17:49:09 +02:00
"",
"[global]",
"backup-standby=y",
v1.13: Parallel Archiving, Stanza Create, Improved Info and Check
IMPORTANT NOTE: The new implementation of asynchronous archiving no longer copies WAL to a separate queue. If there is any WAL left over in the old queue after upgrading to 1.13, it will be abandoned and not pushed to the repository.
To prevent this outcome, stop archiving by setting archive_command = false. Next, drain the async queue by running pgbackrest --stanza=[stanza-name] archive-push and wait for the process to complete. Check that the queue in [spool-path]/archive/[stanza-name]/out is empty. Finally, install 1.13 and restore the original archive_command.
IMPORTANT NOTE: The stanza-create command is not longer optional and must be executed before backup or archiving can be performed on a new stanza. Pre-existing stanzas do not require stanza-create to be executed.
Bug Fixes:
* Fixed const assignment giving compiler warning in C library. (Fixed by Adrian Vondendriesch.)
* Fixed a few directory syncs that were missed for the --repo-sync option.
* Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). (Reported by Leonardo Avellar.)
* Fixed an issue where protocol mismatch errors did not output the expected value.
* Fixed a spurious archive-get log message that indicated an exit code of 1 was an abnormal termination.
Features:
* Improved, multi-process implementation of asynchronous archiving.
* Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. (Contributed by Cynthia Shang.)
* Improved check command to run on a standby, though only basic checks are done because pg_switch_xlog() cannot be executed on a replica. (Contributed by Cynthia Shang.)
* Added archive and backup WAL ranges to the info command.
* Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. (Contributed by blogh.)
* Remove remote lock requirements for the archive-get, restore, info, and check commands since they are read-only operations. (Suggested by Michael Vitale.)
Refactoring:
* Refactor File and BackupCommon modules to improve test coverage.
* Return proper error code when unable to convert a relative path to an absolute path. (Suggested by Yogesh Sharma.)
* Log file banner is not output until the first log entry is written. (Suggested by Jens Wilke.)
* Moved File->manifest() into the FileCommon.pm module.
* Moved the Archive modules to the Archive directory and split the archive-get and archive-push commands into separate modules.
* Split the check command out of the Archive.pm module.
* Allow logging to be suppressed via logDisable() and logEnable().
* Allow for locks to be taken more than once in the same process without error.
* Lock directories can be created when more than one directory level is required.
* Clean up optionValid()/optionTest() logic in Lock.pm.
* Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic.
* Represent .gz extension with a constant.
* Allow empty files to be created with FileCommon::fileStringWrite() and use temp files to avoid partial reads.
* Refactor process IO and process master/minion code out from the common protocol code.
* Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.
* Remove Intel-specific optimization from C library build flags. (Contributed by Adrian Vondendriesch.)
* Removed --lock option. This option was introduced before the lock directory could be located outside the repository and is now obsolete.
* Added --log-timestamp option to allow timestamps to be suppressed in logging. This is primarily used to avoid filters in the automated documentation.
* Fixed alignment issues with multiline logging.
2017-02-06 03:23:03 +02:00
"process-max=3",
2018-02-24 05:38:45 +02:00
"repo1-path=/var/lib/pgbackrest",
"repo1-retention-full=2",
v1.06: Backup from Standby and Bug Fixes
Bug Fixes:
* Fixed an issue where a tablespace link that referenced another link would not produce an error, but instead skip the tablespace entirely. (Reported by Michael Vitale.)
* Fixed an issue where options that should not allow multiple values could be specified multiple times in pgbackrest.conf without an error being raised. (Reported by Michael Vitale.)
* Fixed an issue where the protocol-timeout option was not automatically increased when the db-timeout option was increased. (Reported by Todd Vernick.)
Features:
* Backup from a standby cluster. A connection to the primary cluster is still required to start/stop the backup and copy files that are not replicated, but the vast majority of files are copied from the standby in order to reduce load on the master.
* More flexible configuration for databases. Master and standby can both be configured on the backup server and pgBackRest will automatically determine which is the master. This means no configuration changes for backup are required after failing over from a master to standby when a separate backup server is used.
* Exclude directories during backup that are cleaned, recreated, or zeroed by PostgreSQL at startup. These include pgsql_tmp and pg_stat_tmp. The postgresql.auto.conf.tmp file is now excluded in addition to files that were already excluded: backup_label.old, postmaster.opts, postmaster.pid, recovery.conf, recovery.done.
* Experimental support for non-exclusive backups in PostgreSQL 9.6 beta4. Changes to the control/catalog/WAL versions in subsequent betas may break compatibility but pgBackRest will be updated with each release to keep pace.
Refactoring:
* Simplify protocol creation and identifying which host is local/remote.
* Removed all OP_* function constants that were used only for debugging, not in the protocol, and replaced with __PACKAGE__.
* Improvements in Db module: separated out connect() function, allow executeSql() calls that do not return data, and improve error handling.
* Improve error message for links that reference links in manifest build.
* Added hints to error message when relative paths are detected in archive-push or archive-get.
* Improve backup log messages to indicate which host the files are being copied from.
2016-08-25 17:49:09 +02:00
"start-fast=y"
]
}
2016-06-02 17:10:24 +02:00
}
]
}
}
}