You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Airtable gives 2 weeks of revision history as part of their free plan that is useful in case we have to revert for any reason. As a further safeguard, might be good to implement an automatic backup of the data where all the tables are saved as JSON objects to our S3 bucket.
One way to implement this would be to have a backup API route that is called every week using a Github Action
The text was updated successfully, but these errors were encountered:
Airtable gives 2 weeks of revision history as part of their free plan that is useful in case we have to revert for any reason. As a further safeguard, might be good to implement an automatic backup of the data where all the tables are saved as JSON objects to our S3 bucket.
One way to implement this would be to have a backup API route that is called every week using a Github Action
The text was updated successfully, but these errors were encountered: