Talk:Firewall Rules

From LinuxMCE
Revision as of 13:24, 20 April 2014 by Phenigma (Talk | contribs) (Created page with "4/20/2014 - schema update, for those testing the new firewall you will need to perform the following actions manually to update your schema: # wget https://dl.dropboxusercont...")

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

4/20/2014 - schema update, for those testing the new firewall you will need to perform the following actions manually to update your schema:

# wget https://dl.dropboxusercontent.com/u/118201886/Firewall-old.sql
# mysqldump -t pluto_main Firewall > Firewall-data.sql
# mysql pluto_main < Firewall-old.sql
# /usr/pluto/bin/sqlCVS -H schema.linuxmce.org -R 3999 -U anonymous~nopass -r local update
# mysql pluto_main < Firewall-data.sql