Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Jul 29, 2022
1 parent b06fe7f commit ad0ca85
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/maintenance/consistency/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# how to use consistency check with a deployment

```bash
cd osparc-simcore

cd packages/postgres-database
# this imports the database of master in a local volume
make import-db-from-docker-volume host=DOCKER_HOST_NAME host_volume=DB_VOLUME_NAME local_volume=LOCAL_VOLUME_NAME

cd -
cd scripts/maintenance
make
./check_consistency_data.py LOCAL_VOLUME_NAME DB_USERNAME DB_PSSWORD S3_ENDPOINT S3_ACCESS S3_SECRET S3_BUCKET
```

0 comments on commit ad0ca85

Please sign in to comment.