Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. WordPress (Developer)
  3. Migrating Wordpress Cloudways to Cloudron

Migrating Wordpress Cloudways to Cloudron

Scheduled Pinned Locked Moved Solved WordPress (Developer)
11 Posts 8 Posters 2.1k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fatclick
    wrote on last edited by
    #1

    Can someone please let me know what is the best way to migrate wordpress from Cloudways to Cloudron with all the plugins and settings intact.

    Many thanks!

    O 1 Reply Last reply
    1
    • F fatclick

      Can someone please let me know what is the best way to migrate wordpress from Cloudways to Cloudron with all the plugins and settings intact.

      Many thanks!

      O Offline
      O Offline
      oj
      wrote on last edited by oj
      #2

      I too need to migrate 6 highly customised Wordpress sites built with 6 different themes/ pagebuilders from Cloudways to Cloudron. Petrified!!!

      A guide on how to migrate themes + plugins + content + media + javascript/css customisations + settings + Google Analytics will be highly appreciated!

      1 Reply Last reply
      0
      • marcusquinnM Offline
        marcusquinnM Offline
        marcusquinn
        wrote on last edited by marcusquinn
        #3

        This has always worked well enough for me:

        • https://wordpress.org/plugins/all-in-one-wp-migration/

        I had issues with this but comes well reviewed:

        • https://wordpress.org/plugins/duplicator/

        Search for nulled versions if you need a cheaper way to get their Pro versions and can't justify the cost. Otherwise, support developers that make your life easier.

        Web Design https://www.evergreen.je
        Development https://brandlight.org
        Life https://marcusquinn.com

        O 1 Reply Last reply
        2
        • marcusquinnM marcusquinn

          This has always worked well enough for me:

          • https://wordpress.org/plugins/all-in-one-wp-migration/

          I had issues with this but comes well reviewed:

          • https://wordpress.org/plugins/duplicator/

          Search for nulled versions if you need a cheaper way to get their Pro versions and can't justify the cost. Otherwise, support developers that make your life easier.

          O Offline
          O Offline
          oj
          wrote on last edited by
          #4

          @marcusquinn
          https://wordpress.org/plugins/all-in-one-wp-migration/
          This worked really well on my first migration...just one accessibilty-linked issue to resolve.

          Thank you very much...this is a wonderfully helpful community!

          nebulonN 1 Reply Last reply
          3
          • O oj

            @marcusquinn
            https://wordpress.org/plugins/all-in-one-wp-migration/
            This worked really well on my first migration...just one accessibilty-linked issue to resolve.

            Thank you very much...this is a wonderfully helpful community!

            nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #5

            @oj thanks for sharing the feedback, surely helpful for others to come. Wordpress migration is always a picky topic.

            1 Reply Last reply
            1
            • martinkbsM Offline
              martinkbsM Offline
              martinkbs
              wrote on last edited by
              #6

              Hi guys,

              The fastest way to migrate any WordPress installation to Cloudron is very simple:

              1. Export the /wp-content/ folder on the origin server to a wp-content.zip file
              2. Export the database on the source server to a .sql file. In phpmyadmin, select all the tables, and export to bbdd.sql
              3. Create a clean install of WordPress on the target Cloudron
              4. Once created, go to the file manager of the Cloudron WordPress installation and into the /public/ folder:
              • upload the wp-content.zip file
              • delete existing /wp-content/ folder
              • unzip the file wp-content.zip
              • change ownership to www-data from /wp-content/ folder which has been unzipped
              1. Finally, upload the .sql file of the database from step 2 to the path /app/data/

              After this, all that remains is to migrate the database. To do this, go to the application console in Cloudron. Once in it, you just have to type:

              cd ..
              
              cd data
              
              wp db reset
              
              wp db import bbdd.sql
              

              With this, the migration is complete.

              micmcM girishG 2 Replies Last reply
              7
              • martinkbsM martinkbs

                Hi guys,

                The fastest way to migrate any WordPress installation to Cloudron is very simple:

                1. Export the /wp-content/ folder on the origin server to a wp-content.zip file
                2. Export the database on the source server to a .sql file. In phpmyadmin, select all the tables, and export to bbdd.sql
                3. Create a clean install of WordPress on the target Cloudron
                4. Once created, go to the file manager of the Cloudron WordPress installation and into the /public/ folder:
                • upload the wp-content.zip file
                • delete existing /wp-content/ folder
                • unzip the file wp-content.zip
                • change ownership to www-data from /wp-content/ folder which has been unzipped
                1. Finally, upload the .sql file of the database from step 2 to the path /app/data/

                After this, all that remains is to migrate the database. To do this, go to the application console in Cloudron. Once in it, you just have to type:

                cd ..
                
                cd data
                
                wp db reset
                
                wp db import bbdd.sql
                

                With this, the migration is complete.

                micmcM Offline
                micmcM Offline
                micmc
                wrote on last edited by
                #7

                @martinkbs Yep! That's almost as easy as installing and using a plugin as "all in one ... migration", which is great as well. 🙂

                Andy

                Ignorance is not an excuse anymore!
                https://AutomateKit.com

                1 Reply Last reply
                2
                • martinkbsM martinkbs

                  Hi guys,

                  The fastest way to migrate any WordPress installation to Cloudron is very simple:

                  1. Export the /wp-content/ folder on the origin server to a wp-content.zip file
                  2. Export the database on the source server to a .sql file. In phpmyadmin, select all the tables, and export to bbdd.sql
                  3. Create a clean install of WordPress on the target Cloudron
                  4. Once created, go to the file manager of the Cloudron WordPress installation and into the /public/ folder:
                  • upload the wp-content.zip file
                  • delete existing /wp-content/ folder
                  • unzip the file wp-content.zip
                  • change ownership to www-data from /wp-content/ folder which has been unzipped
                  1. Finally, upload the .sql file of the database from step 2 to the path /app/data/

                  After this, all that remains is to migrate the database. To do this, go to the application console in Cloudron. Once in it, you just have to type:

                  cd ..
                  
                  cd data
                  
                  wp db reset
                  
                  wp db import bbdd.sql
                  

                  With this, the migration is complete.

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #8

                  @martinkbs Great write up. Thank you so much! I made a guide out of your post - https://docs.cloudron.io/guides/migrate-wordpress/

                  martinkbsM jdaviescoatesJ 2 Replies Last reply
                  2
                  • girishG girish

                    @martinkbs Great write up. Thank you so much! I made a guide out of your post - https://docs.cloudron.io/guides/migrate-wordpress/

                    martinkbsM Offline
                    martinkbsM Offline
                    martinkbs
                    wrote on last edited by
                    #9

                    @girish Thanks! 👍

                    1 Reply Last reply
                    2
                    • girishG girish

                      @martinkbs Great write up. Thank you so much! I made a guide out of your post - https://docs.cloudron.io/guides/migrate-wordpress/

                      jdaviescoatesJ Offline
                      jdaviescoatesJ Offline
                      jdaviescoates
                      wrote on last edited by
                      #10

                      @girish said in Migrating Wordpress Cloudways to Cloudron:

                      I made a guide out of your post - https://docs.cloudron.io/guides/migrate-wordpress/

                      Perhaps mention the All in One Migration plugin there too? I think for lots of people that's actually a much simpler option.

                      I use Cloudron with Gandi & Hetzner

                      girishG 1 Reply Last reply
                      2
                      • jdaviescoatesJ jdaviescoates

                        @girish said in Migrating Wordpress Cloudways to Cloudron:

                        I made a guide out of your post - https://docs.cloudron.io/guides/migrate-wordpress/

                        Perhaps mention the All in One Migration plugin there too? I think for lots of people that's actually a much simpler option.

                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #11

                        @jdaviescoates Possibly.. I expanded the guide to outline both the approaches now.

                        1 Reply Last reply
                        2
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Bookmarks
                        • Search