olivermrbl / medusa-printful

20 stars 1 forks source link

yarn seed - error: database "medusa-printful" does not exist #6

Open bdougie opened 2 years ago

bdougie commented 2 years ago

What is wrong.

While following the README, I got the error message "medusa-printful" does not exist.

  1. Start Medusa At this point, we assume that you have Redis and Postgres running locally. You should have a Postgres DB named medusa-printful.

The README refers to Postgres but the project is running sqlite3. Also, Redis comes out of nowhere at this point.

Question

What is the step before running yarn seed? Postgres of sqlite?

I assume the Sqlite Database news to be created, but that is not documented in the Getting Started section of the README.