I'm trying to execute an initial DB sync for Xray to an external (Azure) PostgreSQL database.
It ran acceptedly for about an1.5 hrs., and then froze up at 90% (something to do with IOPS limits on Azure PG Database) after pushing about 50 G.B into the database.
So, I aborted it and restarted the server, and doubled the IOPS allocation.
But now, it runs VERY slow, apparently started from the beginning, although the Database size is still at around 50 GB, and I see something, that looks like failure messages in console.log.
"[jfxr ] [WARN ] [job_service:174] [main] Node is offline or does not exist, cannot be job manager".
Does anyone know what that is?