Skip to content

Commit b5db4eb

Browse files
authored
fix: broken line breaks in step-by-step file (#2580)
1 parent 6cb6345 commit b5db4eb

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

docusaurus/docs/cms/migration/v4-to-v5/step-by-step.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ Your Strapi v4 application is already running on the latest v4 minor and patch v
2525

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

28-
1. **Backup your database**.
29-
30-
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.
31-
32-
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"/>).
33-
34-
If your project is hosted on Strapi Cloud, you can manually [create a backup](/cloud/projects/settings#creating-a-manual-backup).
28+
1. **Backup your database**:
29+
* 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.
30+
* 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"/>).
31+
* If your project is hosted on Strapi Cloud, you can manually [create a backup](/cloud/projects/settings#creating-a-manual-backup).
3532
2. **Backup your code**:
3633
* If your code is versioned with git, create a new dedicated branch to run the migration.
3734
* If your code is _not_ versioned with git, create a backup of your working Strapi v4 code and store it in a safe place.

docusaurus/static/llms-full.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8937,13 +8937,10 @@ Your Strapi v4 application is already running on the latest v4 minor and patch v
89378937

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

8940-
1. **Backup your database**.
8941-
8942-
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.
8943-
8944-
If you are using another type of database, please refer to their official documentation (see and ).
8945-
8946-
If your project is hosted on Strapi Cloud, you can manually [create a backup](/cloud/projects/settings#creating-a-manual-backup).
8940+
1. **Backup your database**:
8941+
* 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.
8942+
* If you are using another type of database, please refer to their official documentation (see and ).
8943+
* If your project is hosted on Strapi Cloud, you can manually [create a backup](/cloud/projects/settings#creating-a-manual-backup).
89478944
2. **Backup your code**:
89488945
* If your code is versioned with git, create a new dedicated branch to run the migration.
89498946
* If your code is _not_ versioned with git, create a backup of your working Strapi v4 code and store it in a safe place.

0 commit comments

Comments
 (0)