Skip to content
Snippets Groups Projects
Commit 6d059904 authored by Santiago Said's avatar Santiago Said
Browse files

Update README.md

parent 8e111730
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,13 @@ To use it go to where you have a doodba environment and do this:
```
BASE_URL=s3://e2-production/serivet/ ./restorerdb.sh
```
### Reutilize existing backup in /tmp/db.sql.gz
If already downloaded the dump in /tmp/db.sql.gz use the flag -s/--skip-aws to save some time and Bandwidth
```
./restorerdb.sh --skip-aws
```
### Do not run autoclean
If you need to get the database without cleaning add -c/--skip-auto-clean
```
./restorerdb.sh --skip-auto-clean
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment