-
Notifications
You must be signed in to change notification settings - Fork 167
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
Pulling instead of Pushing database #482
Comments
I am having this same issue and it seems to be related to |
I have the same issue and I think Dylan is right that it is related to the use of wpcli. I use the mysqldump option to exclude some tables, in particular wp_options. When using wpcli I THINK that wordmove makes a dump (excluding the ignored tables), then does a wp search-replace on ALL tables before making a new dump and pushing this to the remote. After that it imports the dump to the local database. This means that the ignored tables that have been altered with the wp search-replace will now contain values adapted for the remote and not the local environment. Also I'm not even sure that it is the correct dump file which is imported (i.e. the first one). So it seems that the initial dump must contain all tables and also be the dump file to use when restoring the local database at the end. |
I hope to spot on this one soon, reformatting the original post 😛 and resuming what's happening. Sorry for the long summer stop, but it was inevitable. |
Hi Alessandro, |
This should extend the feature blueprinted at #468 passing obtained tables not only to mysqldump but also to |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have an issue where when I push my database, it actually changes the local version wp_options to the live site values rather than the live version.
I can push themes, uploads and plugins with zero issues, it appears to be just the database
Wordmove version 3.1.2
This is my movefile
The text was updated successfully, but these errors were encountered: