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


Skip to content
  • Migrating active Server

    Unsolved Support backups restore
    5
    2 Votes
    5 Posts
    59 Views
    W
    yes @james I have also thought of using that. but manually running it on all mailboxes sounds like a pain I don't want to go through. I guess the current way I envision it is writing a script for imapsync that uses the api of cloudron to get all mailboxes and impersonates the users of the mailboxes to auto run imapsync on them. but then again maybe a block of the port is the way to go, so I don't have to write that script. the whole backup and recover process should be done quite quickly anyways. I am wondering though if this is not something others have gone through as well?
  • 0 Votes
    12 Posts
    379 Views
    jdaviescoatesJ
    @nebulon said in Wekan backup errors blocking my Cloudron backups from completing.: This indicates, that the mongodb instance/service could not finish creating the database dump for wekan. It's odd because if I run a backup from the app it completes in a few seconds. There is very little data to backup. @nebulon said in Wekan backup errors blocking my Cloudron backups from completing.: Maybe it ran out of memory Unlikely given it's got over 4GB and I don't think I've ever seen it hit 10% usage. @nebulon said in Wekan backup errors blocking my Cloudron backups from completing.: Do you see any crash or more info in the actual mongodb service logs? I think I've looked and not seen anything obvious but I'll look again... Did you look at the logs I shared previously? said in Wekan backup errors blocking my Cloudron backups from completing.: Here are some logs: https://paste.uniteddiversity.coop/?7aed63d3ef7af3ba#BiicSooyTEjs2oEY1xQoGtizyB2Lwk7C6UWgCoBZJKjP Perhaps it could be something to do with this: vm.max_map_count is too low currentValue: 65530, recommendedMinimum: 1677720
  • 0 Votes
    3 Posts
    158 Views
    J
    Backups can only be configured by the superadmin/owner (the first user you created) . Looks like you are the admin
  • Show total disk size of each backup run

    Feature Requests backups
    4
    4 Votes
    4 Posts
    264 Views
    jdaviescoatesJ
    @makemrproper yeah, and actually it seems I might've been right afterall! I was sure I'd read something about the size... so I just search that thread for size and it is indeed there: Backup integrity - store size and checksum of backups. If they've got the size stored then should be easy to display it somewhere too!
  • Cloudron Backup for Moving to Another VPS

    Locked Solved Support backups restore
    17
    2 Votes
    17 Posts
    1k Views
    jamesJ
    @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.
  • Backup - Vultr Object Storage Error

    Solved Support backups vultr
    3
    1
    1 Votes
    3 Posts
    204 Views
    L
    Thanks for the prompt response, I got it sorted by creating a new bucket actually.
  • Error Message on Restore Process

    Solved Support backups restore
    2
    2 Votes
    2 Posts
    168 Views
    P
    We discussed this problem here, I had this problem just few days ago: https://forum.cloudron.io/topic/12632/tarextract-pipeline-error-invalid-tar-header/
  • optimizing VPS for backups

    Solved Support backups
    11
    1 Votes
    11 Posts
    922 Views
    P
    @nebulon I appreciate your advice. The backup server is not on the same location as the cloudron server. It isn't even on the same country (like I do with all my backups). Maybe I wasn't clear: the server has an OS disk (nvme) and a HDD for backups. The mount I showed is the HDD disk mount. It was just to check if any filesystem mount options were needed to improve performance. Thank you all.
  • Cloudron backups - user database and email

    Solved Support backups
    12
    1 Votes
    12 Posts
    869 Views
    C
    Thanks to everyone for the responses. I fully understand the backups now and have reported to my board that it's indeed production ready for our organization.
  • Akamai (Linode) ObjectStorage

    Solved Feature Requests backups linode
    4
    1 Votes
    4 Posts
    288 Views
    apesorgukA
    @nebulon Thank you so much. Very helpful and quick.
  • 1 Votes
    9 Posts
    342 Views
    P
    @jpavlovski I confirm I had again three days ago
  • 0 Votes
    17 Posts
    980 Views
    E
    Using tgz instead of rsync did let the backup run normally, at least once right now. Let's call this a workaround for now, I'll see if this works regularly.
  • 1 Votes
    2 Posts
    206 Views
    nebulonN
    Looks like Cloudflare is interfering here and changing the data in transit? You would have to contact Cloudflare about this, but I have no high hopes that this would get anywhere.
  • Transfering apps to a new server SUX!

    Discuss backups migration
    27
    1 Votes
    27 Posts
    2k Views
    necrevistonnezrN
    @svtx life of a teenager
  • Cleanup backups

    Moved Solved Support cleanup-backups backups
    2
    0 Votes
    2 Posts
    240 Views
    J
    Where are you storing your backups?
  • 1 Votes
    2 Posts
    327 Views
    J
    For the first one, I guess you are suggesting a real rsync between the existing files and the remote. I think the issue is that rsync itself relies on a remote rsync service. Cloudron's rsync is strictly speaking not rsync, more like "individual files are synced as opposed to tarball". Even with sshfs, one cannot know for sure if there is a remote rsync service running. The second one looks like it can be fixed . I will should split this post though
  • send backups on Onedrive

    Moved Feature Requests backups
    4
    0 Votes
    4 Posts
    343 Views
    robiR
    check the forum on how folks did it with Google drive and the rclone config
  • backup / snapshots retention

    Solved Support backups cleanup-backups
    13
    4
    0 Votes
    13 Posts
    831 Views
    girishG
    @shrey there's some cases where the backup code forgets about older backups. For example, if you switch backup providers (even temporarily). We are trying to improve the whole situation in 9.0 . For a start, with multiple providers, we can track/cleanup more accurately. BTW, if you paste the filename of the backup in your Eventlog, does it find it there? I will look into making this more clearer i.e what is getting deleted and why not getting deleted.
  • Backup failed with unexpected response code or HTTP

    Unsolved Support backups postgresql
    2
    0 Votes
    2 Posts
    97 Views
    J
    @luckow give postgresql more memory
  • 0 Votes
    7 Posts
    469 Views
    nebulonN
    If the system runs out of disk space, a lot of side-effects can happen, so this could very well be the root cause then.