I'm connecting to the PostgreSQL database using IntelliJ IDEA DB Navigator plugin. Connections is established, and I can do selects on different tables. But when I try to execute an update statement from the console, I get the following error:
Error executing UPDATE statement. ERROR: cannot execute UPDATE in a read-only transaction - Connection: *: 47ms
Is there any way to figure out how to fix the error or how to check why the transaction in the read-only mode?
Versions: IntelliJ IDEA 2020.3.2 (Ultimate Edition) VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. DB Navigator version 3.2