Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PostgreSQL 11 configuration: "checkpoint_segments = 32" ?

Dear all, A simple question regarding PostgreSQL 11 setup with Nuxeo 2019 LTS: https://doc.nuxeo.com/nxdoc/1010/postgresql/#buffering-writes The documentation states, for both PostgreSQL 9.6 and 11: wal_buffers = 16MB checkpoint_segments = 32 checkpo...

Sending Nuxeo logs to syslog ?

Dear all, I have to configure Nuxeo 2019 LTS to send its logs to syslog. Based on the official documentation I came up with the following in /opt/nuxeo/lib/log4j2.xml: https://doc.nuxeo.com/nxdoc/logs/ https://logging.apache.org/log4j/2.x/manual/appe...

Nxp_logs table purging process ?

Dear all, I understand that the nxp_logs table can get quite huge, causing slowdowns when consulting documents. I found this in the documentation: https://doc.nuxeo.com/nxdoc/1010/purging-audit-logs-nxp_logs/ Our audit logs are stored in PostgreSQL. ...

Reverse proxy and AJP protocol ?

Dear all, I have some questions regarding reverse proxies and the AJP protocol. are the AJP parameters "packetSize" and "connectionTimeout" still relevant in Nuxeo 2019 LTS ?is the AJP protocol still mandatory for the reverse proxy to communicate wit...

ACL cache cleaning process ?

Dear all, I have a question regarding the ACL cache: if I understand correctly, there is a process on every restart of Nuxeo which empties the ACL cache in the database (SELECT nx_vacuum_read_acls();), is that correct ? And how to make sure this proc...

Import ZIP files into Nuxeo 10 using rest API

Hi, I have exported a PDF file from Nuxeo as a ZIP through the web ui. I would like to import the ZIP back into Nuxeo using the rest API. When I use the drag-and-drop import functionality of the web ui, I am able to successfully upload the ZIP. The Z...

erika_f by Champ in-the-making
  • 121 Views
  • 2 replies
  • 0 kudos

Latest Nuxeo theme files for Light and Dark Themes?

Does anyone know where to get the latest theme files for the light and dark themes as seen on: https://doc.nuxeo.com/design/light-theme/ https://doc.nuxeo.com/design/dark-theme/ Dark Theme They look much better than the current themes (even seen on ...

Document. Attach blob Operation

Hi, I want to get a file from an existing document (Type: New-Workspace) and to attach it to another document (Type: Project) using an automation chain ( Please see attached document) when I create a new project I receive an error message (Please Se...

Nuxeo Cluster - Uploading Big Files in Chunks

Hi, We are facing issues while trying to upload a file to a nuxeo cluster. The file is being uploaded in chunks and after the upload completes, we are not able to see the full file size against the file name. It only shows the size of the last chunk ...

bug in nuxeo-data-table-column-filter

Hi, I am facing a problem in nuxeo-data-table-column-filter. In fact, I had 3 documents that titled "test1", "test-1" and "20-05-2020" (capture 1). I would to filter them by title and display just the document "20-05-2020" so I taped in the filter i...