-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |