@aubrey I had the same dilema as you. What I did is run the backup in my sandbox environment as a cron job n times a day and save it to AWS S3. Then when I spin up my preview environment I have a lifecycle job that reads the latest backup in S3 and uses that to seed my preview environment database.
2 Likes