Thanks a lot Luca. Last question: If we want to run on windows then, is there any guide/documentation available that you can refer me. Thanks Bikram Majumdar Sr Software Developer/DBA, Aqsacom Inc. c. 1.972.365.3737 Disclaimer. This electronic mail message contains CONFIDENTIAL information which is (a) CUSTOMER / SUPPLIER / PARTNER PRIVILEGED COMMUNICATION, WORK PRODUCT, PROPRIETARY IN NATURE, OR OTHERWISE PROTECTED BY LAW FROM DISCLOSURE, and (b) intended only for the use of the Addressee(s) named herein. If you are not an Addressee, or the person responsible for delivering this to an Addressee, you are hereby notified that reading, copying, or distributing this message is prohibited. If you have received this electronic mail message in error, please reply to the sender and take the steps necessary to delete the message completely from your computer system. Statement and opinions expressed in this e-mail are those of the sender, and do not necessarily reflect those of AQSACOM. AQSACOM accepts no liability for any damage caused by any virus/worms transmitted by this email. -----Original Message----- From: Luca Ferrari <fluca1978@xxxxxxxxx> Sent: Tuesday, August 13, 2019 1:23 PM To: Bikram MAJUMDAR <Bikram.Majumdar@xxxxxxxxxxx> Cc: pgsql-admin@xxxxxxxxxxxxxxxxxxxx; bikramma@xxxxxxxxx Subject: Re: Question on pgwatch On Tue, Aug 13, 2019 at 6:50 PM Bikram MAJUMDAR <Bikram.Majumdar@xxxxxxxxxxx> wrote: > So are you saying we can run pgwatch from windows also ? No, I wrote that pgwatch runs in a docker container, so as far as you can run docker on windows you should be able to run pgwatch within docker on top of windows. > From reading so far on pgwatch, I thought it can be installed and run only on linux platforms - but, I may be wrong. pgwatch runs on a linux stack, so if you need to run it on windows you have either to runa virtual machine (running linux) or get a docker linux container available and running. > Can we install and run it from the postgres database server itself? I think it is possible, but probably not the best solution. Luca