Move Workspace from One Repository to Custom Repository
Hello I have created custom repository in Nuxeo 9.1. Now I want to move entire workspace (which are large in size) to custom repository from default repository. How can I do this?
0 votes
2 answers
1020 views
hi!
I need help please ! I am using nuxeo 9.10 and I want to know how to create a repository
When you create a new nuxeo instance, it comes with a
default
repository, using it's own database connection, indexes, and storage. You can create additional repositories if needed but it requiers technical operations: https://doc.nuxeo.com/nxdoc/multiple-repositories-configuration/. A Workspace
is just a specific document type in Nuxeo which can contains children documents (as Folder
). By default, when a repository is created, it generates a Domain
with Templates
, Sections
and Workspaces
03/01/2021
I installed nuxeo 9.1 with the mysql database. my goal is to be able to create a repository on nuxeo using the Java Client Library 3.9.0 through a java program, be able to distribute a document I already manage to create the users but I cannot create the repository I can't progress on my work please i need help
03/01/2021
Hello,
With limited workspace size, you can rely on https://doc.nuxeo.com/nxdoc/exporting-documents/ . If nos, use a custom code for export and import.
Hello Gregory Thanks, but how can i import exported XML file. I am not getting any options in UI to import.
08/23/2019
In JSF UI, you can import / export ZIP folder tree in the parent folder. In Web UI, we can only export to XML but it can't be used "as it is" for export / import mechanism. The export is detailed in https://doc.nuxeo.com/nxdoc/exporting-documents/.
If you're not managing custom metadata and custom permission, you can use Nuxeo Drive for example.
08/23/2019