Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docusaurus/docs/cms/installation/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The above installation guide only covers the basic installation option using the
| `--enable-ab-tests`<br/>`--no-enable-ab-tests` | Enable or disable anonymous A/B testing, skipping the related CLI prompt |
| `--skip-db` | Skip all database-related prompts and create a project with the default (SQLite) database |
| `--template <template-name-or-url>` | Create the application based on a given template.<br/>Additional options for templates are available, see the [templates documentation](/cms/templates) for details. |
| `--dbclient <dbclient>` | Define the database client to use by replacing `<dbclient>` in the command by one of the these values:<ul><li>`sql` for a SQLite database (default)</li><li>`postgres` for a PostgreSQL database</li><li>`mysql` for a MySQL database</li></ul> |
| `--dbclient <dbclient>` | Define the database client to use by replacing `<dbclient>` in the command by one of the these values:<ul><li>`sqlite` for a SQLite database (default)</li><li>`postgres` for a PostgreSQL database</li><li>`mysql` for a MySQL database</li></ul> |
| `--dbhost <dbhost>` | Define the database host to use by replacing `<dbhost>` in the command by the value of your choice |
| `--dbport <dbport>` | Define the database port to use by replacing `<dbport>` in the command by the value of your choice |
| `--dbname <dbname>` | Define the database name to use by replacing `<dbname>` in the command by the value of your choice |
Expand Down Expand Up @@ -181,4 +181,4 @@ npm run develop
For self-hosted Strapi projects, all your content is saved in a database file (by default, SQLite) found in the `.tmp` subfolder in your project's folder. So anytime you start the Strapi application from the folder where you created your Strapi project, your content will be available (see [database configuration](/cms/configurations/database) for additional information).

If the content was added to a Strapi Cloud project, it is stored in the database managed with your Strapi Cloud project (see [advanced database configuration for Strapi Cloud](/cloud/advanced/database) for additional information).
:::
:::
Loading