mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Ensure that spip2 is up to date before the migration
This commit is contained in:
parent
d43cc98672
commit
b60b4750eb
1 changed files with 5 additions and 1 deletions
|
@ -50,7 +50,11 @@ Can the app be used by multiple users? **Yes**
|
|||
**This is not considered as stable yet, please do it with care and only for testing!**
|
||||
|
||||
This package handle the migration from SPIP2 to SPIP. For that, your
|
||||
SPIP2 application must be **up-to-date** in YunoHost.
|
||||
SPIP2 application must be **up-to-date** in YunoHost. To ensure that, execute:
|
||||
|
||||
```bash
|
||||
sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/spip2_ynh spip2 --debug
|
||||
```
|
||||
|
||||
You will then have to upgrade your SPIP2 application with this repository.
|
||||
This can only be done from the command-line interface - e.g. through SSH. Once you're connected, you simply have to execute the following:
|
||||
|
|
Loading…
Add table
Reference in a new issue