Re: Help with configuring pgAudit

2019-11-19 Thread Rajni Baliyan
Hello Dave, What I can see is you missed to include pgAudit extension in shared_preload_libraries parameter (*shared_preload_libraries='pgaudit'*). Thanks Rajni On Wed, Nov 20, 2019 at 7:39 AM Dave Hughes wrote: > Hello, > I'm using PostgreSQL 10.5 on Linux (RHEL). I recently installed pgAudit

Re: pg_controldata: could not read file "/opt/postgres/9.2/data//global/pg_control": Success

2018-10-08 Thread Rajni Baliyan
Hi Raghvendra, Free up some space before restarting. Old archive/backup/logs could be the candidate for clean up. You do not need much space to restart instance. Once started, login to db and execute checkpoint. Thanks Rajni On Mon, 8 Oct 2018 at 4:40 pm Raghavendra Rao J S V < raghavendra...@gm

Re: pg_upgrade help

2018-04-18 Thread Rajni Baliyan
Hello Akshay, Try starting both servers individually. If you can then,it may be port conflict Below is the part of document- Obviously, no one should be accessing the clusters during the upgrade. pg_upgrade defaults to running servers on port 50432 to avoid unintended client connections. You can