I Use a script to Upgrade my Installation from Nightly to nightly.
The Script will be found here:
=> http://wiki.i-mscp.net/doku.php?id=start:nightlyupgrade
PLEASE NOTE: YOU USE IT ON YOUR OWN RISK !!! NO SUPPORT !!!
I Use a script to Upgrade my Installation from Nightly to nightly.
The Script will be found here:
=> http://wiki.i-mscp.net/doku.php?id=start:nightlyupgrade
PLEASE NOTE: YOU USE IT ON YOUR OWN RISK !!! NO SUPPORT !!!
Nightly update procedure is now simplified :p
I tried the script and i had two problem:
1, The /tmp usually mounted with noexec parameter because security reason so i suggest to change the nightly svn export path because the imscp-build couldn't exec.
2, imscp-build doesn't exist
Simplified again. No more export needed. Just download trunk, and run imscp-autoinstaller. You will get 2 warnings regarding .svn folders, but you can ignore (as warning message will say).
thanks a lot, i will try tonight :)[hr]
I think that you forgot a row:
aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
and maybe must stop the daemon, but i found this in the autoinstall-method.pl so maybe this isn't important
No i did not forgot aptitude part nor daemon stopping (Not needed anymore). Test and you will see.
I must warn you that running directly on trunk will double time amount used to setup (because of .svn folders).
Why don't you use svn export? So there are no .svn Folders
I re-added export. Idea was that is no longer required to export from repository (you can checkout then directly start installer). Installer take care of .svn folders (preventing old errors related to that).
i upgraded with this script and it works perfectly.
Thanks
I have a suggestion: The upgrade script ask information from me instead of reading the imscp.conf. Maybe the reading the values from imscp.conf is more secure than ask the user
Information are asked just in case of recovery. You was asked for vftp user because I changed the way password are stored and was needed to recover password.