(20210316已解决)postgresql cannot execute CREATE TABLE in a read-only transation
Overview如题,在一个postgresql 的docker container里创建数据库出现上述错误。SolutionNormally the most plausible reasons for this kinde of error are:trying create statements on a read-only replica (the entire instance is r
·
-
Overview
如题,在一个postgresql 的docker container里创建数据库出现上述错误。
-
Solution
Normally the most plausible reasons for this kinde of error are:
- trying create statements on a read-only replica (the entire instance is read-only)
<username>hasdefault_transaction_read_onlyset to NO- the database has
default_transaction_read_onlyset to NO
My situation is the first one. So, create a new container.
-
Reference
更多推荐



所有评论(0)