mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] Mention sudo for migration tool usage
This commit is contained in:
parent
51fbd9f267
commit
a2d03aa96d
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ After upgrading to 2.7.14, go to Tools > Migrations to access the migrations int
|
|||
After upgrading to 2.7.14, run :
|
||||
|
||||
```bash
|
||||
yunohost tools migrations migrate
|
||||
sudo yunohost tools migrations migrate
|
||||
```
|
||||
|
||||
then read carefully and accept the disclaimer.
|
||||
|
|
|
@ -25,7 +25,7 @@ Après avoir mis à jour vers la version 2.7.14, allez dans Outils > Migrations
|
|||
Après avoir mis à jour vers la version 2.7.14, lancez :
|
||||
|
||||
```bash
|
||||
yunohost tools migrations migrate
|
||||
sudo yunohost tools migrations migrate
|
||||
```
|
||||
|
||||
puis lisez attentivement l'avertissement et les instructions.
|
||||
|
|
Loading…
Reference in a new issue