We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbce1a4 commit c07a412Copy full SHA for c07a412
content/docs/change-database/troubleshoot.md
@@ -42,6 +42,12 @@ You need to grant the database owner permission to the Bytebase user configured
42
GRANT <<DATABASE_OWNER>> TO bytebase WITH INHERIT FALSE
43
```
44
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
51
### ERROR: must be owner of table xxx (SQLSTATE 42501)
52
53
You may encounter this error when executing the schema migration on PostgreSQL databases.
0 commit comments