Trying to restore the data from prod to stage...
Hi Akhil,
We actually recommend using your database's native backup/recovery tools to clone your production database to a staging environment. This varies depending on which database you're using (PostgreSQL, MySQL, Oracle, MS SQL).
Check out our recommended setup documentation for staging/testing environments. Using the native tools for each database ensures you don't run into things like foreign key constraints, plugin version mismatches, or collation errors.
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.