Deploy Business Logic and UI from Development to Production

I am considering building an internal system using NocoBase . I would like to separate the development environment and the production environment, ensuring that the data for development and production remains distinct.

Is there a way in NocoBase to apply the business logic and UI created in the development environment to the production environment without overwriting the production data with the development data? Would this require the Professional Edition or Enterprise Edition, or is it possible with the Community Edition?

1 Like

Did you find any info on this? Im trying to achieve same results

Does the migration feature meet your needs?
https://docs.nocobase.com/handbook/migration-manager

I usually just zip the app folder and the database folder and copy from dev to prod. If you keep the same versions across both this should work.