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
  • Brite
  • 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 - Status | 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 4.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 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 & Development: https://www.evergreen.je
      Technology & Apps: https://www.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

              AI Intelligencia RED PILL Podcast
              (coming soon...)

              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 Online
                    jdaviescoatesJ Online
                    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

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      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