Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: updated comments in upgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVZ96 committed Feb 17, 2024
1 parent 9514782 commit 29b08cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion upgrade_mongo_5_0.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail

# This script will upgrade a devstack that was previosly running Mongo DB 4.0 to MongoDB 4.0
# This script will upgrade a devstack that was previosly running Mongo DB 4.x to MongoDB 5.x

. scripts/colors.sh

Expand Down
2 changes: 1 addition & 1 deletion upgrade_mongo_6_0.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail

# This script will upgrade a devstack that was previosly running Mongo DB 4.0 to MongoDB 4.0
# This script will upgrade a devstack that was previosly running Mongo DB 5.x to MongoDB 6.x

. scripts/colors.sh

Expand Down
2 changes: 1 addition & 1 deletion upgrade_mongo_7_0.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail

# This script will upgrade a devstack that was previosly running Mongo DB 4.0 to MongoDB 4.0
# This script will upgrade a devstack that was previosly running Mongo DB 6.x to MongoDB 7.x

. scripts/colors.sh

Expand Down

0 comments on commit 29b08cd

Please sign in to comment.