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. Feature Requests
  3. Ability to import backups from computer disk rather than needing to SCP files

Ability to import backups from computer disk rather than needing to SCP files

Scheduled Pinned Locked Moved Feature Requests
restoreimport
14 Posts 8 Posters 1.9k 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.
  • jdaviescoatesJ Offline
    jdaviescoatesJ Offline
    jdaviescoates
    wrote on last edited by jdaviescoates
    #4

    I think I must've missed something, because I recently had to move a bunch of apps from one Cloudron server to another and it was really easy. I just downloaded the backup configuration file on one server and then (after installing the same version of the same app on the new server) just clicked on this import back up button, pasted in the relevant password and away it went and downloaded and installed the backup:

    image.png

    I use Cloudron with Gandi & Hetzner

    girishG 1 Reply Last reply
    0
    • jdaviescoatesJ jdaviescoates

      I think I must've missed something, because I recently had to move a bunch of apps from one Cloudron server to another and it was really easy. I just downloaded the backup configuration file on one server and then (after installing the same version of the same app on the new server) just clicked on this import back up button, pasted in the relevant password and away it went and downloaded and installed the backup:

      image.png

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

      @jdaviescoates I think some people are downloading the backup itself and not just the configuration. The download button appears only for the tgz format, so you may or may not have seen it.

      Currently, there is no way to upload this backup and import. You have to copy the backup manually to the server.

      1 Reply Last reply
      2
      • d19dotcaD Offline
        d19dotcaD Offline
        d19dotca
        wrote on last edited by
        #6

        Since there’s a lot of backup related improvements for the next release, is it possible to include this as part of that release?

        --
        Dustin Dauncey
        www.d19.ca

        1 Reply Last reply
        3
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #7

          @d19dotca Yes, let's see how much ground we can cover!

          1 Reply Last reply
          3
          • S Offline
            S Offline
            seeker
            wrote on last edited by seeker
            #8

            Thanks @d19dotca and @girish

            Would love to see streamlined options for Local "desktop/workstation" backups and restore process for apps and Cloudron.

            I believe there is a large segment of non tech savvy users who want to use something like Cloudron (for instance those interested in de googling/ taking control of their data) who currently will not because backing up using buckets adds significant cost and overhead. The cost of a Cloudron license, server rental and bucket adds up quickly and for many having a manually saved backup is enough. It makes it easier to justify purchasing a Cloudron license.

            1 Reply Last reply
            3
            • jdaviescoatesJ jdaviescoates referenced this topic on
            • GengarG Offline
              GengarG Offline
              Gengar
              wrote on last edited by
              #9

              I've just ran into the same issue, would be awesome to have this option !

              1 Reply Last reply
              3
              • C Offline
                C Offline
                composer
                wrote on last edited by
                #10

                Ok, so can someone please describe how to take apps from one to cloudron to another? I'm trying to consolidate 2 cloudrones into 1 common.
                This is my process rn:

                1. I download backup config from old server.
                2. Create the same app on the new server.
                3. Go to app settings, backup, import backup.
                4. Select backup config, it automatically sets to Filesystem, etc.

                When it backs up, it says it can't find the backup file:

                File not found: /var/backups/... etc.
                What am I doing wrong?

                Help files are not showing the current Cloudron version anymore, it's confusing.

                Thank you.

                GengarG 1 Reply Last reply
                1
                • J Offline
                  J Offline
                  joseph
                  Staff
                  wrote on last edited by
                  #11

                  @composer the backup has to available to new server. The "config" is just a bunch of options on how to reach the actual backup. Are you using File system backup in your old server? If so, it's not possible for the new server to reach the backups... You have to copy the backup manually from one server to another using scp.

                  If you use s3 or some object storage, it's far easier. Since the new server can access the backups with just the config file.

                  1 Reply Last reply
                  1
                  • C composer

                    Ok, so can someone please describe how to take apps from one to cloudron to another? I'm trying to consolidate 2 cloudrones into 1 common.
                    This is my process rn:

                    1. I download backup config from old server.
                    2. Create the same app on the new server.
                    3. Go to app settings, backup, import backup.
                    4. Select backup config, it automatically sets to Filesystem, etc.

                    When it backs up, it says it can't find the backup file:

                    File not found: /var/backups/... etc.
                    What am I doing wrong?

                    Help files are not showing the current Cloudron version anymore, it's confusing.

                    Thank you.

                    GengarG Offline
                    GengarG Offline
                    Gengar
                    wrote on last edited by
                    #12

                    @composer I did this exact process last week.

                    For the third point, I imported it back from my S3 API compatible storage and then I've chosen the .tar backup of the app only and it restored the app correctly.

                    1 Reply Last reply
                    2
                    • robiR Offline
                      robiR Offline
                      robi
                      wrote on last edited by
                      #13

                      If you don't have S3 backups, you can install Minio from the App store, then point a backup to it from the source Cloudron. After they complete, download the config to use to restore it to the target Cloudron and it will grab them from this latest backup.

                      Once done, reconfigure your backups to how you had them before.

                      I was working on some automation for this a while back: https://forum.cloudron.io/topic/9347/how-to-automate-migrating-importing-apps-from-cloudron-to-cloudron-via-api/

                      Conscious tech

                      1 Reply Last reply
                      3
                      • C Offline
                        C Offline
                        composer
                        wrote on last edited by
                        #14

                        Yes, you are all correct, I just did Hetzner bucket w/ S3 credentials, backed up to it, and restored the apps from there. Super easy. Thank you.

                        1 Reply Last reply
                        4
                        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