Skip to content

Documentation pour la mise à jour #39

@xavyeah39

Description

@xavyeah39

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

No one assigned

    Labels

    📝 DocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions