Ability to import backups from computer disk rather than needing to SCP files
-
wrote on Sep 15, 2023, 3:12 PM last edited by jdaviescoates Sep 15, 2023, 3:13 PM
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:
-
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:
@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.
-
wrote on Sep 16, 2023, 6:48 AM last edited by
Since there’s a lot of backup related improvements for the next release, is it possible to include this as part of that release?
-
wrote on Mar 2, 2024, 11:27 PM last edited by seeker Mar 2, 2024, 11:28 PM
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.
-
-
wrote 17 days ago last edited by
I've just ran into the same issue, would be awesome to have this option !
-
wrote 9 days ago last edited by
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:- I download backup config from old server.
- Create the same app on the new server.
- Go to app settings, backup, import backup.
- 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.
-
@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.
-
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:- I download backup config from old server.
- Create the same app on the new server.
- Go to app settings, backup, import backup.
- 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.
-
wrote 8 days ago last edited by
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/
-
wrote 8 days ago last edited by
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.