rgeo/activerecord-postgis-adapter

PG::UndefinedFile: ERROR: could not open extension control file

El-Potato-Slayer opened this issue · 0 comments

I created a model that makes use of the st_point data type, however, whenever I run the migration, I run into the following error:

PG::UndefinedFile: ERROR:  could not open extension control file "C:/Program Files/PostgreSQL/13/share/extension/postgis.control": No such file or directory

I tried dropping and creating a new database, but I'm met with the same error.

Here are the versions I'm using:

  • Rails 6.1.3.2
  • Postgis adapter 7.1