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
restore-next [2020/10/21 23:32] gwsadminrestore-next [2023/05/17 22:52] (current) – external edit 127.0.0.1
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.1603323130.txt.gz · Last modified: 2023/05/17 22:52 (external edit)