This page was exported from GTUTO [ https://www.gtuto.com ] Export date:Wed Apr 30 19:00:17 2025 / +0000 GMT ___________________________________________________ Title: NEXTCLOUD déplacer data --------------------------------------------------- sudo -u www-data php /path/to/nextcloud/occ maintenance:mode --on mkdir -p /new/path/to/data cp -a /path/to/data/. /new/path/to/data chown -R www-data:www-data /new/path/to/data /path/to/nextcloud/config/config.php --> 'datadirectory' => '/new/path/to/data', // Modif contenu de la Table oc_storages id='local::/new/path/to/data/' --> id='local::/path/to/data/' sudo -u www-data php /path/to/nextcloud/occ maintenance:mode --off //Si tout est bon : rm -R /path/to/data --------------------------------------------------- Images: --------------------------------------------------- --------------------------------------------------- Post date: 2019-04-06 16:25:55 Post date GMT: 2019-04-06 16:25:55 Post modified date: 2019-04-06 16:32:38 Post modified date GMT: 2019-04-06 16:32:38 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com