[xwiki-users] Getting error on importing big .XAR file

2017-01-06 Thread Kumar, Piyush
Hi All,

I am importing .XAR file which has exported from my older xwiki version. I am 
importing it to Xwiki 8.2.1 and it is breaking for >XAR size more than 
specified limit.

Please help.

Thanks & Regards,
Piyush



Re: [xwiki-users] Getting error on importing big .XAR file

2017-01-06 Thread Thomas Mortagne
The limitation of the standard import UI is the fact that you have to
attach the XAR to the page which is not great for big XAR with default
setup.

To workaround this you can:

* enable file system attachments so that you can attach your file. See
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments#HFilesystemAttachmentStore
* use Filter Stream Application which allows you to get the XAR from
somewhere else (a URL or a file on the XWiki instance server).
http://extensions.xwiki.org/xwiki/bin/view/Extension/Filter+Application
(select XAR as input filter and XWiki Instance as output filter).

On Fri, Jan 6, 2017 at 2:46 PM, Kumar, Piyush  wrote:
> Hi All,
>
> I am importing .XAR file which has exported from my older xwiki version. I am 
> importing it to Xwiki 8.2.1 and it is breaking for >XAR size more than 
> specified limit.
>
> Please help.
>
> Thanks & Regards,
> Piyush
>



-- 
Thomas Mortagne