-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
📝 DocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Salut,
Sauf erreur, je n'ai pas trouvé de rubrique concernant la mise à jour de l'application.
Voici ce qu'on a fait avec @thomaspnrhj sur l'instance du Haut-Jura.
Pouvez-vous nous confirmer que la procédure est OK ? L'intégrer à la doc ?
Merci !
Upgrade
Download latest release archive
cd ~
wget https://github.com/Georiviere/Georiviere-public/releases/latest/download/install.zip
unzip install.zip
rm install.zip
Shutdown the running app
cd ~/georiviere-public && docker compose down && cd ~
Replace the current version by the new one coping files and customs
mv georiviere-public georiviere-public-old
cp georiviere-public-old/.env georiviere-public/.env
cp georiviere-public-old/customization/* georiviere-public/customization/
cp georiviere-public-old/translations/* georiviere-public/translations/
cp georiviere-public-old/medias/* georiviere-public/medias/
Launch the upgraded app
cd ~/georiviere-public && docker compose build && docker compose up -d
Metadata
Metadata
Assignees
Labels
📝 DocumentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Todo