We really need your input in this questionnaire
Quote from: johnnyva on March 02, 2026, 11:04:34 PM@victor Also, the timestamp conversion will be a background task after netxms server/db upgrade? If so, how will nxsl/rest api present the timestamps when not all timestamps have been converted? Will we have a mix of seconds and millisecond timestamps or will netxms server convert seconds to milliseconds even if the db entry has not been updated by the background task yet?Yes, conversion is a background task (but you should upgrade straight to 6.0.4), server will do conversion in background. Internally server renames idata tables, create new empty tables, and gradually moves data from old to new with conversion. So API will not see incorrect timestamps, but for some time after server start you will not see older data.