Skip to content

Draft: enable `--turbo` flag in restore_command

Maina Ng'ang'a requested to merge anganga-WAL-G-turbo into master

During a recent incident a replica fell behind the leader, for it to catch up the WAL-G --turbo flag was required to speed up the restore of WAL (transaction log) file from the WAL-G GCS archive location.This was not common knowledge for the EOC, this MR adds the --turbo flag for the backup_scripts that perform a wal-g wal-fetch.

Related Issue: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15951

Merge request reports