User Tools

Site Tools


restore-next

This is an old revision of the document!


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.1603670686.txt.gz · Last modified: 2023/05/17 22:52 (external edit)