Remix.run Logo
nik736 5 days ago

Anyone has any experience with PgEdge and can tell us about reliability? :-)

emarsden 4 days ago | parent | next [-]

They have an open issue concerning a SIGILL when loading the pgvector extension that hasn't been fixed or seen any activity in a month.

   https://github.com/pgEdge/pgedge-docker/issues/20
Daril 4 days ago | parent | prev [-]

I wanted to try it months ago ... but I stopped when I read in the install documentation :

To configure passwordless sudo, open the /etc/sudoers file, and add a line of the form: %username ALL = (ALL) NOPASSWD: ALL

And the same user should have a password less SSH access with private key ...

Valodim 3 days ago | parent | next [-]

Honest question, what's the problem with that? Hinging admin access for some machine on an ssh key seems like not too unusual practice?

Daril 3 days ago | parent [-]

From a security point of view, I am not comfortable giving a user unlimited access to the server. I don't know what solution pgEdge is implementing, but granting full access to the server when it should only operate on PostgreSQL is a security concern for me.

0x6c6f6c 4 days ago | parent | prev [-]

It could do better for sure, but it's a just a Get Started guide, I never consider that a Production Ready guide.