Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation pour la mise à jour #39

Open
xavyeah39 opened this issue Oct 16, 2023 · 0 comments
Open

Documentation pour la mise à jour #39

xavyeah39 opened this issue Oct 16, 2023 · 0 comments
Labels
📝 Documentation Improvements or additions to documentation

Comments

@xavyeah39
Copy link
Contributor

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
@babastienne babastienne added the 📝 Documentation Improvements or additions to documentation label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Documentation Improvements or additions to documentation
Projects
Status: Todo
Development

No branches or pull requests

2 participants