database - What is the best way to make significant DB changes to an existing symfony project? -
i have large live database. best practices making schema (doctrine) changes?
when doing development can build-all , reload fixtures , fine if data structure changes can manually adjust fixtures reload correctly. how do large live database thousands of records?
if pull changes prod server , data dump rebuild , reload schema changes prevent data reloading (especially if have removed column). there standard way of handling sort of thing?
i find table row ordering not preserved when reloading way.
look doctrine migrations, made for. can't specifics, i'm propel guy.
Comments
Post a Comment