-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
a/data/postgresc/serverRelated to serverRelated to servere/hardWill take weeks of effortWill take weeks of effortk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/longtermLow priority issues that will be picked up based on user feedback or bandwidthLow priority issues that will be picked up based on user feedback or bandwidth
Description
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?
0xbharath, vinay0410, sagarjauhari, swinkedy, jocrau and 6 more
Metadata
Metadata
Assignees
Labels
a/data/postgresc/serverRelated to serverRelated to servere/hardWill take weeks of effortWill take weeks of effortk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/longtermLow priority issues that will be picked up based on user feedback or bandwidthLow priority issues that will be picked up based on user feedback or bandwidth