Files
git.limbosolutions.com/README.md

1.0 KiB

git.limbosolutions.com

Welcome to public repository of my Git Server

Using gitea and duplicati for backups.

Check for more information about admistration.

Requirements

Setup

Docker Compose File

Backup & Restore

Using duplicati to daily backups of files and databases.

Restore Database

#select a file to import
ls /db-dumps
#select a file to import
DB_FILE= "file name to import"
mysql --host db -uroot -p ${MYSQL_DATABASE} < /db-dumps/$DB_FILE
#root password (root password is the enviromnent variable ${MYSQL_ROOT_PASSWORD})