gs_probackup archive-push 支持吗?

gs_probackup archive-push 支持吗?

如果不支持,大家都是怎么配置的?
先cp 归档,在同步到 gs_probackup 的路径下?

我的配置:

gs_guc reload -Z datanode -N all -I all -c “archive_mode=on”
gs_guc reload -Z datanode -N all -I all
-c “archive_command=‘gs_probackup archive-push -B /data/backup --instance instance_local --wal-file-path=%p --wal-file-name=%f’”

help:

[omm@gaussdb-1 instance_local]$ gs_probackup --help | grep archive
[–archive-timeout=timeout]
[–archive] [–format=plain|json]
[–archive-timeout=timeout]

日志:
2026-06-18 18:03:24.214 6a33bf97.6129 [unknown] 139978201888512 dn_6001 0 dn_6001_6002_6003 00000 0 [BACKEND] LOG: will update control file (create checkpoint), shutdown:0
2026-06-18 18:03:24.215 6a33bf97.6129 [unknown] 139978201888512 dn_6001 0 dn_6001_6002_6003 00000 0 [BACKEND] LOG: attempting to remove WAL segments older than log file 000000010000000000000019
ERROR: Unknown subcommand "archive-push"2026-06-18 18:03:27.960 6a33c07e.1226 [unknown] 139978886960896 dn_6001 0 dn_6001_6002_6003 00000 0 [BACKEND] LOG: archive command failed with exit code 1
2026-06-18 18:03:27.960 6a33c07e.1226 [unknown] 139978886960896 dn_6001 0 dn_6001_6002_6003 00000 0 [BACKEND] DETAIL: The failed archive command was: “gs_probackup archive-push -B /data/backup --instance instance_local --wal-file-path=pg_xlog/0000000100000000000000B7 --wal-file-name=0000000100000000000000B7”
ERROR: Unknown subcommand "archive-push"2026-06-18 18:03:28.988 6a33c07e.1226 [unknown] 139978886960896 dn_6001 0 dn_6001_6002_6003 00000 0 [BACKEND] LOG: archive command failed with exit code 1
2026-06-18 18:03:28.988 6a33c07e.1226 [unknown] 139978886960896 dn_6001 0 dn_6001_6002_6003 00000 0 [BACKEND] DETAIL: The failed archive command was: “gs_probackup archive-push -B /data/backup --instance instance_local --wal-file-path=pg_xlog/0000000100000000000000B7 --wal-file-name=0000000100000000000000B7”
ERROR: Unknown subcommand "archive-push"2026-06-18 18:03:30.010 6a33c07e.1226 [unknown] 139978886960896 dn_6001 0 dn_6001_6002_6003 00000 0 [BACKEND] LOG: archive command failed with exit code 1
2026-06-18 18:03:30.010 6a33c07e.1226 [unknown] 139978886960896 dn_6001 0 dn_6001_6002_6003 00000 0 [BACKEND] DETAIL: The failed archive command was: “gs_probackup archive-push -B /data/backup --instance instance_local --wal-file-path=pg_xlog/0000000100000000000000B7 --wal-file-name=0000000100000000000000B7”
2026-06-18 18:03:30.010 6a33c07e.1226 [unknown] 139978886960896 dn_6001 0 dn_6001_6002_6003 01000 0 [BACKEND] WARNING: xlog file “0000000100000000000000B7” could not be archived: too many failures

gs_probackup没有这个子命令,类似功能可以通过配置archive_dest来实现