NightlyBuilds
From i-doit documentation
Nightly Builds, bzw. Nightly Snapshots sind nächtliche SVN Auszüge aus dem i-doit SVN-Repository und können unter folgender URL herunter geladen werden:
Bitte beachten Sie, dass es sich hierbei um den aktuellen Entwicklungsstand und um einen Auszug aus der jeweils aktuellen SVN-Revision handelt. Die Releases sind somit inoffiziell und nich getestet. Sollten Fehler mit einer der Versionen auftreten, melden Sie diese bitte inkl. der entsprechenden Versionsbezeichnung in unserem Forum (http://www.i-doit.org/forum), damit der Fehler von unserem Entwicklungsteam bearbeitet und behoben werden kann.
Contents |
Installation:
Entpacken Sie das entsprechende ZIP-Archiv in Ihr i-doit Verzeichnis und browsen Sie auf den i-doit updater (http://i-doit-server/updates). Führen Sie das jeweils neuste Update aus (in der Regel "i-doit 0.9.x inofficial SVN Version"), um eventuelle Datenbank und Modul Änderungen in Ihre Installation zu übernehmen. Ein Update auf die Nightly Snapshots kann beliebig oft durchgeführt werden. Trotzdem sollten Sie vorsichtshalber eine Sicherheitskopie Ihrer stable Version (Datenbanken und Source/Dateien) anfertigen um ggf. zurück springen zu können.
Datenbank Backup
Ein Datenbank Update über das MySQL Tool "mysqldump" erledigt sich auf folgendem Wege:
mysqldump -uroot -p --databases idoit_data idoit_system > idoit_backup.sql
Wobei idoit_data für den Namen der Mandanten Datenbank und idoit_system für den Namen der System Datenbank stehen. Zurückgespielt wird das Backup mit dem command line tool "mysql":
mysql -uroot -p < idoit_backup.sql
Unter Windows befindet sich das Tool im Bin Verzeichnis Ihrer MySQL Installation.
Nightly builds/snapshots are nightly SVN extracts of the i-doit SVN repository and can be downloaded from the following URL:
Please note that these releases are extracted from the current SVN revision tree and therefore inofficial and not tested. If errors occur, please report them in our forum (http://www.i-doit.org/forum) including the corresponding details regarding i-doit version and SVN revision information. Updates to the nightly snapshots can arbitrarily be done. Before making any updates you should consider creating a backup copy of your stable i-doit version (MySQL database and i-doit source files) which allows easy migration back to the working environment in case errors occur.
Installation:
Extract the corresponding zip archive into your i-doit directory and browse to the i-doit updater (http://i-doit-server/updates). Start the newest selectable update to apply possible database changes into your installation. An update can be done as many times as you want to. Because of its untested state, it is recommended to do a database and source/file backup of i-doit before proceeding the update.
Database Backup
A database backup can be done with the mysql tool "mysqldump":
mysqldump -uroot -p --databases idoit_data idoit_system > idoit_backup.sql
Where idoit_data stands for your mandator database and idoit_system stands for the name of your system database. Jumping back to the backup can be done with the mysql command line tool "mysql" like this:
mysql -uroot -p < idoit_backup.sql
Under Windows mysqldump should be located in the bin directory of your mysql installation.
