diff --git a/docs/content/usage/configurations.md b/docs/content/usage/configurations.md index 5e2d1b59bc..d90f1b94bc 100644 --- a/docs/content/usage/configurations.md +++ b/docs/content/usage/configurations.md @@ -80,6 +80,14 @@ DATABASE_URL= Where `` is the URL of your PostgreSQL database. +### Changing Database Type + +Remember to run migrations after you change your database type to `postgres` from another type: + +```bash +medusa migrations run +``` + ### Common Configuration As Medusa internally uses [Typeorm](https://typeorm.io/) to connect to the database, the following configurations are also available: