I'm using Git to push my code from my development machine to my testing server.
- Dev: Mac, Python 2.6, sqllite and
- Test: Linux, Python 2.7, MySQL
I took an early dev database and exported it to MySQL for initial testing.
So now I'm regularly pushing new code to the testing server. In general it seems to be working well, but I'm getting an Integrity Error regarding multiple objects with same Primary Key occasionally.
Does this ring any bells at this point? Is there something inherently wrong with the setups? Obviously there are some configuration differences for instance Python 2.6 and 2.7. So if there were issues here, I was hoping somebody could target them before I try some platform config syncing.
Thanks!