-
## Description
In docs/docker-postgres-backups.rst it's suggested to use:
```
docker-compose -f local.yml exec postgres backup
```
I'd suggest updating that to:
```
docker-compose -f loca…
-
We currently deploy around 80 postgres instances with this env var:
```
- name: BACKUP_SCHEDULE
value: 0 */6 * * *
```
We notice a cpu/disk/network spike around that time.
It would be …
-
##### SUMMARY
There doesn't seem to be a way to disable a cronjob with a pre-existing cron_file without removing it completely. The disabled=true only seems to work when creating a new cron job usi…
-
## Is your feature request related to a problem? Please describe (👍 if you like this request)
I'm not certain always how long until the next time my automated backup, trim, snapshot, etc will happe…
-
## FEATURE DESCRIPTION
### Feature Inspiration
Having a "production" server provides developers and researchers a place where certain standards of stability can be expected. Developers will co…
-
### CloudPanel version(s) affected
2.4.2
### Description
# Issue: Database backups not getting deleted after retentionPeriod.
I have modified the CloudPanel cron to retain the DB backups for 3 d…
-
Is it possible to run the container as a non-root user, specifically I want to run it as my host user either by passing `PUID` and `PGID` env vars or with `user: 1000:1000`.
-
Hey!
# Problem
Recently I've seen specific backup schedules just not being executed anymore (after working perfectly fine for a while and not touching anything).
After trying to dig into it I'v…
-
### Creating a feature request
#### Is your feature request related to a problem? Please describe:
- For the longest time, I had no idea why my services kept going down consistently at 1:25 AM eve…
-
We can now backup GApps account's, one account at a time. It involves opening a browser window to grant OAuth2 privileges for each account that needs to be backed up.
I am wondering if we could hav…