---
title: "NextCloud : Migration 29.0.10 vers 30.0.4."
url: https://www.cyber-neurones.org/2025/01/nextcloud-migration-29-0-10-vers-30-0-4/
date: 2025-01-01
modified: 2025-01-01
author: "Frederic"
description: "Nextcloud Release Note 30.0.4 : https://nextcloud.com/fr/changelog/#latest30 Release Note 29.0.10 : https://nextcloud.com/fr/changelog/#latest29 A la fin j'ai quand même fait : # sudo -u www-data php /usr/share/nginx/nextcloud/occ files:scan --all ... # sudo..."
categories:
  - "Stockage"
tags:
  - "NextCloud"
word_count: 45
---

# NextCloud : Migration 29.0.10 vers 30.0.4.

Nextcloud

- Release Note 30.0.4 : https://nextcloud.com/fr/changelog/#latest30
- Release Note 29.0.10 : https://nextcloud.com/fr/changelog/#latest29

A la fin j'ai quand même fait :

# sudo -u www-data php /usr/share/nginx/nextcloud/occ files:scan --all
...
# sudo -u www-data php /usr/share/nginx/nextcloud/occ maintenance:repair --include-expensive
...
# sudo -u www-data php /usr/share/nginx/nextcloud/occ db:add-missing-indices
...