Skip to content

Commit

Permalink
remove force flag from migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed May 30, 2024
1 parent af07e4f commit 2a6ee60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployments/scripts/migration-test
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ function perform_migration() {
# Ensure tar changes are synced to disk. This shouldn't be necessary,
# but this script will run in a lot of contexts, so better to be sure.
sync
# N.B. the `--force` flag is necessary specifically for 0.75.x -> 0.76.x
RUST_LOG="info,pd=debug,penumbra=debug" \
cargo run --quiet --release --bin pd -- migrate --force
cargo run --quiet --release --bin pd -- migrate
}

# Create a post-migration tarball of the migrated state, entailing:
Expand Down

0 comments on commit 2a6ee60

Please sign in to comment.