Hi everyone,

could not find any information on this one so please forgive me, if it
has been answered before.

I'm working on a sf1.4 Project using doctrine as my ORM. I have
defined several tables in my model like in the following example.

course:
  actAs: [Versionable, Searchable]
  columns:
    id: integer
    name: string
    desc: text

The problem I'm facing currently is: I can dump all data from my
production server using
./symfony doctrine:data-dump production.yml

But when I try to load this file on an empty DB on my Dev machine
using:
./symfony doctrine:data-load production.yml

I get SQL errors about duplicate key entries. I've tracked this down
to the data for the xyz_version shadow tables. Apparently, doctrine is
not able to load the version data from the dumpfile correctly.

Is there any way to migrate my data from one machine to another using
symfony/doctrine functionality?
I cannot use MySQL dumps because I want to insert existing data into a
fresh database.

Thanks in advance,

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to