From 1ab23806cc1384b19e451a0e229cb8d5570eef2a Mon Sep 17 00:00:00 2001 From: s4muel Date: Thu, 28 Oct 2021 15:17:31 +0200 Subject: [PATCH] add a note about release versioning compatibility between v6 and v7 (#2721) --- docs/UPGRADE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/UPGRADE.md b/docs/UPGRADE.md index 0e42e8eb..4a3b1fb9 100644 --- a/docs/UPGRADE.md +++ b/docs/UPGRADE.md @@ -62,7 +62,9 @@ ### Step 2: Deploy -1. Find out next release name (ssh to the host, `ls` releases dir, find the bigget number). Example: `42`. +Since the release history numbering is not compatible between v6 and v7, you need to specify the `release_name` manually for the first time. Otherwise you start with release 1. + +1. Find out next release name (ssh to the host, `ls` releases dir, find the biggest number). Example: `42`. 2. Deploy with release_name: ``` dep deploy -o release_name=43