Copy Development Environment Setup to Production

Hello,

I would like to know how does one transfer the settings (example: Indexes, CALLs) from a development environment or local deployment to production.

Let's say I'm experimenting and tuning locally, maybe adding triggers... Once I'm done, I would like to spin up a new, clean production instance that has the same configuration, indexes, triggers, etc.

Would I be using apoc.export.cypher.schema or something similar to export existing setup and the load it somehow?

What would be the correct process?

Thanks

1 Like