Install prefix postgresql extension

Hi there. Our ruby on rails app’s test suite needs this extension to run. How do I install it on circle?

Figured it out. If any one is looking for an answer… you could do it in 2 ways:

  1. Inside the configuration of your project via the web app
  2. By including it in your circle.yml file

What I did was:

  • sudo apt-get update
  • sudo apt-get install postgresql-9.4-prefix