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")
 
Line 1: Line 1:
 +
 
psql -U myipfix -h 127.0.0.1 
 
psql -U myipfix -h 127.0.0.1 
 +
#password is myipfix
 +
 
truncate table trafficgroups;
 
truncate table trafficgroups;
 +
 
truncate table trafficgroupsdeployed;
 
truncate table trafficgroupsdeployed;
 +
 
truncate table trafficgroupsubnets; 
 
truncate table trafficgroupsubnets; 
 +
 
\c
 
\c
 
\q
 
\q

Revision as of 15:43, 5 July 2023

psql -U myipfix -h 127.0.0.1 

  1. password is myipfix

truncate table trafficgroups;

truncate table trafficgroupsdeployed;

truncate table trafficgroupsubnets; 

\c \q