Nayan Jyoti Das

Results 3 issues of Nayan Jyoti Das

The cli command aqueduct db upgrade was not able to connect to SSL only postgres instances while running migration scripts. Issue #811 This PR changes src/cli/scripts/run_upgrade.dart -> RunUpgradeExecutable.execute to use...

I am trying to insert objects using transaction inside transaction closure as described in the doc [here](https://aqueduct.io/docs/db/transactions/). As shown here we can do it in two ways inside transaction closure:...

When using s3sync on a bucket which has objects of size greater then 5GiBs, it fails with error: ``` pipeline step: 3 (UploadObj) failed with error: object: sync error: EntityTooLarge:...