Skip to content

Commit fea38c5

Browse files
committed
Update README
1 parent a67bf32 commit fea38c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Set your source and target databases, as well as your s3 intermediary.
2727
```bash
2828
export POSTGRES_TO_REDSHIFT_SOURCE_URI='postgres://username:password@host:port/database-name'
2929
export POSTGRES_TO_REDSHIFT_TARGET_URI='postgres://username:password@host:port/database-name'
30+
export POSTGRES_TO_REDSHIFT_TARGET_SCHEMA='testing-data'
3031
export S3_DATABASE_EXPORT_ID='yourid'
3132
export S3_DATABASE_EXPORT_KEY='yourkey'
3233
export S3_DATABASE_EXPORT_BUCKET='some-bucket-to-use'

0 commit comments

Comments
 (0)