Hi,
I can’t find a way to easily copy a production Directus Cloud Pro instance to a local one for developpement purposes.
Solutions proposed here Feedback on schema migration / sync strategy - #2 by jonathanwagner do not apply to cloud instances.
I have tried GitHub - tractr/directus-sync: A CLI tool for synchronizing the schema and configuration of Directus across various environments. but it’s not working with Directus Cloud as the extension can’t be enabled.
Is there any way to Sync a Directus Cloud instance to a local one ?
Thanks for your help
You could load and insert the data by reading to/from the APIs in a little script, but it's also worth reaching out to cloud support support@directus.io as they might be able to help you out further when it comes to cloud projects specifically
– rijkvanzanten