From bd9dc6b1e65e5aebc3a7390a2d43709eb99a9bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacques=20Verr=C3=A9?= Date: Mon, 16 Dec 2024 10:58:22 +0000 Subject: [PATCH] Updated upgrade instructions (#899) --- .../documentation/docs/self-host/local_deployment.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/opik-documentation/documentation/docs/self-host/local_deployment.md b/apps/opik-documentation/documentation/docs/self-host/local_deployment.md index 65e87de83d..1ef973dabf 100644 --- a/apps/opik-documentation/documentation/docs/self-host/local_deployment.md +++ b/apps/opik-documentation/documentation/docs/self-host/local_deployment.md @@ -84,9 +84,12 @@ To upgrade Opik, you can run the following command: # Navigate to the opik/deployment/docker-compose directory cd opik/deployment/docker-compose -# Pull the latest changes +# Update the repository to pull the most recent docker compose file git pull +# Update the docker compose image to get the most recent version of Opik +docker compose pull + # Restart the Opik platform with the latest changes docker compose up --detach ```