Skip to content

fix: broken line breaks in step-by-step file #2580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions docusaurus/docs/cms/migration/v4-to-v5/step-by-step.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ Your Strapi v4 application is already running on the latest v4 minor and patch v

Before getting into the upgrade process itself, take the following precautions:

1. **Backup your database**.

If you are using SQLite with the default configuration (the default database provided with Strapi), your database file is named `data.db` and is located in the `.tmp/` folder at the root of your Strapi application.

If you are using another type of database, please refer to their official documentation (see <ExternalLink to="https://www.postgresql.org/docs/" text="PostgreSQL docs"/> and <ExternalLink to="https://dev.mysql.com/doc/" text="MySQL docs"/>).

If your project is hosted on Strapi Cloud, you can manually [create a backup](/cloud/projects/settings#creating-a-manual-backup).
1. **Backup your database**:
* If you are using SQLite with the default configuration (the default database provided with Strapi), your database file is named `data.db` and is located in the `.tmp/` folder at the root of your Strapi application.
* If you are using another type of database, please refer to their official documentation (see <ExternalLink to="https://www.postgresql.org/docs/" text="PostgreSQL docs"/> and <ExternalLink to="https://dev.mysql.com/doc/" text="MySQL docs"/>).
* If your project is hosted on Strapi Cloud, you can manually [create a backup](/cloud/projects/settings#creating-a-manual-backup).
2. **Backup your code**:
* If your code is versioned with git, create a new dedicated branch to run the migration.
* If your code is _not_ versioned with git, create a backup of your working Strapi v4 code and store it in a safe place.
Expand Down
11 changes: 4 additions & 7 deletions docusaurus/static/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8937,13 +8937,10 @@ Your Strapi v4 application is already running on the latest v4 minor and patch v

Before getting into the upgrade process itself, take the following precautions:

1. **Backup your database**.

If you are using SQLite with the default configuration (the default database provided with Strapi), your database file is named `data.db` and is located in the `.tmp/` folder at the root of your Strapi application.

If you are using another type of database, please refer to their official documentation (see and ).

If your project is hosted on Strapi Cloud, you can manually [create a backup](/cloud/projects/settings#creating-a-manual-backup).
1. **Backup your database**:
* If you are using SQLite with the default configuration (the default database provided with Strapi), your database file is named `data.db` and is located in the `.tmp/` folder at the root of your Strapi application.
* If you are using another type of database, please refer to their official documentation (see and ).
* If your project is hosted on Strapi Cloud, you can manually [create a backup](/cloud/projects/settings#creating-a-manual-backup).
2. **Backup your code**:
* If your code is versioned with git, create a new dedicated branch to run the migration.
* If your code is _not_ versioned with git, create a backup of your working Strapi v4 code and store it in a safe place.
Expand Down