Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| linux:nextcloud:maintenance_et_astuces [2026/07/23 21:33] – [Nextcloud Map - Photos] tutospisto | linux:nextcloud:maintenance_et_astuces [2026/08/24 21:27] (Version actuelle) – [Nextcloud Map - Photos] tutospisto |
|---|
| <code bash>sudo -u www-data php occ maps:scan-photos --now -- $USER</code> | <code bash>sudo -u www-data php occ maps:scan-photos --now -- $USER</code> |
| |
| | |
| | J'ai aussi lancé (mais sans savoir si c'était efficace car cela n'a pas scanné la localisation de toutes mes photos, info trouvée ici : https://github.com/pulsejet/memories/issues/832 ) : |
| | <code bash>sudo -u www-data php occ memories:index --force</code> |
| | Puis : |
| | <code bash>sudo -u www-data php occ memories:places-setup --recalculate</code> |
| | Et enfin : |
| | <code bash> |
| | sudo -u www-data php occ files:scan --all |
| | sudo -u www-data php occ memories:index</code> |
| |
| ===== Downgrading is not supported and may corrupt your instance ===== | ===== Downgrading is not supported and may corrupt your instance ===== |
| <code bash>Downgrading Nextcloud from 34.0.2.1 to 34.0.1.2 is not supported and may corrupt your instance (database and data directory). Restore a full backup (code, database, and data directory) taken before the change, or restore the previous codebase so that it matches the installed version (version 34.0.2.1).</code> | <code bash>Downgrading Nextcloud from 34.0.2.1 to 34.0.1.2 is not supported and may corrupt your instance (database and data directory). Restore a full backup (code, database, and data directory) taken before the change, or restore the previous codebase so that it matches the installed version (version 34.0.2.1).</code> |
| |
| Il suffit de vider les cache serveur avec : | Il suffit de vider le cache serveur avec : |
| <code bash>sudo systemctl restart php8.4-fpm && sudo systemctl restart apache2</code> | <code bash>sudo systemctl restart php8.4-fpm && sudo systemctl restart apache2</code> |
| |
| |