|
From: Christian R. <ram...@ne...> - 2021-04-09 18:45:12
|
On 09.04.21 20:32, Tim Polimeni wrote: > Thanks, I restarted the server and that fixed the DB issues... > > when trying to run the commands with the login issue I got the following > message. > > [netdisco@netengsrv01 ~]$ netdisco-do psql > [10900] 2021-04-09 18:29:03 info App::Netdisco version 2.047005 loaded. > [10900] 2021-04-09 18:29:03 info psql: started at Fri Apr 9 14:29:03 2021 > psql (10.15) > Type "help" for help. > > netdisco=> netdisco => update users set admin = false; > ERROR: syntax error at or near "netdisco" > LINE 1: netdisco => update users set admin = false; You need to leave out the "netdisco =>", that was meant to symbolize the "netdisco =>" prompt you already have there :) Cheers Christian |