New Features
Backup on Startup
Can now tell the server to backup after the startupDelay
with the new performInitialBackup
configuration option.
Backup Files can Include Container Name
Using the prefixContainerName
configuration option, you can specify that the container's name should be included in the backup filename. This is a per-container option.
HTTP Endpoint
A basic HTTP endpoint has been added to allow admins to query service state in JSON, or trigger backups on demand. This work lays the foundation for wider and deeper integrations with other admin tasks such as monitoring or dashboards. See the wiki for more details. https://github.com/Kaiede/Bedrockifier/wiki/HTTP-Server
Backups on Demand
Using the new HTTP endpoint, you can trigger backups on demand either via an HTTP request, or the new built-in trigger-backup.sh
script which can be executed in the docker container.
Maintenance
- Update to Swift 6 by @Kaiede in #100
- Switch to GitHub's ARM Runners by @Kaiede in #105
- Versioned wiki by @Kaiede in #108
Full Changelog: v1.3.1...v1.4.0