Evolution #7288
Ajouter bcdiweb dans le script de migration 2.2>2.3
Description
Voici les fichiers à migrer pour que bcdiweb fonctionne une fois le scribe migré :
3 dossiers :
- /var/www/html/bcdiweb
- /home/bcdiserv/
- /home/netlogon/scripts/machines/ (pour la syncro, mais je crois que c'est déjà migré)
4 fichiers de configuration :
- /etc/apache2/sites-enabled/bcdiweb.conf
- /etc/default/rsync
- /etc/rsyncd.conf
- /home/netlogon/scripts/synchrobcdi.cmd (pour la syncro, mais je crois que c'est déjà migré)
Merci Joël :)
Associated revisions
migration23.sh : migration de Bcdi Web
Fixes #7288 @85m
History
#1 Updated by Fabrice Barconnière over 9 years ago
- Project changed from Scribe to creole
- Due date set to 03/21/2014
- Status changed from Nouveau to A étudier
- Target version set to Migration 2.3
- Estimated time set to 1.50 h
#2 Updated by Joël Cuissinat over 9 years ago
- Due date deleted (
03/21/2014) - Distribution changed from Toutes to EOLE 2.3
#3 Updated by Cédric Frayssinet over 9 years ago
J'ai oublié de préciser la restauration :
cp -R /mnt/bcdiweb /var/www/html/bcdiweb
cp -R /mnt/bcdiserv /home/bcdiserv
chown -R www-data:www-data /home/bcdiserv/
chown -R www-data:www-data /var/www/html/bcdiweb
cd /home/bcdiserv
find data/ -type d -print0 | xargs -0 chmod 775
find data/ -type f -print0 | xargs -0 chmod 775
cp /mnt/bcdiweb.conf /etc/apache2/sites-enabled/bcdiweb.conf
cp /mnt/rsync /etc/default/rsync
cp /mnt/rsyncd.conf /etc/rsyncd.conf
Plus d'infos sur notre procédure de migration que nous utilisons souvent ;) http://rezotice.ac-lyon.fr/faq/index.php?sid=213027&lang=fr&action=artikel&cat=8&id=165&artlang=fr
#4 Updated by Joël Cuissinat over 9 years ago
- Due date set to 04/04/2014
Merci pour ces précisions, ça devrait permettre d'accélerer la prise en compte effective de cette demande :)
#5 Updated by Joël Cuissinat over 9 years ago
- Status changed from A étudier to Résolu
- % Done changed from 0 to 100
Appliqué par commit 0deaa86dd60fce7225615d67e4dc17dd9e9033da.
#6 Updated by Joël Cuissinat over 9 years ago
Pour tester ce script la place de celui du FTP :
wget http://dev-eole.ac-dijon.fr/projects/creole/repository/revisions/migration/raw/migration/migration23.sh |