Get Postgres Tips and Tricks
Subscribe to get advanced Postgres how-tos.
![]() |
![]() |
![]() |
1 Introduction : 1.1 What’s New
1.1 What’s New
• You can set the archive_command in the PostgreSQL server based on the archive_command setting in bart.cfg when you invoke the INIT subcommand if archive_mode is set to off and archive_command is not set in the PostgreSQL server.
• You can use the --no-configure option with the INIT subcommand, which prevents the archive_command option from being set in the PostgreSQL server.
•
• A new worker parameter is introduced to specify the number of parallel worker processes required to stream the modified blocks of an incremental backup to the restore host. The default value is set to 1.
1 Introduction : 1.1 What’s New
![]() |
![]() |
![]() |