Finalizing Docker Compose files and configuration options
This commit is contained in:
@@ -15,7 +15,8 @@ git clone https://scott_idem@bitbucket.org/oneskyit/one-sky-it-container-environ
|
||||
* Copy MariaDB database files to the srv/mariadb/ directory using rsync. The original files may need to be copied from the normal Arch Linux location (/var/lib/mysql) first and then possibly reset the root password.
|
||||
```bash
|
||||
sudo rsync -vhr -progress /var/lib/mysql/ /srv/env/test_aether/srv/mariadb/
|
||||
sudo rsync -vhrz scott@linode.oneskyit.com:/srv/env/test_aether/srv/mariadb/ /srv/mariadb/
|
||||
sudo rsync -vhrz scott@linode.oneskyit.com:/srv/env/test_aether/srv/mariadb/ /srv/env/test_aether/srv/mariadb/
|
||||
sudo chown -R scott:scott /srv/env/test_aether/srv/mariadb/
|
||||
```
|
||||
|
||||
### Part 3
|
||||
|
||||
Reference in New Issue
Block a user