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


Skip to content
  • 20 Votes
    44 Posts
    7k Views
    necrevistonnezrN
    @malvim said in Backup Improvements: Restic Backend: @necrevistonnezr how have you been testing backups? I have a raspberry pi at home, set up with restic/rclone backups as well. Once in a while I mount one of the latest snapshots and check a bit randomly if things "look ok". I'd like to have a better system to check if backups are okay, so any pointers would be appreciated. https://restic.readthedocs.io/en/latest/045_working_with_repos.html#checking-integrity-and-consistency and, as I said, spot checks for files with restic-browser.
  • Email aliases on different domains

    Moved Solved Feature Requests email feature-request
    12
    1 Votes
    12 Posts
    2k Views
    marcusquinnM
    @girish I seeeeee
  • 2 Votes
    4 Posts
    906 Views
    girishG
    @avatar1024 said in how can I use the Cloudron Groups in Nextcloud?: are Cloudron groups not LDAP Yes, Cloudron groups are not in LDAP currently. Currently, if you want to restrict to a group, you can do this already. But if you want groups to sync, that's not implemented. Feel free to open up a feature request to implement this and we can guage the interest.
  • 5 Votes
    23 Posts
    4k Views
    LonkleL
    Oh, wanted to mention - despite PHPMyAdmin being worked on rn; if anyone has an interest in connecting a remote SQL client app (like Sequel Pro) to Cloudron apps on an app-per-app basis. Here are instructions to do so here: https://forum.cloudron.io/topic/3237/remote-sql-support-on-a-per-app-basis In my experience this is a much better, faster way to work with databases than PHPMyAdmin could ever dream to be.
  • Backup: compress mysqldumps

    Moved Feature Requests backups feature-request
    9
    1 Votes
    9 Posts
    2k Views
    necrevistonnezrN
    Maybe we could at least introduce an optimization of the databases from time to time. The size of the referenced "ttrss_entries" table went from an insane 1,238 MB (!) to 583 MB after optimization. The following command, maybe via a button, should to the trick: mysqlcheck -Aos --user=${MYSQL_USERNAME} --password=${MYSQL_PASSWORD} --host=${MYSQL_HOST};
  • Will Cloudron support Ubuntu 18.04. LTS Server?

    Moved Solved Feature Requests install feature-request
    11
    2 Votes
    11 Posts
    3k Views
    girishG
    @necrevistonnezr Still evaluating what is the best option to update existing installations. Most likely we won't do dist-upgrade automatically. Also, new installations will default to 18.04.
  • FTP backup Support

    Moved Feature Requests backups feature-request
    7
    11 Votes
    7 Posts
    2k Views
    robiR
    This would go well with a secondary backup facility for all things Cloudron doesn't currently back up, which is valuable, such as Volumes. Add a few protocols for this such as FTPS, SFTP, RCLONE, RSYNC, etc..