Kasra Bigdeli

Results 342 comments of Kasra Bigdeli

Unless certbot has the capability to `prune` old certs, there is little that CapRover can do.

Does `docker service logs yourservice` output the logs?

It's not a frontend issue. Probably the backend fails to fetch the logs. Side note: There is a one click app that is specifically made for viewing logs: "Dozzle". I...

> why the area for the logs remains empty? Backend sends empty logs > Any other satellite apps you recommend and use in day to day CapRover maintenance? Portrainer is...

Nothing in the shortterm, but feel free to contribute.

Can you get your server's log to see what's going on? ``` docker service logs captain-captain --since 10m ```

I don't see any attempt to create backup in your logs. Here is what you need to do: - Go to settings, and click on CREATE BACKUP - When you...

Looks like after "Creating tar file", your server hangs. You are supposed to see "Tar file created. File Size ...." https://github.com/caprover/caprover/blob/0e8656213da1bbba1b8cc5ecdde93416924790ec/src/user/system/BackupManager.ts#L681-L701 Can you check size of `/captain/data` ? Run this...

> du /captain/data -sh 1.3G /captain/data This seems to be the problem. You're probably using self hosted Docker registry. All images are stored in `/captain/data/registry`. This directory can get huge...

Looks like you're having some disk issues. Regarding the process, it's not straightforward to explain... But you can read the code [here](https://github.com/caprover/caprover/blob/8af7ed2376bc2408ba660124c58230dfbec24e72/src/user/system/BackupManager.ts#L604) Essentially backup.tar includes two directories: - `data` (which...