Skip to content

Commit

Permalink
[#123] Use WAL true for BASE_BACKUP
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Jul 18, 2023
1 parent 0720d7a commit 2562c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libpgmoneta/wf_backup.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ basebackup_execute(int server, char* identifier, struct node* i_nodes, struct no
}
label = pgmoneta_append(label, "pgmoneta_base_backup_");
label = pgmoneta_append(label, identifier);
pgmoneta_create_base_backup_message(config->servers[server].version, label, false, "SHA256", &basebackup_msg);
pgmoneta_create_base_backup_message(config->servers[server].version, label, true, "SHA256", &basebackup_msg);

status = pgmoneta_write_message(NULL, socket, basebackup_msg);
if (status != MESSAGE_STATUS_OK)
Expand Down

0 comments on commit 2562c44

Please sign in to comment.