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


Skip to content
  • Apps Not Starting After Upgrade to 7.4.1

    Solved Support updates
    7
    0 Votes
    7 Posts
    942 Views
    R
    @nebulon Gotcha -- so it would have cleared up eventually, anyway. Well, thanks again. I really appreciate your support!
  • Nextcloud 26

    Solved Support updates
    2
    1 Votes
    2 Posts
    451 Views
    fbartelsF
    Hi @Thedurancode, the way apps are designed on Cloudron it is not possible to change any of the actual application code (and therefore you get the file permission errors). Instead you will either need to wait until Nextcloud 26 is generally available (you can check this post to check for the latest release) or you would need to fork the app code and perform the update there. The latter is easy to do if you are familar with Cloudron app development, but not really recommended for beginners (ihmo).
  • Best approach to updating Ghost to latest?

    Solved Support updates
    12
    1
    0 Votes
    12 Posts
    1k Views
    tshirt-chihuahuT
    @girish it seems the most recent update worked....while i did change some email settings, the only other action I took was manually bumping along the updates several versions. So there must have been some sort of inconsistent state that came up. It seems all is well with the world and no way to track down what happened. Thanks for the help, all.
  • Cannot update due to one tiny app filling up 20GB drive

    Solved Support updates disk space
    19
    1
    0 Votes
    19 Posts
    2k Views
    scookeS
    @jdaviescoates Phew, my thoughts and prayers worked!
  • 0 Votes
    9 Posts
    1k Views
    robiR
    @jdaviescoates you could set up a cron that gets usage info, and prints out a webpage you can monitor with Kuma for a keyword. When a threshold is met, you add/remove the keyword and fire off an alert via TG. Similar for monitoring something with change detection app or n8n workflow.
  • cloudron not working after update

    Solved Support updates
    3
    0 Votes
    3 Posts
    536 Views
    girishG
    The issue here was that unbound was not working. Because of that, all the docker image updates are failing like so: 2022-12-06T03:38:02.801Z box:shell startGraphite exec: docker run --restart=always -d --name="graphite" --hostname graphite --net cloudron --net-alias graphite --log-driver syslog --log-opt syslog-address=udp://127.0.0.1:2514 --log-opt syslog-format=rfc5424 --log-opt tag=graphite -m 429916160 --memory-swap 536870912 --dns 172.18.0.1 --dns-search=. -p 127.0.0.1:2003:2003 -v "/home/yellowtent/platformdata/graphite:/var/lib/graphite" --label isCloudronManaged=true --read-only -v /tmp -v /run "cloudron/graphite:3.2.0@sha256:182e5cae69fbddc703cb9f91be909452065c7ae159e9836cc88317c7a00f0e62" Box GET /api/v1/appstore/apps?repository=core 424 Failed Dependency getaddrinfo EAI_AGAIN api.cloudron.io 10.852 ms - 89 2022-12-06T03:38:03.581Z box:shell startGraphite (stdout): null 2022-12-06T03:38:03.581Z box:shell startGraphite (stderr): Unable to find image 'cloudron/graphite:3.2.0@sha256:182e5cae69fbddc703cb9f91be909452065c7ae159e9836cc88317c7a00f0e62' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on 127.0.0.1:53: server misbehaving. See 'docker run --help'. It was hard to figure why unbound is not working, all queries fail with ESERVFAIL (VM, Hyper-V, router, many things here). It's some networking related issue hard to diagnose without getting a full hand on the setup. The workaround was to add a file called /etc/unbound/unbound.conf.d/forward-everything.conf with the following: forward-zone: name: "." forward-addr: 1.1.1.1 forward-addr: 8.8.8.8 Then, systemctl restart unbound . After that, host cloudron.io 127.0.0.1 should work. Finally, systemctl restart box will then bring up all the containers again.
  • 0 Votes
    124 Posts
    48k Views
    girishG
    See https://forum.cloudron.io/topic/8101/fix-for-kernel-bug-in-ubuntu-20-04-causing-various-issues for a solution.
  • How to skip updates to the latest update?

    Solved Support updates
    8
    0 Votes
    8 Posts
    950 Views
    humptydumptyH
    Cloudron won’t skip an update and will install them per your defined schedule. I have a shut down Wordpress app but temporarily keeping it for archiving purposes and I had to update it several times to get to the latest. I know from experience that WP won’t play nice if you skip updates (especially major version ones).
  • 2.8.10 security update available

    Solved Discourse security updates
    6
    0 Votes
    6 Posts
    796 Views
    jdaviescoatesJ
    @nebulon thanks! I'm not getting my hopes up too far, but hopefully this will somehow also resolve all the issues that loads of the official plugins have when trying to install them on Cloudron...
  • 1 Votes
    3 Posts
    536 Views
    nebulonN
    @girish this has been reworked and will not explicitly state if there is no new update available, while hiding the disabled update button again.
  • Apply all updates

    Solved Support updates
    5
    1 Votes
    5 Posts
    727 Views
    girishG
    Or if the app supports import/export of it's own, then install the latest version of the app and import the previous one into it.
  • 0 Votes
    5 Posts
    785 Views
    girishG
    Also, the reason for nextcloud update is that it has some slightly tricky optimization to change ownership of files carefully. It also changes the default data directory of newer nextcloud installations.
  • Can't update to 5.2.3

    Ghost ghost update updates
    4
    1
    1 Votes
    4 Posts
    703 Views
    girishG
    @jdaviescoates Oh, it was made available to all only yesterday. So, probably takes a couple more days to actually auto-update.
  • 1 Votes
    5 Posts
    622 Views
    girishG
    As a hack, change the update schedule for every hour Related note: would be nice if we could display "the app is xx updates behind". We don't have an appstore API for this though.
  • Automatic updates fail until I retry update/configure task

    Solved Support updates
    12
    1 Votes
    12 Posts
    1k Views
    eyecreateE
    @girish I checked, and there is nothing set there, so it's what the ISP is providing.
  • How do I safely upgrade/update?

    Solved Support updates
    21
    1 Votes
    21 Posts
    3k Views
    scookeS
    @fbartels thanks for that. I was getting caught up in a missionary fervor!
  • HIGH security update OpenSSL announced

    Solved Support security updates
    11
    2 Votes
    11 Posts
    2k Views
    girishG
    Ubuntu notice - https://ubuntu.com/security/notices/USN-4891-1
  • Understanding the update schedule

    Discuss updates
    2
    0 Votes
    2 Posts
    575 Views
    nebulonN
    This is both for retry when, for example the backup done prior to the update, fails temporarily, as well as if apps and platform gets updates, they lock each other so retries in not so busy times are an effective workaround.
  • Wekan update failing?

    Solved Wekan updates
    3
    0 Votes
    3 Posts
    782 Views
    avatar1024A
    @girish Many thanks Girish. It must have been a space problem indeed. Looking at the log, the processed froze while downloading the last big part of the image (~570MB). I tried to duplicate the app, which worked fine but and the process also froze when trying to update it (also while downloading that part the image). Anyway, I had a about 3GB of free space which I though would be enough to update Wekan but after doing some cleaning up on the server (like deleting old apps I wasn't using), I went to about 7GB of free space and the update started working again.
  • Automatic Updates - updated Cloudron but none of the apps

    Solved Support updates
    3
    0 Votes
    3 Posts
    531 Views
    d19dotcaD
    @girish said in Automatic Updates - updated Cloudron but none of the apps: box update only happens like once a month, so we have decided to ignore this Ahh, okay. Yeah I figured it was a rare occurrence so no biggie there. This situation though is what lead me to the feature request on bulk-updating the app updates on demand.