Staging site deploy erasing entries

I have a staging site, and when I deploy it to the live site, all the entries in my form get deleted. Is there a workaround for this, or should I make downloading entries the step before a deployment?

Site: Schedule an Appointment - Design N Mind Interiors

It sounds like your deployment process is migrating database tables, in which case you’ll need to exclude the following tables: gf_entry, gf_entry_meta, gf_entry_notes, and gf_draft_submissions

If you’re also using a payment add-on you’ll need to exclude the gf_addon_payment_callback and gf_addon_payment_transaction tables.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.