Skip to content

Commit

Permalink
[Fix][Doc] Remove postgre sql metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zixi0825 authored Sep 21, 2024
1 parent 7c27485 commit 6e95e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-get-started/01-deploy-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd datavines
```

## Database preparation
The metadata of `Datavines` is stored in a relational database. Currently, `MySQL` and `PostgreSQL` are supported, and `PostgreSQL` is used by default. The following uses `MySQL` as an example to illustrate the installation steps:
The metadata of `Datavines` is stored in a relational database. Currently, `MySQL` are supported. The following uses `MySQL` as an example to illustrate the installation steps:
- Create database `datavines`
- Execute the `script/sql/datavines-mysql.sql` script to initialize the database

Expand Down

0 comments on commit 6e95e62

Please sign in to comment.