Dropping Sites

From Observer GigaFlow Support | VIAVI Solutions Inc.
Revision as of 15:59, 5 July 2023 by Kevin Wilkie (Talk | contribs)

Jump to: navigation, search

Stop gigaflow Log into postgres

psql -U myipfix -h 127.0.0.1 
//password is myipfix 

Run these postgres commands

truncate table trafficgroups;
truncate table trafficgroupsdeployed;
truncate table trafficgroupsubnets; 
\c
\q


Restart gigaflow