You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/es-db-compare/verification/Verification.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Verification
2
2
3
3
## Steps
4
+
- Set `REPORT_S3_BUCKET`, `ACCESS_KEY_ID`, `SECRET_ACCESS_KEY` keys to `config/default.js` file. If you don't set report will be generated in local file
4
5
- Start ES and DB services: `docker-compose -f local/docker-compose.yml up`
5
6
- Insert ES and DB data:
6
7
@@ -17,4 +18,4 @@
17
18
PROJECT_LAST_ACTIVITY_AT=0 npm run es-db-compare
18
19
```
19
20
20
-
- See `./report.html` under the root project directory.
21
+
- See uploaded file in AWS Console or See `./report.html` under the root project directory.
0 commit comments