NetXMS Support Forum

English Support => General Support => Topic started by: gmonk63 on October 21, 2021, 07:36:46 PM

Title: Netxms Backup Procedure when using Timescale Extension
Post by: gmonk63 on October 21, 2021, 07:36:46 PM
I'm wondering if the back up process differs when using the Timescale extension ?  will nxdbmgr export capture the database + data or is there a better method.


Thanks
Title: Re: Netxms Backup Procedure when using Timescale Extension
Post by: Filipp Sudanov on October 22, 2021, 10:35:39 PM
It should work the same as for regular Postgres and other databases. There were performance fixes recently, so upgrading to the most recent versions is recommended.

Nxdbmgr requires to stop netxmsd, so you may prefer backup by some postgres means instead.
Title: Re: Netxms Backup Procedure when using Timescale Extension
Post by: gmonk63 on October 24, 2021, 10:07:01 PM
Sounds good.. Thank you