Update compute_tools/src/compute.rs

Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2025-02-28 22:54:40 +02:00
committed by Konstantin Knizhnik
parent 15b6bb5026
commit 712b4cf83c

View File

@@ -907,7 +907,7 @@ impl ComputeNode {
if lsn != Lsn::INVALID {
cmd.push(&lsn_str);
}
cmd.push("--zip");
cmd.push("--gzip");
if spec.spec.mode != ComputeMode::Primary {
cmd.push("--replica");
}