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