Skip to content

Commit c07a412

Browse files
committed
docs: add alloydb cloud iam set role limitation
1 parent bbce1a4 commit c07a412

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/docs/change-database/troubleshoot.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ You need to grant the database owner permission to the Bytebase user configured
4242
GRANT <<DATABASE_OWNER>> TO bytebase WITH INHERIT FALSE
4343
```
4444

45+
<HintBlock type="warning">
46+
47+
If you use AlloyDB, the database owner must NOT be created via [Cloud IAM](https://cloud.google.com/alloydb/docs/manage-iam-authn).
48+
49+
</HintBlock>
50+
4551
### ERROR: must be owner of table xxx (SQLSTATE 42501)
4652

4753
You may encounter this error when executing the schema migration on PostgreSQL databases.

0 commit comments

Comments
 (0)