Tagged Questions
1
vote
1answer
126 views
Deploying Updated or New Plugins That Modify the wp_options Table
I have a WordPress site under local version control with Git. I deploy it to the production server using Capistrano.
For the initial deployment, I manually import the SQL database to the production ...