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

wp migrate command: Complete Move WordPress site and package From Local to Server #14

Open
10 tasks
mehrshaddarzi opened this issue Jan 22, 2020 · 0 comments
Open
10 tasks

Comments

@mehrshaddarzi
Copy link
Contributor

mehrshaddarzi commented Jan 22, 2020

We want to create a command with the name wp migrate that user uploads full WordPress site contains files and database to a new server with an FTP account.

Programming steps:

  • Get FTP Users and WordPress domain name and Database [Use WP-CLI Flag similar wp init command]
  • Check FTP Connect and Domain
  • Create Full Back From Database
  • Create Full back up zip files
  • Connect to server MySQL and import in PHP Script area
  • Replace All new Domain name in MySQL in Database
  • Upload Full Backup zip file
  • Extract Zip Back up with PHP Script and removed zip file
  • Check Permalink and Flush with Mu-Plugins
  • Replace url and mysql parameters in Wordpress.json file in new server
@mehrshaddarzi mehrshaddarzi added the features features label Jan 22, 2020
@mehrshaddarzi mehrshaddarzi changed the title wp migrate command wp migrate command: Complete Move WordPress site and package From Local to Server Feb 24, 2020
@mehrshaddarzi mehrshaddarzi reopened this Feb 24, 2020
@mehrshaddarzi mehrshaddarzi removed the features features label Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant