rc scripts in users directories

Discussion in 'Installation/Configuration' started by todvard, Jul 24, 2006.

  1. todvard

    todvard New Member

    Hello,

    as i see there are some changes in master rc scripts in /ispconfig/isp/conf directory from release to release. Do i have to replace scripts for previously created users or will they replaced automatically somehow?

    Thank you,
    T.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The scripts will be updated when the user is updated the next time. If you want to force an update on all users, execute this SQL stament in the ISPConfig database:

    update isp_isp_user SET status = 'u' WHERE status = '';

    Then change a setting of one user in the ISPConfig interface, hit save and all users where updated with the latest scripts.
     
  3. todvard

    todvard New Member

    Thank you, it's worked
     
  4. todvard

    todvard New Member

    Hello,

    is it possible to recreate mysql databases and database users in the same way?

    Thanks,
    T.
     
  5. falko

    falko Super Moderator Howtoforge Staff

    No, you must do this in the ISPConfig web interface.
     

Share This Page