mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
Update DISCLAIMER.md
Instructions to migrate to paheko
This commit is contained in:
parent
332af4a656
commit
f58b06b723
1 changed files with 18 additions and 2 deletions
|
@ -8,6 +8,22 @@ There is already a commercial software called "Garradin" in Australia, which doe
|
||||||
You can now upgrade Garradin with Paheko !
|
You can now upgrade Garradin with Paheko !
|
||||||
Don't stay with this repository, it will be no more supported.
|
Don't stay with this repository, it will be no more supported.
|
||||||
|
|
||||||
Take a Look at the Paheko repository and read the instructions how to migrate your application Garradin to Paheko:
|
Read the instructions how to migrate your application Garradin to Paheko:
|
||||||
|
|
||||||
https://github.com/YunoHost-Apps/paheko_ynh/
|
### Migrate from Garradin
|
||||||
|
|
||||||
|
Process the migration from Garradin to Paheko. For that, you will have to upgrade your Garradin 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:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/paheko_ynh/tree/garradin-migration --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
The --debug option will let you see the full output. If you encounter any issue, please report it aand paste the logs.
|
||||||
|
|
||||||
|
**Important**: After the migration, you'll have to wait a couple of minutes (at most 3 minutes) before you can start using Paheko.
|
||||||
|
|
||||||
|
Once the migration is done, you should then upgrade to new release of Paheko.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app upgrade paheko
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue