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: docs/en/deployment/distributed-deployment-guide.md
+2-22
Original file line number
Diff line number
Diff line change
@@ -215,8 +215,6 @@ Note that ApolloPortalDB only needs to deploy one in the production environment,
215
215
216
216
### 2.1.1 Creating ApolloPortalDB
217
217
218
-
You can choose to create it by manually importing SQL or by automatically importing SQL via [Flyway](https://flywaydb.org/) depending on the actual situation.
219
-
220
218
#### 2.1.1.1 Manual SQL Import
221
219
222
220
You can import [apolloportaldb.sql](https://github.com/apolloconfig/apollo/blob/master/scripts/sql/profiles/mysql-default/apolloportaldb.sql) through various MySQL clients.
@@ -227,14 +225,7 @@ Using the native MySQL client as an example.
1. Modify the `flyway-portaldb.properties` in [flyway-portaldb.properties](https://github.com/apolloconfig/apollo/blob/master/scripts/flyway/flyway-portaldb.properties) in `flyway.user`, `flyway.password` and `flyway.url` configurations
235
-
2. Execute `mvn -N -Pportaldb flyway:migrate` in the apollo project root directory
236
-
237
-
#### 2.1.1.3 Verification
228
+
#### 2.1.1.2 Verification
238
229
239
230
After a successful import, you can verify it by executing the following sql statement.
You can choose to create it by manually importing SQL or automatically importing SQL via [Flyway](https://flywaydb.org/) according to the actual situation.
254
-
255
244
#### 2.1.2.1 Importing SQL Manually
256
245
257
246
You can import [apolloconfigdb.sql](https://github.com/apolloconfig/apollo/blob/master/scripts/sql/profiles/mysql-default/apolloconfigdb.sql) through various MySQL clients.
@@ -262,16 +251,7 @@ Using the native MySQL client as an example.
1. Modify the `flyway.user`, `flyway.password`, and `flyway.password` in [flyway-configdb.properties](https://github.com/apolloconfig/apollo/blob/master/scripts/flyway/flyway-configdb.properties) .
270
-
2. Run `mvn -N -Pconfigdb flyway:migrate` in the apollo project root directory
271
-
272
-
#### 2.1.2.3 Verification
273
-
274
-
254
+
#### 2.1.2.2 Verification
275
255
276
256
After a successful import, you can verify it by executing the following sql statement.
0 commit comments