Data replication is intended as a precursory step in migrating runtime data from a tenant already in use to your own external storage; this way, you make sure no data is lost between the time a migration starts and when you turn on external storage-only.
Here is how to enable replication:
- Click API.
This opens the in-built Flow API editor. - Copy-paste api/admin/1/tenant in the address bar and click GET.
This will populate the Response column with your tenant information. - The value for enableReplication is set to false (Ln 5 in the previous diagram). Let’s set it to true.
- Click POST.