You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/cms/migration/v4-to-v5/step-by-step.md
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,10 @@ Your Strapi v4 application is already running on the latest v4 minor and patch v
25
25
26
26
Before getting into the upgrade process itself, take the following precautions:
27
27
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 <ExternalLinkto="https://www.postgresql.org/docs/"text="PostgreSQL docs"/> and <ExternalLinkto="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 <ExternalLinkto="https://www.postgresql.org/docs/"text="PostgreSQL docs"/> and <ExternalLinkto="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).
35
32
2.**Backup your code**:
36
33
* If your code is versioned with git, create a new dedicated branch to run the migration.
37
34
* If your code is _not_ versioned with git, create a backup of your working Strapi v4 code and store it in a safe place.
Copy file name to clipboardExpand all lines: docusaurus/static/llms-full.txt
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8937,13 +8937,10 @@ Your Strapi v4 application is already running on the latest v4 minor and patch v
8937
8937
8938
8938
Before getting into the upgrade process itself, take the following precautions:
8939
8939
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).
8947
8944
2. **Backup your code**:
8948
8945
* If your code is versioned with git, create a new dedicated branch to run the migration.
8949
8946
* 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