Hello everyone,
Is there any option to copy all the data as it is in production environment to sandbox?
I verified info that we have in documentation and I have noticed two posibilities:
- BYOD which as far as I know copy only prepared entities, not the tables itself
- Refresh will copy current state of production and this is fine, but we want to update this data every day which is kind of trouble due to lack of users from production (there is only one user after refresh) and I believe that we cannot schedule this event.
We done refresh before and it is almost fine, but we don't need to recreate production environment on sandbox but only copy whole database once and then copy only changes which if I remember correctly is something BYOD has to offer. We can do this only once a day, at the evening,
Thanks in advance!