Is it possible to set up a postgres database for the background agent to use?
I would need a database in my rails project for the agent to run the specs for example.
There is a startup step and an installation step mentioned in the docs. Postgres could work but it would definitely slow down start time. There will also be limits in terms of memory.