How to do massive changes

Discussion in 'Programming/Scripts' started by lrider, Jul 4, 2007.

  1. lrider

    lrider Member

    Hi,

    I have to add the antivirus to all the users on my ispconfig server.

    The problem is that I have to change 3500 users.

    Is there a easey way of updating the mysql database and rebuild everything afterwards?

    Any help is apreciated.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You could set the status field to u for all users in the isp_isp_user table and then run
    Code:
    touch /home/admispconfig/ispconfig/.run
    The backend should then start to rewrite the configurations.
     

Share This Page