What's coming in Cloudron 9.0 (was 8.0)
-
I can confirm the bug. Those on OVH object storage for backups should not update to 6.2. Note that only the backup entries in the local database are removed, the backups itself are intact in OVH Storage. However, this means that Cloudron won't "clean up" the backups in remote storage properly since it has lost track of them.
Fix is coming in 6.2.1.
-
@girish I closed the upgrade notification by mistake. What's the changelog for v6.2.1?
Edit: Nevermind! I found it in the "Event Log".
"version": "6.2.1", "changelog": [ "ovh: object storage URL has changed from s3 to storage subdomain", "ionos: add profit bricks object storage", "update node to 14.15.4", "update docker to 20.10.3", "new base image 3.0.0", "postgresql updated to 12.5", "redis updated to 5.0.7", "dovecot updated to 2.3.7", "proxyAuth: fix docker UA detection", "registry config: add UI to disable it", "update solr to 8.8.1", "firewall: fix issue where script errored when having more than 15 wl/bl ports", "If groups are used, do not allow app installation without choosing the access settings", "tls addon", "Do not overwrite existing DMARC record", "Sync dns records", "Dry run restore", "linode: show cloudron is installing when user SSHs", "mysql: disable bin logs", "Show cancel task button if task is still running after 2 minutes", "filemanager: fix various bugs involving file names with spaces", "Change Referrer-policy default to 'same-origin'", "rsync: preserve and restore symlinks", "Clean up backups function now removes missing backups", "Avoid updown notifications on full restore", "Add retries to downloader logic in installer"
-
@af
@A Former User said in What's coming in Cloudron 7.0:
@p44 Multihost support sounds amazing. It'll make Cloudron unstoppable I think.
Totally agree on this point!! I'm sure Cloudron team will do an amazing work!
-
We started rolling out 6.2 over the last week, I think it will take until mid next week for the full roll out. As a heads up, there are two known regressions:
- Renew all certs button does not work in the Domains view.
- Linode Object Storage backups does not work . Trying to work out a fix upstream - https://github.com/aws/aws-sdk-js/issues/3404
-
@girish I was about to post a "bug" about certs. One of my domains failed to renew 13 hours ago. I received an email from my CR about it.
{ "domain": "www.mydomain.com", "errorMessage": "Unexpected status: invalid" }
I checked the logs and here's the timeline.
13 hours ago - certificate renewal failed
12 hours ago - certificate renewal succeeded
1 hour ago - certificate renewal succeeded (it ran it again?){ "domain": "mydomain.com", "errorMessage": "" }
Checking the cert on the site itself, shows that it did renew it successfully.
Edit: BTW, this is the same domain that I receive random messages saying that DKIM records aren't set properly but I know they are. The message comes back up a few days later. DNS manually controlled for this domain in CR.
-
I know you already have a lot of work, but if the ability to have alias domains could be added to this version, it would be incredible!!!!
I am needing it.
-
I wonder if there any scope for implementing the restic backend for backups in cloudron 8.0?
See this thread https://forum.cloudron.io/topic/1575/backup-improvements-restic-backend -
I wanted to ask something about multihosting in relation to Cloudron licenses.
I will give you an example: the main server has a Cloudron premium license. Two more servers have a free Cloudron license.
Could I control the applications on the free servers from the main server? Domains, apps, backups, emails...
-
@girish true that it's pretty hard for this post to keep up with your coding speed
Maybe we should start a new clean one and you can let us know what you think on some of the newer ideas that were proposed (e.g. this one on my side)
Well done for you amazing work! (and the friendly support I have to say!)
-
@avatar1024 Ah yes, I will add it to the 7.2 list. We are rewriting the backup code to use async/await, it will make it easier to integrate newer backends like restic in the release after that. In the past, I was a bit wary of adding more backends but I wasn't sure how stable they were. But it seems, storage players like https://www.rsync.net/ support them, so they are probably quite stable.
-
@mdreira said in What's coming in Cloudron 8.0:
I wanted to ask something about multihosting in relation to Cloudron licenses.
I will give you an example: the main server has a Cloudron premium license. Two more servers have a free Cloudron license.
Could I control the applications on the free servers from the main server? Domains, apps, backups, emails...
@girish Can you tell me something about this I wrote one month along? Thank you
-
@avatar1024 said in What's coming in Cloudron 8.0:
(e.g. this one on my side)
Same here, restic support could be a great idea for backups as an alternative to rsync.