Hi,
we have a mtx application that already has several subscriptions. In the mtx (w/o streamlined) world, the information which tenants exist is persisted in the special tenant __META__
With the new mtxs library this data has moved to tenant t0. Specifically to table CDS_XT_TENANTS
After upgrading to mtxs, the /cds/saas-provisioning/tenant endpoint doesn't return any tenants, since it is just considering the t0 tables to retrieve this information. So what is the right approach to deal with this? How can we migrate the data residing in the __META__ tenant? A simple unsubscribe/subscribe is no option, since this would delete customer data.
Unfortunately, I couldn't find any information in the mtx migration guide on this.
Best,
Dimitri