PDA

View Full Version : rc scripts in users directories


todvard
24th July 2006, 13:23
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.

till
24th July 2006, 14:08
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.

todvard
24th July 2006, 15:20
Thank you, it's worked

todvard
14th February 2007, 14:27
Hello,

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

Thanks,
T.

falko
15th February 2007, 20:04
Hello,

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

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