OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform Migrations: How to specify migration-load for one bundle only?

This topic contains 3 replies, has 2 voices, and was last updated by  Frank 4 years, 9 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #38989

    Frank
    Participant

    Hi there,

    my bundle is:

    I tried, to restrict migration:load to this bundle, only:

    $ php ./bin/console oro:migration:load –bundles=AcmeDemoWorkflowBundle –dry-run, or
    $ php ./bin/console oro:migration:load –bundles=Acme\Bundle\DemoWorkflowBundle\AcmeDemoWorkflowBundle –dry-run

    However, in both cases, migrations from a lot of bundles is listed.

    What I am doing wrong?

    Thanks
    Frank

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #38990

    Frank
    Participant
    #38991

    Andrey Yatsenko
    Moderator

    The command and arguments are correct.

    Migrations from some system bundles configured to be executed before or after any other migrations, this is expected behavior.

    #38993

    Frank
    Participant

    OK. Thanks. KR Frank

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroPlatform’ is closed to new topics and replies.

Back to top