From 59c72dd89e75b3cdc3dc4cc04a8df4c4b31ea5f5 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 28 May 2023 00:45:30 +0200 Subject: [PATCH] Update ADMIN.md Indication for migrate from garradin_yhn with branch migration-garradin --- doc/ADMIN.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index db374e4..7ade12e 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -3,9 +3,13 @@ This package handle 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 --debug +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. + +