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


Skip to content
  • Upgrade to Cloudron 8.0 Beta - Success!

    Discuss
    6
    4 Votes
    6 Posts
    204 Views
    A

    Well just gone through the upgrade process on a fresh instance through Hetzner to Ubuntu 24.04:

    Upgraded to Cloudron 8.0 and took backup to storage box. Downloaded the backup metadata file. Wiped server with ubuntu image from Hetzner and apt failed to do upgrade, moaned about missing files on the mirror. Tried to resolve but I wanted to try out an iso installation from Ubuntu directly rather than using the Hetzner images anyway so gave that a go. Installing from ISO is actually easier than I thought it would be, there was no messing around with the routes as discussed in Hetzner docs. IPV4 works out of the box, I decided to take the netplan config file supplied by Hetzner's imaging process for my server and used that on the fresh Ubuntu install to get IPV6 working. After wiping and reinstalling the new system I changed the SSH port and then ran Cloudron-setup. It installed 8.0 for me as it detected a Ubuntu 24.04 install. In the setup wizard clicked on the restore option and supplied the file. Realised then I didn't have my storage box password so had to change that in the interface. However once changed the restore happened and all my apps were back in around 15 minutes.
    Nice work guys, and I've always wanted to test the bear-metal restore from backup.
  • 1 Votes
    3 Posts
    125 Views
    girishG

    You can run the CLI tool on Cloudron like https://docs.cloudron.io/apps/mattermost/#command-line-tool . Instead of the import command at https://docs.cloudron.io/apps/mattermost/#migration , use the export command.

    To get a file off Cloudron, easiest way is to export to a path under /app/data and then use the File manager to download it.

    I am also curious why you are not able to update mattermost on Cloudron. It's all automatic.

  • n8n / Platform Services not starting since v7.7.1 upgrade

    Solved Support
    26
    0 Votes
    26 Posts
    749 Views
    girishG

    There is a bug in Cloudron that it parses swap info incorrectly when there are no swaps in the system. This is fixed in https://git.cloudron.io/cloudron/box/-/commit/b66e77a2d8930381c95153b041d7c3edd331364a

  • Backup before upgrade failing.

    Solved Support
    21
    1 Votes
    21 Posts
    532 Views
    girishG

    To follow up, 11GB worked fine too.

    image.png

  • 0 Votes
    9 Posts
    1k Views
    girishG

    @scooke said in Can't start upgrade from Ubuntu 20.04 to Ubuntu 22.0x because of "no development version of an LTS available" error:

    This has an interesting bit about the -d. https://askubuntu.com/questions/1412543/how-does-exactly-do-release-upgrade-d-work#:~:text=The command do-release-upgrade,version of an LTS available. .

    wow, great link.

    @robw I have fixed the guide to remove the -d flag. Thanks for reporting.

  • unresponsve dashboard after update

    Solved Support
    3
    2 Votes
    3 Posts
    104 Views
    nebulonN

    Thanks for sharing the solution. Maybe there is a corner-case bug in the database migration about the directory server config.

  • Cloudron not reachable Ubuntu 18.04.6 LTS

    Solved Support
    6
    0 Votes
    6 Posts
    226 Views
    S

    Done Thanks!

  • panic mode: Update failed

    Solved Support
    16
    0 Votes
    16 Posts
    693 Views
    RazielKanosR

    All went well, apps are restored and all is running as intended 😄

  • Cloudron on 18.04.5 - GLIBC_2.28 not found (required by node)

    Solved Support
    12
    0 Votes
    12 Posts
    6k Views
    nebulonN

    Also for others to come here, to get back up on Ubuntu 18.04 run the following commands via SSH:

    mkdir -p /usr/local/node-16.18.1 curl -sL https://nodejs.org/dist/v16.18.1/node-v16.18.1-linux-x64.tar.gz -o /tmp/node.tar.gz tar zxvf /tmp/node.tar.gz --strip-components=1 -C /usr/local/node-16.18.1 rm /tmp/node.tar.gz ln -sf /usr/local/node-16.18.1/bin/node /usr/bin/node ln -sf /usr/local/node-16.18.1/bin/npm /usr/bin/npm systemctl restart box

    Then the system should be working again, however for the 7.5 update ubuntu has to be upgraded first.

  • 6 Votes
    2 Posts
    222 Views
    necrevistonnezrN

    Same here in a home server situation.

  • Update to Cloudron Beta v7.4.2 - went well

    Discuss
    6
    3 Votes
    6 Posts
    336 Views
    girishG

    Mm, ok. Let's see if we get more reports on this. Maybe you can clone from previous backup and see if the calendars are still there.

  • Upgrade Netcup to Ubuntu 22.04

    Moved Solved Support
    14
    2 Votes
    14 Posts
    1k Views
    nebulonN

    This then means, that the system is using cgroups v2 now. I have updated the main docs section at https://docs.cloudron.io/packaging/cheat-sheet/#memory-limit for a start to make an app compatible with cgroup v1 and v2 (I guess in your case its sufficient to only support v2 now.)

  • Postgress Restart loop after upgrade

    Solved Support
    2
    1 Votes
    2 Posts
    236 Views
    nebulonN

    Not sure why that slipped through. Is this sorted by now? We had a case where slow I/O caused the issue resulting in a timeout. Could this have been the case? https://forum.cloudron.io/topic/4780/postgresql-database-won-t-start/8

  • Upgrading to Ubuntu 22 - Recreating containers

    Support
    6
    1 Votes
    6 Posts
    453 Views
    girishG

    @benborges Ah ok. Maybe you can wait for 7.3. Please update to that and try to update again and we can debug further. There are some cgroup v2 related fixes for Ubuntu 22 in 7.3 which affect docker container creation, it's possible you hit that case.

  • Nextcloud App "not responding" after upgrading to Ubuntu 22.04

    Solved Support
    18
    0 Votes
    18 Posts
    1k Views
    girishG

    @necrevistonnezr said in Nextcloud App "not responding" after upgrading to Ubuntu 22.04:

    EDIT: I guess that replacement should go into /home/yellowtent/box/src/infra_version.js - but after a restart of box, still not running...

    Yes, that's the correct place to fix it!

    I will add a warning to our docs that updating to ubuntu 22 when using FTS feature does not work out of the box / without patching until 7.3.

  • 0 Votes
    7 Posts
    642 Views
    girishG

    @robi said in Best way to update from Ubuntu 18.04 to 20.04?:

    one can use the -y option for apt to 'assume yes' to all prompts.

    this doesn't work with do-release-upgrade for whatever reason.

  • Trouble upgrading from Ubuntu 18.04 to 20.04

    Solved Support
    8
    0 Votes
    8 Posts
    561 Views
    doodlemania2D

    @girish perfect - that fixed that! now bumping to 7.2 - thanks mate

  • 0 Votes
    2 Posts
    274 Views
    girishG

    There's this guide - https://docs.cloudron.io/guides/upgrade-ubuntu-20/ in case you haven't seen it already. Main gotcha is that the mysql server sometimes upgrades and sometimes doesn't. In the end, we want MySQL server 8. Sometimes, it asks you whether you want to remove mysql data. Be sure not to remove it!

  • Which ubuntu upgrade docs?

    Solved Support
    5
    0 Votes
    5 Posts
    416 Views
    girishG

    The upgrade guides should mostly be identical for upgrading Ubuntu. The Cloudron guide has maybe couple of additional notes/configuration for making sure things are running after upgrade. What error are you hitting when upgrading following either of the docs? I suspect they hit the same error.

  • Cloudron is offline reconnecting - Happened after OS upgrade

    Solved Support
    6
    0 Votes
    6 Posts
    582 Views
    M

    @girish Boom! Back up and running 🙂
    Well this was a joyous outcome. Thanks a bunch Girish!