]> git.pld-linux.org Git - packages/cacti.git/blob - cacti-rrdpath.sql
- use require instead of include to make permission problems fatal
[packages/cacti.git] / cacti-rrdpath.sql
1 update poller_item set rrd_path= replace(rrd_path, '/usr/share/cacti/rra', '/var/lib/cacti/rra') where rrd_path like '/usr/share/cacti/rra/%';
This page took 0.370818 seconds and 3 git commands to generate.