Difference between revisions of "Dropping Sites"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "psql -U myipfix -h 127.0.0.1  truncate table trafficgroups; truncate table trafficgroupsdeployed; truncate table trafficgroupsubnets;  \c \q")
 
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
psql -U myipfix -h 127.0.0.1 
+
Stop gigaflow
truncate table trafficgroups;
+
 
truncate table trafficgroupsdeployed;
+
Log into postgres
truncate table trafficgroupsubnets; 
+
 
\c
+
psql -U myipfix -h 127.0.0.1 
\q
+
//password is myipfix
 +
 +
Run these postgres commands
 +
truncate table trafficgroups;
 +
truncate table trafficgroupsdeployed;
 +
truncate table trafficgroupsubnets; 
 +
\q
 +
 
 +
 
 +
Restart gigaflow

Latest revision as of 15:59, 5 July 2023

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; 
\q


Restart gigaflow