Re: [xwiki-users] Help needed to get statitics from old xwiki into new one
Hi to all xwiki devs and users, First of all best wishes and happy new year. We have a problem to get statistics from a standalone xwiki 7.1.2 (hsql + jetty) into a new version xwiki entreprise 7.4 (postgre + tomcat).As we have seen on the support site the import/export fonctions do not include statitics… Is there a possiblity to do so and how could it be done? Thank in advance for your replies Nigel COUTIN Le Mercredi 6 janvier 2016 9h37, Nigel COUTIN <[email protected]> a écrit : Hi to all xwiki devs and users, First of all best wishes and happy new year. We have a problem to get statistics from a standalone xwiki 7.1.2(hsql + jetty) into a new version xwiki entreprise 7.4 (postgre + tomcat).As we have seen on the support site the import/exportfonctions do not include statitics… Is there a possiblity to do so and how could it be done? Thank in advance for your replies Nigel COUTIN
On Wed, Jan 6, 2016 at 11:06 AM, Nigel COUTIN <[email protected]> wrote:
Hi to all xwiki devs and users, First of all best wishes and happy new year. We have a problem to get statistics from a standalone xwiki 7.1.2 (hsql + jetty) into a new version xwiki entreprise 7.4 (postgre + tomcat).
As we have seen on the support site the import/export fonctions do not include statitics… Is there a possiblity to do so and how could it be done? Thank in advance for your replies
Indeed, exporting the wiki pages as XAR and importing on a different wiki doesn't preserve the statistics data. Stats are saved in the database but in separate tables than the wiki pages. When you export a wiki only the wiki pages are included. The only option I see is to play at the database level: create a sql dump of the stats tables on the first database and then import this dump in the second database. Hope this helps, Marius
Nigel COUTIN
Le Mercredi 6 janvier 2016 9h37, Nigel COUTIN <[email protected]> a écrit :
Hi to all xwiki devs and users, First of all best wishes and happy new year. We have a problem to get statistics from a standalone xwiki 7.1.2(hsql + jetty) into a new version xwiki entreprise 7.4 (postgre + tomcat).As we have seen on the support site the import/exportfonctions do not include statitics… Is there a possiblity to do so and how could it be done? Thank in advance for your replies Nigel COUTIN
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, On 20 Jan 2016 at 13:26:35, Marius Dumitru Florea ([email protected](mailto:[email protected])) wrote:
On Wed, Jan 6, 2016 at 11:06 AM, Nigel COUTIN wrote:
Hi to all xwiki devs and users, First of all best wishes and happy new year. We have a problem to get statistics from a standalone xwiki 7.1.2 (hsql + jetty) into a new version xwiki entreprise 7.4 (postgre + tomcat).
As we have seen on the support site the import/export fonctions do not include statitics… Is there a possiblity to do so and how could it be done? Thank in advance for your replies
Indeed, exporting the wiki pages as XAR and importing on a different wiki doesn't preserve the statistics data. Stats are saved in the database but in separate tables than the wiki pages. When you export a wiki only the wiki pages are included.
The only option I see is to play at the database level: create a sql dump of the stats tables on the first database and then import this dump in the second database.
Indeed. This is documented here: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup And the limitations using XAR to perform an import/export is explained here: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup#HUsingtheXWikiExp... Thanks -Vincent
Hope this helps, Marius
Nigel COUTIN
Le Mercredi 6 janvier 2016 9h37, Nigel COUTIN a écrit :
Hi to all xwiki devs and users, First of all best wishes and happy new year. We have a problem to get statistics from a standalone xwiki 7.1.2(hsql + jetty) into a new version xwiki entreprise 7.4 (postgre + tomcat).As we have seen on the support site the import/exportfonctions do not include statitics… Is there a possiblity to do so and how could it be done? Thank in advance for your replies Nigel COUTIN
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Marius Dumitru Florea -
Nigel COUTIN -
vincent@massol.net