Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordpress multisite support #10

Open
dr-potato opened this issue Apr 12, 2014 · 2 comments
Open

Wordpress multisite support #10

dr-potato opened this issue Apr 12, 2014 · 2 comments

Comments

@dr-potato
Copy link

Pardon me for asking, because this might be a stupid question, but:

Is there a way to target only a subsite (on a wordpress multisite install) with grunt-wordpress-deploy? We're working with 100+ live sites on the production environment and would like to prevent accidental overwrites.

Also it would be faster to just push and pull only the targeted subsite. Would love to hear from you, and thanks for a wonderful plugin!

@darioghilardi
Copy link
Member

Hello,
I have to look better at how the multisite installation works in Wordpress. The plugin was originally intended for single wordpress installation but, why not?
Let me me look if it's possibile and how much effort is needed.
In the meantime, thank you!

@dr-potato
Copy link
Author

Cool thanks! For clarity: there is an answer on SO, where someone explains the DB structure for WP multisite, and there's also docs explaining it on wordpress.org.

Also, someone explained in detail here what steps are needed to migrate a WP subsite on a multisite install.

I don't know what the best solution would be for the plugin. You could allow the user to specify the necessary db queries one by one (which would ask more of the user but be easier to build), or you could have something like a "multisite" flag in the options (which would be more difficult to code but easier for the user)..

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants