Skip to content

Commit

Permalink
Remove references to unnecessary/removed --init_populate_metadata opt…
Browse files Browse the repository at this point in the history
…ion (#1871)

Signed-off-by: Josh Varner <[email protected]>
  • Loading branch information
joshvarner authored Oct 19, 2024
1 parent 7528d08 commit 89af9aa
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,9 @@ vttablet \
--db_allprivs_user msandbox \
--db_allprivs_password msandbox \
--init_db_name_override legacy \
--init_populate_metadata \
--disable_active_reparents &
```

Note that if your tablet is using a MySQL instance type where you do not have `SUPER` privileges to the database
(e.g. AWS RDS, AWS Aurora or Google CloudSQL), you should omit the `--init_populate_metadata` flag. The `--init_populate_metadata` flag should only be enabled if the cluster is being managed through Vitess.

You should be able to see debug information written to screen confirming Vitess can reach the unmanaged server. A common problem is that you may need to change the authentication plugin to `mysql_native_password` (MySQL 8.0).

Assuming that there are no errors, after a few seconds you can mark the server as externally promoted to primary:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,9 @@ vttablet \
--db_allprivs_user msandbox \
--db_allprivs_password msandbox \
--init_db_name_override legacy \
--init_populate_metadata \
--disable_active_reparents &
```

Note that if your tablet is using a MySQL instance type where you do not have `SUPER` privileges to the database
(e.g. AWS RDS, AWS Aurora or Google CloudSQL), you should omit the `--init_populate_metadata` flag. The `--init_populate_metadata` flag should only be enabled if the cluster is being managed through Vitess.

You should be able to see debug information written to screen confirming Vitess can reach the unmanaged server. A common problem is that you may need to change the authentication plugin to `mysql_native_password` (MySQL 8.0).

Assuming that there are no errors, after a few seconds you can mark the server as externally promoted to primary:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,9 @@ vttablet \
--db_allprivs_user msandbox \
--db_allprivs_password msandbox \
--init_db_name_override legacy \
--init_populate_metadata \
--disable_active_reparents &
```

Note that if your tablet is using a MySQL instance type where you do not have `SUPER` privileges to the database
(e.g. AWS RDS, AWS Aurora or Google CloudSQL), you should omit the `--init_populate_metadata` flag. The `--init_populate_metadata` flag should only be enabled if the cluster is being managed through Vitess.

You should be able to see debug information written to screen confirming Vitess can reach the unmanaged server. A common problem is that you may need to change the authentication plugin to `mysql_native_password` (MySQL 8.0).

Assuming that there are no errors, after a few seconds you can mark the server as externally promoted to primary:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,9 @@ vttablet \
--db_allprivs_user msandbox \
--db_allprivs_password msandbox \
--init_db_name_override legacy \
--init_populate_metadata \
--disable_active_reparents &
```

Note that if your tablet is using a MySQL instance type where you do not have `SUPER` privileges to the database
(e.g. AWS RDS, AWS Aurora or Google CloudSQL), you should omit the `--init_populate_metadata` flag. The `--init_populate_metadata` flag should only be enabled if the cluster is being managed through Vitess.

You should be able to see debug information written to screen confirming Vitess can reach the unmanaged server. A common problem is that you may need to change the authentication plugin to `mysql_native_password` (MySQL 8.0).

Assuming that there are no errors, after a few seconds you can mark the server as externally promoted to primary:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,9 @@ vttablet \
--db_allprivs_user msandbox \
--db_allprivs_password msandbox \
--init_db_name_override legacy \
--init_populate_metadata \
--disable_active_reparents &
```

Note that if your tablet is using a MySQL instance type where you do not have `SUPER` privileges to the database
(e.g. AWS RDS, AWS Aurora or Google CloudSQL), you should omit the `--init_populate_metadata` flag. The `--init_populate_metadata` flag should only be enabled if the cluster is being managed through Vitess.

You should be able to see debug information written to screen confirming Vitess can reach the unmanaged server. A common problem is that you may need to change the authentication plugin to `mysql_native_password` (MySQL 8.0).

Assuming that there are no errors, after a few seconds you can mark the server as externally promoted to primary:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,9 @@ vttablet \
--db_allprivs_user msandbox \
--db_allprivs_password msandbox \
--init_db_name_override legacy \
--init_populate_metadata \
--disable_active_reparents &
```

Note that if your tablet is using a MySQL instance type where you do not have `SUPER` privileges to the database
(e.g. AWS RDS, AWS Aurora or Google CloudSQL), you should omit the `--init_populate_metadata` flag. The `--init_populate_metadata` flag should only be enabled if the cluster is being managed through Vitess.

You should be able to see debug information written to screen confirming Vitess can reach the unmanaged server. A common problem is that you may need to change the authentication plugin to `mysql_native_password` (MySQL 8.0).

Assuming that there are no errors, after a few seconds you can mark the server as externally promoted to primary:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,9 @@ vttablet \
--db_allprivs_user msandbox \
--db_allprivs_password msandbox \
--init_db_name_override legacy \
--init_populate_metadata \
--disable_active_reparents &
```

Note that if your tablet is using a MySQL instance type where you do not have `SUPER` privileges to the database
(e.g. AWS RDS, AWS Aurora or Google CloudSQL), you should omit the `--init_populate_metadata` flag. The `--init_populate_metadata` flag should only be enabled if the cluster is being managed through Vitess.

You should be able to see debug information written to screen confirming Vitess can reach the unmanaged server. A common problem is that you may need to change the authentication plugin to `mysql_native_password` (MySQL 8.0).

Assuming that there are no errors, after a few seconds you can mark the server as externally promoted to primary:
Expand Down

0 comments on commit 89af9aa

Please sign in to comment.