CMDBuild Forum

Schema versioning

I'm just getting started in CMDBuild. How are folks handling the issue of versioning their schema? It seems from other forum posts that they only way to reliably configure the schema is via the Admin UI - but I would also hope to back up and version control the class hierarchy and schema. 

Thanks for any thoughts!

If you just want to save a copy of the schema you can do a dump from Postgres with the option "schema only".
if you want to know (and if necessary to replicate on another instance of the same database) the changes made to the schema you can use the log file [webapp_name] _dd_sql.log
There aren't other options available at this time.
CMDBuild Team