Configure restore to continue after a download failure
Override the default agent configuration to allow the restore operation to continue after a file download fails. If a file fails to download from S3 during a restore, the restore operation fails by default. Doing so allows a future partial restore using any successfully transferred files.
-
Locate the agent configuration file
address.yaml. The location of this file depends on the type of installation:-
Package installations:
/var/lib/datastax-agent/conf/address.yaml -
Tarball installations:
INSTALL_DIRECTORY/conf/address.yaml
-
-
Open to edit the
address.yamland set therestore_on_transfer_failureoption totrue:restore_on_transfer_failure: true -
Restart the agent.