Description Perform the following steps to remove a large amount of camera events from the ESM Postgre database: <br> Removing Events: Shutdown all ESM servicesStart command prompt as admininistrator (do not use powershell)Change directories to exacqVisionEsm\PostgreSQL\9.2\bin and run the following:pg_dump -U postgres –schema-only ESM > ESM.sql#psql -U postgres -d ESMDROP TABLE camera_cameraevent CASCADE;DROP TABLE report_eventid… Continue reading How to delete a large amount of camera events from ESM