Hi All - I used ForestAdmin a lot with my previous employer, but it’s been about 5-years. The company I work for now is scoping it out as a tool and we are trying to setup a demo account. I’m a bit confused as it’s asking for a DB Connection string which was not required in the past.
In the past with Rails we would install the Forest SDK/Gem, add credentials and it would be able to talk to forest from there. Our DB does not have a publicly accessible endpoint. Is a DB connection string a new requirement?
We’re excited to see you again after a long time, we have a lot of new feature waiting for you
The new onboarding defaults to a Cloud installation, it’s a setup where everything is handled and hosted by Forest Admin, you can find more about it in our documentation.
You can schedule a meet with our team so that we can guide you to the appropriate onboarding flow for your needs.
If you choose self-hosted and are still using Rails, I suggest you to look at our new agent gem !
The self-hosted version works as you remember, the database credentials are only configured on the agent you are hosting on your server, and it does not need to be publicly accessible as shown on this documentation page.
Whereas the Cloud install would require a publicly accessible database, or at least you would need to whitelist our IP adresses, so that the agent we host for you can access the database.