Bash script meant to take the tedium out of deploying and updating database-driven (eg Wordpress) websites. It rapidly synchronizes local and remote versions of a MySQL database, performs the necessary search and replace queries, then synchronizes all your uploads/binaries.
Stars
234
Forks
40
Watchers
234
Open Issues
15
Overall repository health assessment
No package.json found
This might not be a Node.js project
39
commits
fixed syntax error in new local search replace function
248ff96View on GitHubfixing bug which disabled local search and replace. Now local PHP binary must be specified from syncdb-config.
c833b50View on GitHubrelease v0.3.1, added Auto-Update feature and fixed no_drop syntax, when DROP privileges are absent
b7b6ad9View on GitHubattempting to fix Issue #8 regarding output redirection bug
5e498c9View on GitHubfixed bug with local search_replace, now it replaces the shebang line
88c8c45View on GitHubfixed bug where it would prompt for remote site repeatedly, in multi-environment configs
0553b5cView on GitHubupdated URL for Search and Replace scripts, in reference to download error
b45f529View on GitHub