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. Support
  3. Cloudron Backup for Moving to Another VPS

Cloudron Backup for Moving to Another VPS

Scheduled Pinned Locked Moved Solved Support
backupsrestore
17 Posts 6 Posters 554 Views 7 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.
  • L leemuljadi

    Thanks all for the response!

    @BrutalBirdie is this how to install cloudron with specific version?

    wget https://cloudron.io/cloudron-setup
    chmod +x cloudron-setup
    ./cloudron-setup --version x.y.z
    

    and how to check the fresh version installed in the fresh server?
    I use Vultr and install Cloudron from the marketplace but when checking with

    cloudron --version
    

    it shows

    cloudron: command not found
    
    J Offline
    J Offline
    joseph
    Staff
    wrote last edited by
    #8

    @leemuljadi said in Cloudron Backup for Moving to Another VPS:

    I use Vultr and install Cloudron from the marketplace but when checking with

    The marketplace only has the latest version of Cloudron. They don't have a way to select old versions. On Vultr, the cloudron version is 8.3.2

    1 Reply Last reply
    1
    • L Offline
      L Offline
      leemuljadi
      wrote last edited by leemuljadi
      #9

      Alright cool thanks guys, I made to install Cloudron on new ubuntu server.

      Now based on:
      @jdaviescoates https://docs.cloudron.io/backups/#dry-run

      I tried several times of this dry-run steps but it will still pointing to the old server IP, any idea why?

      and what is gonna happened if I just restore without a dry run?

      J jdaviescoatesJ 2 Replies Last reply
      1
      • L leemuljadi

        Alright cool thanks guys, I made to install Cloudron on new ubuntu server.

        Now based on:
        @jdaviescoates https://docs.cloudron.io/backups/#dry-run

        I tried several times of this dry-run steps but it will still pointing to the old server IP, any idea why?

        and what is gonna happened if I just restore without a dry run?

        J Offline
        J Offline
        joseph
        Staff
        wrote last edited by
        #10

        @leemuljadi said in Cloudron Backup for Moving to Another VPS:

        and what is gonna happened if I just restore without a dry run?

        With dry run, it won't update your DNS. Without dry run, it will update your DNS .

        (assuming, you are using one of the programmatic DNS providers)

        1 Reply Last reply
        2
        • L leemuljadi

          Alright cool thanks guys, I made to install Cloudron on new ubuntu server.

          Now based on:
          @jdaviescoates https://docs.cloudron.io/backups/#dry-run

          I tried several times of this dry-run steps but it will still pointing to the old server IP, any idea why?

          and what is gonna happened if I just restore without a dry run?

          jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote last edited by
          #11

          @leemuljadi said in Cloudron Backup for Moving to Another VPS:

          I tried several times of this dry-run steps but it will still pointing to the old server IP, any idea why?

          To access your new server before updating DNS edit your local hosts file (e.g on Linux it's /etc/hosts) to trick your local machine to go to the new IP address.

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply
          1
          • L Offline
            L Offline
            leemuljadi
            wrote last edited by
            #12

            @jdaviescoates yes I have updated /etc/hosts on my Mac local machine, but seems no effect. Could you please share what it suppose to look like? And after adding the new IP address and domain name run the dry-run it should connect the Cloudron to the new VPS IP right?

            jamesJ 1 Reply Last reply
            0
            • L leemuljadi

              @jdaviescoates yes I have updated /etc/hosts on my Mac local machine, but seems no effect. Could you please share what it suppose to look like? And after adding the new IP address and domain name run the dry-run it should connect the Cloudron to the new VPS IP right?

              jamesJ Offline
              jamesJ Offline
              james
              Staff
              wrote last edited by
              #13

              @leemuljadi said in Cloudron Backup for Moving to Another VPS:

              Could you please share what it suppose to look like?

              The /etc/hosts file is structured in the following way:

              IP sub.domain.tld
              

              So lets say your DNS name is my.awesome.it and the official IP from the DNS is 64.26.12.63
              Offical DNS can be checked with e.g:

              # get IPv4 for Domain from Cloudflare DNS
              dig A my.awesome.it +short @1.1.1.1
              
              # get IPv6 for Domain from Cloudflare DNS
              dig AAAA my.awesome.it +short @1.1.1.1
              

              Now you have set up a new server with the IP 53.82.33.6. You have run the Cloudron restore with the dry run option.

              Now you need to edit your /etc/hosts file and add the following line:

              53.82.33.6 my.awesome.it
              

              You should now be able to access my.awesome.it and see your dry run restored Cloudron.
              Watch out tho! Browsers have DNS Cache! You might want to use a private / incognito windows to access my.awesome.it to avoid the DNS cache.
              One more note.
              If you have set up IPv4 and IPv6 for your Cloudron and do a dry run restore and only set the IPv4 in your /etc/hosts file you might still get served the old one if your browser decided it uses IPv6 first.
              So it might be best to set both in /etc/hosts.

              ~Cheers!

              1 Reply Last reply
              3
              • L Offline
                L Offline
                leemuljadi
                wrote last edited by
                #14

                @james thanks for the thorough explanations. so I have done this part:
                example: 53.82.33.6 my.awesome.it and adding in the /etc/hosts file
                but probably still got that browser cache. So I already open it and stuck in this page when opening through the new server IP:
                Screenshot 2025-05-22 at 11.30.22 pm.png
                How do I manage this?

                jdaviescoatesJ 1 Reply Last reply
                0
                • L leemuljadi

                  @james thanks for the thorough explanations. so I have done this part:
                  example: 53.82.33.6 my.awesome.it and adding in the /etc/hosts file
                  but probably still got that browser cache. So I already open it and stuck in this page when opening through the new server IP:
                  Screenshot 2025-05-22 at 11.30.22 pm.png
                  How do I manage this?

                  jdaviescoatesJ Offline
                  jdaviescoatesJ Offline
                  jdaviescoates
                  wrote last edited by
                  #15

                  @leemuljadi don't go to the IP go to the URL. If you've correctly done the hosts thing the URL will go to the new IP

                  I use Cloudron with Gandi & Hetzner

                  1 Reply Last reply
                  3
                  • jamesJ james forked this topic
                  • L Offline
                    L Offline
                    leemuljadi
                    wrote last edited by
                    #16

                    Screenshot 2025-05-27 at 3.56.45 pm.png
                    Hi all, got issues while restoring to a new VPS, anyone got this before?

                    1 Reply Last reply
                    0
                    • jamesJ Offline
                      jamesJ Offline
                      james
                      Staff
                      wrote last edited by
                      #17

                      @leemuljadi I forked your question here
                      https://forum.cloudron.io/topic/13846/backup-restore-error-route-unavailable-post-activation
                      Since this is now another question and issue than before.
                      For the sake of keeping topics and solutions clean, please contiune in the new topic.

                      1 Reply Last reply
                      0
                      • jamesJ james locked this topic
                      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