I wanted to unload from one database(production) and reload into another database(QA) in Redshift having exact same schema....I issued S3 load command as following....copy table(col1,col2,col3,col4) from 's3://<bucket_path>/<file_name>.gzip' CREDENTIALS '...