Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: sougata-progress <[email protected]>
  • Loading branch information
sougata-progress committed Nov 9, 2024
1 parent a7c21ad commit 124c401
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,11 @@ start_minio() {
if [ -d "/hab/svc/builder-minio/data/" ]; then
backup_minio_data
fi

sudo hab svc load "${BLDR_ORIGIN}/builder-minio" --channel $BLDR_CHANNEL --force
sudo hab svc unload "${BLDR_ORIGIN}/builder-datastore"
sleep 10
sudo hab svc load "${BLDR_ORIGIN}/builder-datastore" --channel "stable" --force
sleep 10
sudo hab svc load "${BLDR_ORIGIN}/builder-minio" --channel "stable" --force
sleep 10
bash ./minio-update.sh preflight_checks
if [ $? != 0 ]; then
Expand Down

0 comments on commit 124c401

Please sign in to comment.