How to maintain multiple env

Nocobase does not have builtin support for multiple environments.
As a workaround I am exploring using nocobase backup and restore service to move changes from dev to prod. It works fine for configuration changes (UI, Schema , Collections etc.). But it does not move custom plugin automatically. I understand that plugins are packages and need to be installed manually in production environment. But it is tiresome when plugin updates are frequent. How to manage multiple environments?
Also how do you manage the breaking database schema changes?

Have you tried with ?

We are developing the Release Management.

1 Like

Currently I am doing backup in lower environment and restore in higher environment.

1 Like