1.0 KiB
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
-
Docker Currently hosted on an ubuntu lxc container with docker and portainer + information.
Setup
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})