Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Move record from development to production in CloudKit?

I have plenty of record manually preloaded to CloudKit but in the development environment.

When I deployed development environment, records were not moved into production environment. It is really annoying. Any easy way to move records?

like image 414
János Avatar asked Mar 18 '23 05:03

János


1 Answers

There is no easy way to migrate your records. You cannot link an app both to production and to development. The only workaround is downloading all records from development and storing those records in a file and then switch to production and upload the contents of that file to production.

like image 140
Edwin Vermeer Avatar answered Apr 02 '23 03:04

Edwin Vermeer