Unable to install local retool on Mac

Hi,

I am trying to install retool locally on my Mac using the one line code provided.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/tryretool/retool-onpremise/master/local-trial)"

I am getting the below error at Postgres.

CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS

INFO: updating Retool!
[+] Running 4/5
⠿ db-ssh-connector Skipped - No image to be pulled 0.0s
⠿ api Skipped - No image to be pulled 0.0s
⠿ jobs-runner Skipped - No image to be pulled 0.0s
⠿ db-connector Skipped - No image to be pulled 0.0s
⠿ postgres Error 8.6s
Error response from daemon: Get "https://registry-1.docker.io/v2/library/postgres/manifests/sha256:2f2b1f4d9d83db7378584d7f41b15a49b2cea25956af67698f8ea80e3bdc28ba": dialing registry-1.docker.io:443 static system has no HTTPS proxy: connecting to xx.xxx.xx.xxx:443: dial tcp xx.xxx.xx.xxx:443: i/o timeout

My goal is to integrate retool with Big query and I don't have any need for Postgres. Can you please let know how this can be fixed?

Regards,
Kishore

Hey @Kishore_Reddy_Battu!

Would you mind sharing a bit more about your current network setup?

Thank you for sharing your logs, super helpful. On further investigation, it looks as though both retool.com/self-hosted and my.retool.com might be referencing an outdated install script for deploying locally. Can you try the following?

  1. In Docker Desktop, click on the little bug icon in the top right and click "Clean/ purge data" then restart Docker Desktop
  2. Run a docker system prune for good measure
  3. Use the script in the github repo here (looks like the one you're using). In one-liner form:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/tryretool/retool-onpremise/master/local-trial)"

Docs for running this local trial here.

As a side note: it's almost always going to be necessary to go into Docker resource settings and increase the amount of memory + swap allocated (Retool will basically fail to run on 4GB or less).

Let me know how that goes!

Hi @Victoria ,

Thanks. With the new one liner shared, now I am able to complete the setup.

Regards,
Kishore

Ah, wonderful! Very glad to hear it :star_struck: