Featureform can be configured to take periodic snapshots of itself that are backed up to your specified cloud storage. In case of an incident, this snapshot can be pulled and reloaded to restore Featureform to a previous state.
<schedule>
is a valid cron schedule. Example: "0 * * * *"
for every hour on the hour.
secret_template.yaml
.
You can use this template to choose one of the cloud providers and add credentials for that provider.
.env-template
file with your cloud provider name and credentials, then rename to .env
. A specific snapshot can be used by filling in the SNAPSHOT_NAME
variable in the .env
file.
To restore, run
y
to complete the restore.