A simple and robust Docker-Compose setup for hosting Nextcloud, the privacy oriented cloud storage.
TODO
- Backup your data ! You can use
rsync
with the-aP
option to keep the file ownership/rights - Make a dump of your existing database. e.g : MariaDB/MySQL
mysqldump -u <user> -p<password> -D <database> > nextcloud.bak.sql
- Save your
config.php
file and merge the informations with the config file inconfig/config.php
- TODO