vccw icon indicating copy to clipboard operation
vccw copied to clipboard

How do I import an existing wordpress database in vccw/vagrant?

Open codeliger opened this issue 6 years ago • 4 comments

Operating System: Ubuntu 16.04 Vagrant Version: 2.1.1 Virtual Box Version: 5.1.3.4

codeliger avatar May 31 '18 14:05 codeliger

Try wp db import.

miya0001 avatar Jun 23 '18 00:06 miya0001

If you want the database and all the site content, try All-in-One WP Migration (up to 500MB backups are free).

Make a backup of the source site

  • Install All-In-One WP Migration from the plugins page
  • Export a "File" backup and put it somewhere safe (local for dev and Google Drive?)

Restore to vccw site

  • start up your VM with vagrant up
  • Install All-In-One WP Migration from the plugins page
  • Import the backup (WILL WIPE EVERYTHING IN LOCAL SITE).

dragon788 avatar Nov 28 '18 00:11 dragon788

@miya0001

Try wp db import.

Could you elaborate on this? How can I set up an existing website on vccw? New sites are easy but there's no info on the documentation about existing sites.

eduardocgarza avatar Jul 31 '20 01:07 eduardocgarza

@eduardocgarza Does your site allow for an SSH connection? If your site allow for an SSH connection, you can WordMove on VCCW.

tkc49 avatar Jul 31 '20 02:07 tkc49