branch rename

This commit is contained in:
2024-10-27 00:09:16 +01:00
parent b8c893b467
commit c5920fc267
2 changed files with 14 additions and 9 deletions

View File

@@ -4,12 +4,22 @@ Welcome to public repository of my [Git Server](https://git.limbosolutions.com)
Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://git.limbosolutions.com/kb/duplicati) for backups.
- [Requirements](#requirements)
- [Setup](#setup)
- [Backup and Restore](#backup-and-restore)
- [Duplicati - git job Options](#duplicati---git-job-options)
- [Restore Database](#restore-database)
- [Git Action](#git-action)
- [runners](#runners)
- [lxc container - proxmox](#lxc-container---proxmox)
- [act tunner](#act-tunner)
## Requirements
- Docker
- Docker Compose
- Portainer (optional)
- [Duplicati Image with mySql client](https://git.limbosolutions.com/kb/duplicati/src/branch/main/docker/mysqlclient/README.md)
## Setup
@@ -17,7 +27,7 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://g
## Backup and Restore
Using [custom duplicati image](https://git.limbosolutions.com/kb/duplicati) to daily backups files and databases. Every action (backup/restore) creates an log entry on docker.
Using [custom duplicati image](https://git.limbosolutions.com/kb/duplicati) to daily backups files and databases and custom logs.
Docker Log.
@@ -40,14 +50,9 @@ mysql --host db -uroot -p ${MYSQL_DATABASE} < /db-dumps/$DB_FILE
#root password (root password is the enviromnent variable ${MYSQL_ROOT_PASSWORD})
```
## Maintenance
* latest update - 2024-02-18
## Git Action
## runers
## runners
## lxc container - proxmox

View File

@@ -50,8 +50,8 @@ services:
- db:/bck/db:ro
- db-dumps:/bck/db-dumps
restart: unless-stopped
volumes:
volumes:
duplicati-data:
data:
db: