docs: add a need help button (#8069)

* docs: add a need help button

* change github issue link

* responsive fixes
This commit is contained in:
Shahed Nasser
2024-07-11 10:29:13 +03:00
committed by GitHub
parent f460348280
commit a8df528c65
23 changed files with 219 additions and 107 deletions
@@ -4,14 +4,12 @@ export const metadata = {
# {metadata.title}
{/* TODO add link [Upgrade Guides](../upgrade-guides/page.mdx) */}
If you run into errors after updating Medusa and its dependencies, it's highly recommended to check the Upgrade Guides if there is a specific guide for your version. These guides include steps required to perform after upgrading Medusa.
If there's no upgrade guide for your version, make sure that you ran the `migrations` command in the root directory of your Medusa backend:
If there's no upgrade guide for your version, make sure that you ran the `migrations` command in the root directory of your Medusa application:
```bash
npx medusa migrations run
```
This ensures your backend has the latest database structure required. Then, try running your Medusa backend again and check whether the same error occurs.
This ensures your application has the latest database structure required. Then, try running your Medusa application again and check whether the same error occurs.