We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Alteryx Server Backup Cadence

raychase
11 - Bolide

I have a few questions for the fellow Alteryx Server admins out there:

 

  • How often do you schedule MongoDB backups?
  • Is the process automated?
  • Have you ever run into the issue of the AlteryxService failing to stop, so the backup process hangs until manual intervention.
  • How do you handle high-frequency, recurring schedules, and their overlap with the maintenance window?

A bit of context:

 

We have an automated script that runs the backup process nightly.  In addition to the MongoDB dump, we also include a copy of the RuntimeSettings.xml, SystemConnections.xml, DSNs as a registry file, a copy of the controller token, etc. and have the process compress all of this into a single file using 7-Zip.

 

Very randomly, the AlteryxService shutdown hangs with a 'Stopping' state, thus the backup cannot proceed.  Additionally, any jobs that are scheduled to run during this window are not processed and their schedules are marked as 'Completed', instead of the usual 'Active'.  The only identified resolution to the 'stopping' state is to manually end the AlteryxService.exe task.  It's worth noting that this occurs despite no active jobs running (ie. no instances of AlteryxEngineCmd.exe).

 

I'd love to hear some insights from other folks that have experience with Server administration.

 

Thanks.

1 REPLY 1
JoseNavarro
8 - Asteroid

HI!

 

- Weekly backup 

- No, it's manual

- Yes, in that case try to kill the AlteryxEngineCmd.exe process (This is process, not a Service):

 

https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Alteryx-Service-Stuck-in-Stopping-Sta...

 

Regards!

 

José