medusajs / medusa

The world's most flexible commerce platform.
https://medusajs.com
MIT License
26.23k stars 2.66k forks source link

An error occurred while preparing project: Error: An error occurred while running migrations: Could not create pg_trgm extension or indexes, skipping. If you want to use the pg_trgm extension, please install it manually and then run the migration productSearchGinIndexes1679950645254. #5961

Closed IChooseYou closed 11 months ago

IChooseYou commented 11 months ago

Fresh install oracle linux 9

? Would you like to create the Next.js storefront? You can also create it later Yes ? Enter your Postgres username postgres ? Enter your Postgres password [hidden] 🚀 Starting project setup, this may take a few minutes. ✔ Created project directory ✔ Installed Next.js Starter successfully in the boxstore-storefront directory. ✔ Database medusa-OWKz created ✔ Installed Dependencies ✔ Project Built An error occurred while preparing project: Error: An error occurred while running migrations: Could not create pg_trgm extension or indexes, skipping. If you want to use the pg_trgm extension, please install it manually and then run the migration productSearchGinIndexes1679950645254.

IChooseYou commented 11 months ago

sudo dnf install postgresql-contrib

was required