Replication tasks have disappeared from the GUI. Periodic Snapshots are still working

Hi,

I’m struggling with an issue where all my Replication Tasks have disappeared from GUI.

I can add a new replication task using the wizard but it still won’t show the new task in the GUI. The tasks disappeared when I tried to add a new task yesterday. That task hasn’t run.

My snapshots are still working and my backups are still running.

Has anyone had an issue like this and if so how did you resolve it?

I can see replication tasks if I run the replication.query command from the CLI.

I’m running 25.10.3.

Thanks in advance for any help.

I’ve managed to solve this.

Using midclt call replication.query I got a list of replication tasks and the identifying the IDs of the new ones that I added when the GUI stopped displaying any tasks. I then used midclt call replication.delete [ID] to delete those replication tasks which were new and once done the GUI then started displaying my old exisiting Replication tasks.

No idea what had gone wrong with the new tasks that meant all replication tasks no longer appeared in the GUI but as least it’s solved.