User Tools

Site Tools


restore-next

How to restore Nextcloud

  • Put Nextcloud into maintenance mode: (in config.php file)
<?php
 
 "maintenance" => true,
  • Using rsync, restore the folder and its contents e.g.
rsync -Aax /whereyourbackupis/nextcloud-dirbkp_20201010 /whereyourwebdirectoryis/nextcloud-data/
  • Restore the database using PHPmyadmin, how to import can be found here
restore-next.txt · Last modified: 2023/05/17 22:52 by 127.0.0.1