Skip to content

DB connection error from linux server #174

Closed
@StefanMunnes

Description

@StefanMunnes

Hello again,
since I have the opportunity to run shiny apps and therefore also surveydown from my institute's server. Testing on my local machine was fine, after dealing with the table problem.

Now I try to transfer and implement the tested survey on the remote linux server and connect it with the supabase database. From the linux server I'm forced to disable the gssencmode with gssencmode='disable'. But even if I stored this in .env config file, I receive the following error:

invalid connection option "gssencmode"

I also receive this error if I only test this on the server with the implemented pool-function:

pool <- pool::dbPool(
  RPostgres::Postgres(),
  host = "...",
  dbname = "postgres",
  port = 6543,
  user = "...",
  password = ".",
  gssencmode = "disable"
)

Any idea what is going on?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions