octobre 2010
Has I’d to migrate few times and had always the same problem I would note how I resolved problem within migration process (you know, when an exception occures during migration… un finished database migration)
First : DB Dump
./mysqldump --add-drop-database -u DBUSER -p --databases DB > ~/DB-dropdb.sql
Second : Doctrine Migrate
php symfony doctrine:migrate
Then if everything’s fine you can continue, it something goes wrong, restore previous state :
./mysql -u DBUSER -p DB < ~/DB-dropdb.sql
Posted in admin, serveur, symfony, technique | Comments(0)
octobre 2009
Il existe en fait le répertoire « backports » qui permet de faire ça, plus d’informations ici :
http://backports.org/dokuwiki/doku.php?id=instructions
A utiliser avec parcimonie et en toutes connaissance de cause, bien sûr!
Posted in admin, opensource, resource, serveur | Comments(0)
octobre 2009
J’ai simplement suivis le tutorial ci-après: http://www.urbanpuddle.com/articles/2008/07/11/installing-git-on-a-server-ubuntu-or-debian
Avec placement de gitosis dans colla
–> comment pour la configuration dans redmine ?
Posted in opensource, serveur, technique | Comments(0)
août 2007
Installation
Configuration
Posted in admin, resource, serveur, technique, trac | Comments(0)