Skip to content

Commit

Permalink
Merge pull request #81 from mongodb-labs/rohan/update_mv_disclaimer
Browse files Browse the repository at this point in the history
Update disclaimer and link to mongosync embedded verifier docs
  • Loading branch information
rohshar authored Dec 20, 2024
2 parents 3004e1d + 490d713 commit efbe591
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,17 @@ jobs:
srcConnStr: mongodb://localhost:27020
dstConnStr: mongodb://localhost:27030

# There seems no good reason to test on other OSes … ?
runs-on: ubuntu-latest
# Ubuntu 24 lacks OpenSSL 1.1.1’s libcrypto, which pre-v6 MongoDB
# versions need.
runs-on: ubuntu-22.04

name: ${{ matrix.mongodb_versions[0] }} to ${{ matrix.mongodb_versions[1] }}, ${{ matrix.topology.name }}

steps:
- run: uname -a
- run: ldconfig -p
- run: lsb_release -a

- name: Check out repository
uses: actions/checkout@v4

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Verify Migrations!

_This Repository is NOT an officially supported MongoDB product. This tool reduces the risk of undetected data inconsistencies from migrations, but it doesn’t provide guarantees of correctness._
_If verifying a migration done via [mongosync](https://www.mongodb.com/docs/cluster-to-cluster-sync/current/), please check if it is possible to use the
[embedded verifier](https://www.mongodb.com/docs/cluster-to-cluster-sync/current/reference/verification/embedded/#std-label-c2c-embedded-verifier) as that is the preferred approach for verification._

# To build

Expand Down

0 comments on commit efbe591

Please sign in to comment.