change param in readme command
This commit is contained in:
parent
87bea1f45d
commit
5f890a1fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ The only missing bit to make your local deployment be like the production DWH is
|
|||
For example, if you are working on models that use data from Core, you can dump and restore from your terminal with something roughly like this:
|
||||
|
||||
```bash
|
||||
pg_dump -h superhog-dwh-prd.postgres.database.azure.com -U airbyte_user -W -F t dwh -n sync_core > core.dump
|
||||
pg_dump -h superhog-dwh-prd.postgres.database.azure.com -U airbyte_user -W -F plain dwh -n sync_core > core.dump
|
||||
|
||||
pg_restore -h localhost -U postgres -W -d dwh core.dump
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue