From f432b4c75e5402fc9cef0cf6dfe806b1ecdb45ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Thu, 11 Sep 2025 10:35:13 +0200 Subject: [PATCH] [IMP] add commented command to launch global addons update at each step of the migration --- 13.0/post_upgrade.sh | 5 +++++ 14.0/post_upgrade.sh | 5 +++++ 15.0/post_upgrade.sh | 5 +++++ 16.0/post_upgrade.sh | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/13.0/post_upgrade.sh b/13.0/post_upgrade.sh index e69de29..fbc3758 100755 --- a/13.0/post_upgrade.sh +++ b/13.0/post_upgrade.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "Post migration to 13.0..." + +#compose --debug run ou13 -u base --stop-after-init --no-http diff --git a/14.0/post_upgrade.sh b/14.0/post_upgrade.sh index e69de29..166206c 100755 --- a/14.0/post_upgrade.sh +++ b/14.0/post_upgrade.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "Post migration to 14.0..." + +#compose --debug run ou14 -u base --stop-after-init --no-http diff --git a/15.0/post_upgrade.sh b/15.0/post_upgrade.sh index e69de29..549c49a 100755 --- a/15.0/post_upgrade.sh +++ b/15.0/post_upgrade.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "Post migration to 15.0..." + +#compose --debug run ou15 -u base --stop-after-init --no-http diff --git a/16.0/post_upgrade.sh b/16.0/post_upgrade.sh index e69de29..b85f0de 100755 --- a/16.0/post_upgrade.sh +++ b/16.0/post_upgrade.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "Post migration to 16.0..." + +#compose --debug run ou16 -u base --stop-after-init --no-http