这是indexloc提供的服务,不要输入任何密码
Skip to content

Cannot use serializable mode in a hot standby #660

@rijnhardtkotze

Description

@rijnhardtkotze

I am following the instructions from the official documentation.

I am trying to connect Hasura to a follower database, it serves the following error: "cannot use serializable mode in a hot standby"

Here is the exception:

{  
  "internal":{  
      "statement":"BEGIN ISOLATION LEVEL SERIALIZABLE ",
      "prepared":true,
      "error":{  
         "exec_status":"FatalError",
         "hint":"You can use REPEATABLE READ instead.",
         "message":"cannot use serializable mode in a hot standby",
         "status_code":"0A000",
         "description":null
      },
      "arguments":[  

      ]
  },
  "path":"$",
  "error":"postgres tx error",
  "code":"postgres-error"
}

Any ideas?

Metadata

Metadata

Assignees

Labels

a/data/postgresc/serverRelated to servere/hardWill take weeks of effortk/enhancementNew feature or improve an existing featurep/longtermLow priority issues that will be picked up based on user feedback or bandwidth

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions