Managing multiple instances of same WordPress codebase

  • Unknown's avatar

    I have one repository of WordPress in bitbucket. This repository is used by multiple domains – each using same repository but having different databases.
    All of them have the same plugins but different layouts.
    How should I handle wordpress updates and plugins updates.

    1) should I keep all plugins in the repository and on update in one domain I should push it to repository and then simply do git pull on the rest of domains ?
    Code will update but what about the databse ?

    2) don’t push plugins and do updates manually in every page?

  • Unknown's avatar

    Hi,

    Thank you for choosing to create using WordPress. I believe you’re using the opensource version. You’ll want to get support over there, https://wordpress.org/support/ and can ask your question in the forum there https://wordpress.org/support/forum/

  • The topic ‘Managing multiple instances of same WordPress codebase’ is closed to new replies.