mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add matrix, plex and deluge
This commit is contained in:
parent
643ab3229a
commit
b09ac86a62
24 changed files with 390 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
register: db_tables_exist
|
||||
ignore_errors: true
|
||||
changed_when: db_tables_exist.stdout_lines|length == 0
|
||||
- name: Restore database
|
||||
- name: Restore Nextcloud database
|
||||
command: docker-compose exec -T db sh -c "mysql -u nextcloud -p{{nextcloud_mysql_password}} nextcloud < /backups/database.dmp"
|
||||
args:
|
||||
chdir: "{{docker_compose_files_folder}}/nextcloud/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue