Heroku with aws lightsail [Mar 31]

:raising_hand_man: coromandel asked

hi, just started on Nocodb looks great. Once click install on Heroku nice. Now I’m stuck, how possible to pipe Heroku into AWS Lightsail MySQL database?

:raising_hand_man: wkw replied

for one-click deployment, we are using heroku postgres.

the db connection string is defined in heroku env settings

Go to Heroku > Choose your app > Settings > Config Vars > Click ‘Reveal Config Vars’ > DATABASE_URL

You should see the value like postgres://:@:5432/

however, if you wish to use mysql, you need to remove this and install a mysql plugin to define DATABASE_URL yourself

Autogenerated from discord


Join NocoDB’s community

DiscordTwitterRedditDocs