OS Name/Version:
Debian 12 (bookworm)
Product Name/Version: AMP Release “Phobos” v2.6.2 built 17/06/2025 09:10
Problem Description:
My last server crashed irrevocably after a HDD died, and I’m working to rebuild my instances. I had backups running for all of my game servers every 3 hours, and I have those .zip backups stored on another drive.
I have a new version of AMP deployed on my VM and am attempting to restore my backups to new instances that I’m creating on AMP, starting with Minecraft Bedrock edition.
I’ve tried following the steps on How to import an existing Minecraft server into AMP
- Created a .zip of my backups /Minecraft/ folder
- uploaded it via SFTP
- extracted the .zip the AMP process (confirmed that amp:amp own’s the file after uploading)
- Right click on the server.properties file and choose import, says “0 settings imported”
- Start the server, and the server boots up, but does not restore my settings, just a brand-new world, none of my previous progress.
When I check the AMP configuration/Minecraft Bedrock settings, it shows the default world info.
If I check the file server.properties.save, it shows all of the previous configuration settings (custom name, and world seed number). I’ve tried renaming this file to server.properties and importing the file. Or just replacing the whole /Minecraft/ folder with my saved folder and it always reverts back to the default blank save world.
I’ve also attempted to restore my backups through the built-in “Backups” tab by following these steps:
- Copy my instance Backups from source to /home/amp/.ampdata/instances//Backups/
- This destination includes the .json which lists ALL my backups, and all of the related .zip files
sudo chown -R amp:amp *
sudo chmod 755 *
- Manage my Bedrock instance > Open Backups
- All Backups are listed
- Select the most recent backup and click “Restore”
- Wait for Restore to complete
- Start the instance, wait for update to complete
- Server boots, upon login, its a blank world with none of my previous progress.
Any advice or links to alternative documentation would be greatly appreciated!