-
With this example docker compose config:
```
db:
restart: unless-stopped
environment:
...
build:
dockerfile_inline: |
FROM mariadb:10.1
mysql-cron-backup-hou…
-
@fool @onewheelskyward
As a developer / user of the Shift website, I would like automated daily(?) backups to occur so that if something goes wrong with the database, my events aren't 'lost'.
Di…
-
First of all, thank you for this awesome piece of software! Backups had been working flawlessly until recent upgrades.
### Error Message and Logs
```
App\Jobs\DatabaseBackupJob ................…
-
Hi! I am using your docker-compose-wamp its very useful. Now i want to do a backup of my database, do you have any script to do that? Or some advise.
Thanks
-
I have this setup using docker compose:
> services:
> db:
> image: mysql:8.4.2
> restart: always
> environment:
> MYSQL_DATABASE: 'xxxxxxxx'
> # Password for root ac…
-
So I have the following compose.yaml
```yaml
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
container_name: nginx_proxy_manager_app
restart: unless-stopped
labels:
…
-
### Error Message and Logs
This issue has been asked numerous times on Discord channel but none of them got proper replies and fixes. There are similar open issues as well.
-Some container databa…
-
Jamie, this doesn't work correctly in neither themes.
It returns an error anytime you click _Backup Now_ with _Download to browser_ option.
Later, it returns an error "Database backup failed : O…
-
**Describe the bug**
When making a MySQL database backup to a target directory that has a space in it on Linux Mint, the database is never properly selected and the MySQL Dump command that is generat…
-
*If you have problems with the installation please use our [community forum](https://community.leantime.io)*
**What set up are you using**
* [ ] Cloud Hosted Version
* [X] Self Hosted
**Descri…