System Information
Field | Value |
---|---|
Operating System | Linux - Debian GNU/Linux 12 on x86_64 |
Product | AMP ‘Callisto’ v2.5.1.2 (Mainline) |
Virtualization | Docker |
Application | Rust Dedicated Server |
Module | RustModule |
Running in Container | Yes |
Current State | Ready |
Problem Description
Issue
Tried copying the scheduledTimes.json file contents from one instance to another, since I really do not want to have to setup the scheduled tasks on each new instance manually. But after copying the contents over and restarting the server and even “updating” the server, it still is not showing any scheduled tasks in the “Schedule” tab.
Reproduction Steps
- Create new instance
- Copy scheduledTask.json file contents from another instance to the new instance
- Restart or stop/update/start instance
- there should be no scheduled tasks in the “Schedule” tab
Fix found
Looks like I found a fix here, but this is convoluted as hell and could be so much more clear…
To make the instance aware of changes to the scheduleTimes.json file, do the following:
Access you instance > Support and Updates > Actions > “Restart this AMP instance”
Seems like on a regular stop/start or even a basic restart there should be a check for updates to these files. Or at the very least it needs to be made more clear that only this specific button is the only button that will actually update your instance as expected.