Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |
| linux:nextcloud:maintenance_et_astuces [2026/07/23 21:33] – [Nextcloud Map - Photos] tutospisto | linux:nextcloud:maintenance_et_astuces [2026/07/23 21:33] (Version actuelle) – [Downgrading is not supported and may corrupt your instance] tutospisto |
|---|
| <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> |
| |
| |