Join the community today
Register Now

Wordpress import an existing wordpress installation

Discussion in 'Blogs & CMS usage' started by Kintaro, Nov 14, 2018.

  1. Kintaro

    Kintaro Member

    106
    11
    18
    Dec 2, 2016
    Italy
    Ratings:
    +30
    Local Time:
    10:52 AM
    1.15.x
    MariaDB 10
    I want to migrate a wp installation (relative empty and simple installation) on a centminmod server.

    is it possible to use option 22 and then migrate the wp installation or is better to do all manually with option 2?

     
  2. digij

    digij New Member

    18
    7
    3
    Jan 25, 2018
    Ratings:
    +10
    Local Time:
    9:52 AM
    I did my WP migrations with 22.

    Steps taken:
    1. WP Vhost with CM / 22
    2. RSYNC wp-content folder from old installation
    3. Drop tables in MySQL Database generated by CM / 22 and import MySQL Backup
    4. Check wp-config.php for necessary changes (e.g. table prefix)
    5. Login to WP with old credentials, update permalinks, deactivate or activate plugins...
    Works like a charm :)
     
  3. Kintaro

    Kintaro Member

    106
    11
    18
    Dec 2, 2016
    Italy
    Ratings:
    +30
    Local Time:
    10:52 AM
    1.15.x
    MariaDB 10
    my main concern doing like you is about losing "auto optimization features" of the option 22
     
  4. digij

    digij New Member

    18
    7
    3
    Jan 25, 2018
    Ratings:
    +10
    Local Time:
    9:52 AM
    What "auto optimization features" are you referring to? This is essentially a regular CM / 22 installation with data import - so Nginx conf etc. are used as generated by CM incl. caching.
     
  5. Jay Chen

    Jay Chen Active Member

    184
    60
    28
    Sep 10, 2017
    Ratings:
    +116
    Local Time:
    4:52 AM
    I just download the duplicator plugin and create a backup on the old wordpress server.
    On the new server, install wordpress via option 22, then run the installer provided by duplicator to restore the site.
    It is very easy process, but it is better if you try this out on local pc with WAMP or XAMPP.
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,396
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    6:52 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  7. digij

    digij New Member

    18
    7
    3
    Jan 25, 2018
    Ratings:
    +10
    Local Time:
    9:52 AM
  8. eva2000

    eva2000 Administrator Staff Member

    55,396
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    6:52 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yup same tweak
     
  9. Kintaro

    Kintaro Member

    106
    11
    18
    Dec 2, 2016
    Italy
    Ratings:
    +30
    Local Time:
    10:52 AM
    1.15.x
    MariaDB 10
  10. eva2000

    eva2000 Administrator Staff Member

    55,396
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    6:52 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ah yes you would :)