Table of Contents

Database Migration / Data Seeding

In previous versions of the framework (= pre-5.3), the framework services were responsible for initial data seeding. Since v5.3, this has changed and now data seeding is optimised into a single step: the DbMigration process.

This DbMigration tool is called during installation of the framework but for some data seeding it needs additional configuration options that can only be set right after the installer has completed its job, for example adapting the framework URLs in the Config table.

As such it is necessary to execute the DbMigration tool again to make sure all data seeding is properly added.

Location DbMigration Tool

The default installation location of the tool is: %OMETA_INSTALL_ROOT%\Ometa Software Suite\TopDir\BC\Bin\DbMigration and the name is Ometa.Framework.Infra.DbMigration.exe:

Location DbMigration Tool

Run the tool under the same rights as with the framework installer. If needed, execute with Administrator rights. After completion, all data seeding is done.