Hi all,

After following all good ideas of Thomas it was solved.

My case is a simple one : A debian server dedicated to  xwiki with Tomcat7 
and Postgresql

Migration from 6.4.2 (february 2015) to 7.1.1

So for potential other users :
1 - Dowloading from apt need apt-get- dist-upgrade

2 - config.xml should be the new one (I kept the old in the installation)

3 - Postgresql need a JDBC4 driver in 9.2 release mini (not installed by 
debian packages)
Last changes :

Download JDBC driver version 9.2-1004 from internet

root@CESAP-WIKI01:/usr/share/java# ll postgresql*
lrwxrwxrwx 1 root root     20 août   5  2012 postgresql.jar -> 
postgresql-jdbc3.jar
-rw-r--r-- 1 root root 520130 août   5  2012 postgresql-jdbc3-9.1.jar
lrwxrwxrwx 1 root root     24 août   5  2012 postgresql-jdbc3.jar -> 
postgresql-jdbc3-9.1.jar
-rw-r--r-- 1 root root 547818 août   5  2012 postgresql-jdbc4-9.1.jar
lrwxrwxrwx 1 root root     24 août   5  2012 postgresql-jdbc4.jar -> 
postgresql-jdbc4-9.1.jar

root@CESAP-WIKI01:/usr/share/java# cp /root/postgresql-9.2-1004.jdbc4.jar 
.

root@CESAP-WIKI01:/usr/share/java# rm postgresql-jdbc4.jar
rm : supprimer lien symbolique « postgresql-jdbc4.jar » ? y
root@CESAP-WIKI01:/usr/share/java# ln -s postgresql-9.2-1004.jdbc4.jar 
postgresql-jdbc4.jar
root@CESAP-WIKI01:/usr/share/java# ll post*
-rw-r--r-- 1 root root 579981 juin  19 14:49 postgresql-9.2-1004.jdbc4.jar
lrwxrwxrwx 1 root root     20 août   5  2012 postgresql.jar -> 
postgresql-jdbc3.jar
-rw-r--r-- 1 root root 520130 août   5  2012 postgresql-jdbc3-9.1.jar
lrwxrwxrwx 1 root root     24 août   5  2012 postgresql-jdbc3.jar -> 
postgresql-jdbc3-9.1.jar
-rw-r--r-- 1 root root 547818 août   5  2012 postgresql-jdbc4-9.1.jar
lrwxrwxrwx 1 root root     29 juin  19 14:51 postgresql-jdbc4.jar -> 
postgresql-9.2-1004.jdbc4.jar

Start services POstgresql et Tomcat : OK

Thanks a lot THomas

Cordialement

Stéphane Lassire
Chargé de l'informatique et de la communication
Courriel : slass...@cesap.asso.fr
Ce courrier est adressé uniquement à son destinataire et contient des 
informations couvertes par le secret professionnel. Si ce message vous a été 
adressé par erreur, merci d'en informer son auteur et de le détruire 
immédiatement.

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to