Enable to launch my deployment in local

Hello,

I got this issue when i try co launch my self hosted deployment.
When i launch this command /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/tryretool/retool-onpremise/ssop/deploy-retool)" < <(echo "LICENSE_KEY")
I got this : There was an issue starting the Retool container

When i search the error i have this :

`Failing checking database migrations
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^

HostNotFoundError [SequelizeHostNotFoundError]: getaddrinfo ENOTFOUND postgres`

Thanks by advance

Hey @JennaUku!

One place this has shown up is with old Postgres versions, are you currently running 13.8 and are you able to upgrade if not?

Hello @Kabirdas, i just checked my postgres versions, and i'm at 14.3.

Is that ok or i need to be at the very last one ?

Thanks by advance,

I believe 14.3 should be sufficient :thinking: can you try doing a fresh install as mentioned here?