mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #2071 from Taekiro/patch-1
migrate is deprecated, use run instead
This commit is contained in:
commit
377a1c9dfd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ After upgrading to 4.4.x, go to Tools > Migrations to access the migrations inte
|
||||||
After upgrading to 4.4.x, run :
|
After upgrading to 4.4.x, run :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yunohost tools migrations migrate
|
sudo yunohost tools migrations run
|
||||||
```
|
```
|
||||||
|
|
||||||
then read carefully and accept the disclaimer.
|
then read carefully and accept the disclaimer.
|
||||||
|
|
Loading…
Reference in a new issue