Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I dump the database and check it into version control. But I don't push to the server on Wordpress projects (git isn't always available on shared hosting). So generally I upload manually via FTP, as bad as that is. Interested to hear some proper practices when using git to deploy.
    – Christian
    Commented Nov 28, 2012 at 15:43
  • Also, you could keep the database checked into a develop branch, and use the technique here to exclude the database from being merged into master. Then only deploy from master. In theory, that should work.
    – Christian
    Commented Nov 28, 2012 at 15:45
  • I did a quick google for "Wordpress Version Control" and found this list of Wordpress plugins: wordpress.org/extend/plugins/tags/version-control Would any of them be useful? Commented Nov 29, 2012 at 14:56