From 9c27dbde404c3960dbb82def67d6cd00dfb88a37 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Fri, 14 Oct 2022 18:16:56 +0200 Subject: [PATCH] Update app_galette.md How to retrieve DB password when update app --- .../04.applications/10.docs/galette/app_galette.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pages/04.applications/10.docs/galette/app_galette.md b/pages/04.applications/10.docs/galette/app_galette.md index 1be7965c..1f6a1bbd 100644 --- a/pages/04.applications/10.docs/galette/app_galette.md +++ b/pages/04.applications/10.docs/galette/app_galette.md @@ -15,6 +15,19 @@ routes: *Galette* is a membership management web application towards non profit organizations. This is before all a free software (as in free speech), community and free (as in beer)! Galette works on any web server that handle PHP. +### Updating the application + +Once you have updated the application, you must go to the installer page which by default is `https://domaine/galette/installer.php`. + +Once on this page, a verification of the prerequisites is displayed. +At the next step you will have to choose the type of installation: here `Update`. + +It is at this new step, where the fields are pre-filled, that you will have to fill in the database password. +You will be able to find it by connecting to your server with SSH. You will have to switch to `root` and display the `config.inc.php` file in which the application password is located: +>sudo su +> +>cat /var/www/galette/galette/config/config.inc.php + ## Useful links + Website: [galette.eu (en)](https://galette.eu/site/)