User Tools

Site Tools


restore-next

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
restore-next [2020/10/21 23:32] gwsadminrestore-next [2020/10/26 00:04] gwsadmin
Line 1: Line 1:
 ====== How to restore Nextcloud ====== ====== How to restore Nextcloud ======
  
-======   ======+  * Put Nextcloud into maintenance mode: (in config.php file)
  
-====== Coming Soon ======+<code bash> 
 +<?php 
 + 
 + "maintenance" => true, 
 + 
 + 
 +</code> 
 + 
 +  * Using rsync, restore the folder and its contents e.g. 
 + 
 +<code bash> 
 +rsync -Aax /whereyourbackupis/nextcloud-dirbkp_20201010 /whereyourwebdirectoryis/nextcloud-data/ 
 + 
 + 
 +</code> 
 + 
 +  * Restore the database using PHPmyadmin, how to import can be [[:phpmyadmin-import-export|found here]]
  
  
restore-next.txt · Last modified: 2023/05/17 22:52 by 127.0.0.1