cancel
Showing results for 
Search instead for 
Did you mean: 

Move binaries location

chouinard_
Champ on-the-rise
Champ on-the-rise

Hi, I'm looking for the best way to safely move binaries location to another place (other server). I'm using DefaultBinaryManager.

4 REPLIES 4

Victor_Sánchez
Confirmed Champ
Confirmed Champ

Hi,

you can change the data binaries location in the nuxeo.conf file (into NX_HOME/bin directory) setting the full-path into filesystem:

  • a) if you are not using cluster mode, you need change the value for nuxeo.data.dir="your remote FS path for data"
  • b) if you are using cluster mode, the value for repository.binary.store="your remote FS path for binaries"

so, you can use, for example, NFS to mount your remote disk and only set the new locations in nuxeo.conf.

I hope this helps you.

Regards, VS!

Thank you Victor,

Hi, I think you can move the content of the current data directory to the new server and, later, mount with NFS (or another) in your Nuxeo instance machine, and set the nuxeo.data.dir to mount data directory.

jmnrk_
Confirmed Champ
Confirmed Champ

Are you running your instances on Linux or Windows? If you are running your instance in Linux, you can follow these steps.

  1. Stop your running instance
  2. Copy your data dir to the new location (never move.. always 1st copy, you can remove it after check if everything is working)
  3. Rename your current data dir to data.old
  4. Create a symbolic link to the new path replacing the current data dir
  5. Run your Nuxeo instance
Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.