OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Issue with migration 2

This topic contains 4 replies, has 2 voices, and was last updated by  adriwan_kenoby 7 years, 11 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
  • #25188

    adriwan_kenoby
    Participant

    I always have this error when i first try migration:

    [RuntimeException]
    Unknown auxiliary section: _website.

    oro:entity-extend:migration:update-config [–dry-run] [-h|–help] [-q|–quiet] [-v|vv|vvv|–verbose] [-V|–version] [–ansi] [–no-ansi] [-n|–no-interaction] [-s|–shell] [–process-isolation] [-e|–env ENV] [–no-debug] [–jms-job-id JMS-JOB-ID] [–disabled-listeners DISABLED-LISTENERS] [–] <command>

    ERROR: The command terminated with an exit code: 1.
    > OroCRM\Bundle\ActivityContactBundle\Migration\ActivityContactMigration – skipped
    > Oro\Bundle\ActivityListBundle\Migration\ActivityListMigration – skipped
    > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendIndicesMigration – skipped
    > Oro\Bundle\EntityConfigBundle\Migration\WarmUpEntityConfigCacheMigration – skipped

    [RuntimeException]
    Failed migrations: Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendConfigMigration.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • #25189

    adriwan_kenoby
    Participant

    But it work without problem if i do not change the table name…

    #25190

    Vova Soroka
    Participant

    It seems that the problem is in Oro\Bundle\EntityExtendBundle\Migration\ExtendOptionsParser

    I’ll check this and try to prepare a fix ASAP.

    As a workaround you can add some prefix for your tables rather than start names with underscore.

    #25191

    adriwan_kenoby
    Participant

    Thanks and regard for your replies.

    I just keep the default table name.

    #25192

    adriwan_kenoby
    Participant

    A replie just to mark this support topic as resolved

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

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top