Export bdm from Bonita Platform

Can we export the bdm.zip from the Bonita Platform Server?

Thanks

This is not a supported usage but as a workaround you can:

  • Connect to the Engine database
  • Run the following query: SELECT * FROM PUBLIC.DEPENDENCY WHERE NAME = 'BDR'
  • Save the VALUE_ column content to a file named BDR.jar
  • Extract from the BDR.jar file the bom.xml file
  • Zip the bom.xml in a file named bdm.xml