timosettels

Results 2 comments of timosettels

Yes exactly. When i enter `aqueduct db upgrade --use-ssl --connect postgres://...` The command takes a little longer to execute than without the `--use-ssl`-Flag but ultimately also fails: `*** There was...

To anyone hosting on heroku: When following the tutorial here [https://aqueduct.io/docs/deploy/deploy_heroku/](url) make sure to replace `heroku config:set DART_SDK_URL=https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip` with the explicit version `heroku config:set DART_SDK_URL=https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.2/sdk/dartsdk-linux-x64-release.zip` Otherwise you will run into...