I’m currently using local storage in my virtual machine for NocoBase, where I’ve already created several general collections and configured forms. Now, I’d like the data entered through these forms to also appear in another database. Additionally, I want to track who adds or modifies the data.
My main concern is: if I update the .env file with new database credentials, will I be able to retain and restore all the collections, configurations, and UI I’ve built so far in NocoBase?
Could you please suggest the best approach for this integration? Specifically, I’d like to establish a two-way synchronization — where:
Any changes made in the external database are reflected in NocoBase forms, and
Any data added or modified through NocoBase forms is updated in the external database as well.
Can anyone Please let me know the most effective way to achieve this setup.