OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

This topic contains 1 reply, has 2 voices, and was last updated by  Alexandr Smaga 10 years, 1 month ago.

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

  • Creator
    Topic
  • #25913

    SpicyNikNaks
    Participant

    Hi,

    I would like to backup the entity structures that I create/modify through the web interface.

    My understanding from looking at:

    https://github.com/orocrm/platform/blob/master/src/Oro/Bundle/EntityExtendBundle/README.md

    is that the command:

    php app/console oro:entity-extend:backup [entity class name] [backup path]

    will do what I want. However, when I try to backup the Contact entity class I can’t get it to work.

    When I do:

    php app/console oro:entity-extend:backup Contact ./

    I just get an error saying:

    [Doctrine\Common\Persistence\Mapping\MappingException]
    Class ‘Contact’ does not exist

    Can anyone tell me what it is expecting for “[entity class name]” to allow me to backup the Contact entity ?

    Much appreciated.

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #25914

    Alexandr Smaga
    Participant

    Hello,

    Not sure that this command is what are you looking for….
    It just creates sql dump for a given entity.

    You have to pass entire class name or doctrine’s alias

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top