@girish if i want app backup only, without datas i need to mount a volume to stock datas, that's right ?
darkben
Posts
-
Minio backup app policy -
Minio backup app policyHi,
I have a minio app on a dedicated cloudron for my secondaries backups (i make VM backups too). At the moment i test the solution to replace scaleway object storage (because i have frequently backup tasks crashs) to backup all my others cloudron.
How cloudron performs the backup of minio when it IS updated ? Are the datas backuped too ? -
Backups : regular crashSame problem here with Scaleway object storage and tgz backups. I change settings but it regularly fails since one month. This happens on up-to-date cloudron on ubuntu 20.04 or 18.04
Jul 04 04:20:55 box:tasks setCompleted - 12111: {"result":null,"error":{"stack":"BoxError: Backuptask crashed\n at runBackupUpload (/home/yellowtent/box/src/backuptask.js:167:15)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)\n at async uploadAppSnapshot (/home/yellowtent/box/src/backuptask.js:364:5)\n at async backupAppWithTag (/home/yellowtent/box/src/backuptask.js:386:5)\n at async fullBackup (/home/yellowtent/box/src/backuptask.js:507:29)","name":"BoxError","reason":"Internal Error","details":{},"message":"Backuptask crashed"}} Jul 04 04:20:55 box:tasks update 12111: {"percent":100,"result":null,"error":{"stack":"BoxError: Backuptask crashed\n at runBackupUpload (/home/yellowtent/box/src/backuptask.js:167:15)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)\n at async uploadAppSnapshot (/home/yellowtent/box/src/backuptask.js:364:5)\n at async backupAppWithTag (/home/yellowtent/box/src/backuptask.js:386:5)\n at async fullBackup (/home/yellowtent/box/src/backuptask.js:507:29)","name":"BoxError","reason":"Internal Error","details":{},"message":"Backuptask crashed"}} Jul 04 04:20:55 box:taskworker Task took 1254.246 seconds Backuptask crashed 'error' event on TLSSocket instance at: write EPIPE
If i switch to rsync it fails to. I tried to add more ram on a VM, same problem. I try to change the allocated ram for the backupbut nothing change, it could fail. The problem is when you want to save Nextcloud with an important amount of data (between 80 and 250 Go in my case). I tried to plan backups at different hours of the night but it fails again.
-
Which WordPress theme or builder do you use/recommend?Hi,
we use Bricks Builder (theme) and Oxygen (plugin) here. I love Bricks Builder and what they do with their community. it is a very good theme builder. Oxygen is very good too but a bit more complex at the beginning. I recommend to try both. They perfectly work with plugins like ACF and GridBuilder and you can construct powerfull things with them.
-
mysql not responding (with vaultwarden installed)We had the problem on a Cloudron (V 7.3.6) with Ubuntu 20.04 and the last Vaultwarden version. It was 2 days ago. After restoring a previous version of Vaultwarden the problem with MYSQL was solved. 36 hours without the problem at the moment.
-
Umami update fails -
Umami update failsHi,
i have problem with umami update (2.0.0) this morning
I'm on a Cloudron 7.2.5 server with ubuntu 18.04
Thanks for your help
Ben
-
Question about adding fonts and custom samples for OnlyOffice ?@nebulon +1 to add custom fonts in Onlyoffice. Do you think it will be possible in a next release of the pakage ?
Thanks ! -
Update to PHP8@girish hi, it will be amazing if we could have multiple php version on a LAMP app and switch between them. We could upgrade without having to reinstall our work on a new LAMP. Big +1
-
SSL error after upgrading to 5.6.0 on ubuntu 16Hi,
same problem here with Cloudron 5.6.0 and ubuntu 16.04.
@girish tips solved the problem. -
Backup error after the latest Cloudron version (5.4)@nebulon no it is on the same disk (it is not 100% safe but we have others backup systems ;)) but we have checked the option to mask the alert message.
-
Backup error after the latest Cloudron version (5.4)Hello, same error here on several servers.
Thanks to help us
-
Crème CRMFrench CRM made with python
Source : https://bitbucket.org/hybird/workspace/projects/PROJ
-
LimeSurvey@girish great work !!!
-
Jitsi MeetHi,
yes we need it now with the covid-29 crisis ! We have a lot of demands about it with organizations searching GAFAM video conferencing alternatives. Please add it in the app store ! Thanks !
-
YetiForce - innovative free CRM systemIt seems to be a very good alternative to EspoCRM. Hope you can package it !
-
SuiteCRMhi, @girish do you think you can add SuiteCRM in Cloudron soon ? Thanks !
-
User storage quota@nebulon a per-app quota would be awesome ! Need feature !
-
Webadmin error on manual update of self-hosting free-planok @CarbonBee i don't notice this Oauth error on my server but i keep an eye on this post.
PS : i totally reboot the server and not only Cloudron...
Thanks ! -
Webadmin error on manual update of self-hosting free-plan@carbonbee. I have 3 pro plans and i have 2 test servers with free plans for testing and i use hotfix cli method to update them. With few adjustments it works.
-
on the cli machine clone box and dashboard with git
For the dashboard i clone the code in webadmin directory : git clone https://git.cloudron.io/cloudron/dashboard.git webadmin
In the webadmin directory and the box directory checkout the version you want -
Hotfix command
-
On the cloudron machine you need to change version in cloudron.conf
-
In the box directory, rename dashboard directory in webadmin
-
go to box/webadmin/dist and create config.json within :
{
"webServerOrigin": "https://cloudron.io"
} -
Reboot your server and cross your fingers.
Everything works for me with this this non academic method.
-