Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
moving_nextcloud_data [2022/03/01 18:46]
warmachine
moving_nextcloud_data [2022/03/01 19:09] (current)
warmachine
Line 30: Line 30:
 Inside the MySQL console: Inside the MySQL console:
  
-<code>use <nextclouddb>;+<code> 
 +use <nextclouddb>;
 update oc_storages set id='local::/new/path/to/data/' where id='local::/path/to/data/';  update oc_storages set id='local::/new/path/to/data/' where id='local::/path/to/data/'; 
-quit;</code>+quit; 
 +</code>
              
 Again outside the MySQL console Again outside the MySQL console
Last modified: le 2022/03/01 18:46