DBScripts with git-svn and git-gui: notes
Using DBScripts. Notes from watching the master.
set to read only mode
if they do something during dump and restore, it could break dump and restore
so turn off apache for that process -- script for that may be added to dbscripts
in production environments where not even 30 seconds of downtime is acceptable, you have A/B, two sites. [Still use
svn add delete ev
bring into my environment
./dbscripts/merge.php
May or may not be a conflict.
Edited a node, yes a conflict.
Open node.sql in gedit.
Disable text wrapping
When it's all the same ones
then go on with the merge
Now can take a look at it in git-gui
Now using staging.
Stage everything
./scripts/restore_dump
Because I moved everything to stages first, I can see the changes it makes without committing
Allows two degrees of seeing changes.
And then I can just merge them at the same time if I like it.
If I don't like it I can reject the second set of changes.
I really do look at everything and see what I'm committing.
One bit of weirdness, content_type_article.sql seems to have had all its lines taken out
there was an article, it got rid of it. Hence the deletion of the .sql file (the table definition text)
Comments
Post new comment