If you plan to move the Axon Ivy System to another database server, then you need to export the database first. If you are using MS SQL Server, you need to explicitly define that you also want to export triggers. By default, MS SQL Server does not export triggers. Even without triggers, you can successfully import the database, and you will end up with very strange errors at runtime. For example: In Axon Ivy 10.0, you can only start the Axon Ivy Engine one time successfully. This is because at startup the Axon Ivy Engine Cockpit will always be deployed. At deployment, a so-called temp Process Model Version will be created and removed afterward. The removal is done only partly, because of the missing triggers. This will prevent a second successful start without manually cleaning up the system database.
