Releases: TISUnion/PrimeBackup
Releases · TISUnion/PrimeBackup
PrimeBackup v1.8.3
- Fixed incompatibility with python3.8 (#44)
PrimeBackup v1.8.2
Patches
- Fixed wrong field order in
restore.log
(#42) - Fixed logging issue if
OnlinePlayerCounter.get_online_players
returns None - Fixed compress comparing on file validation
- Fixed
DbSession.get_file_by_blob_hashes
limit handling (affects compress method / hash method migration)
PrimeBackup v1.8.1
Patches
- Fixed exception during backup creation (#39)
- Fixed blob rollback logic does not work for backup creation
PrimeBackup v1.8.0
Important
Buggy on backup creation, please use v1.8.1 instead
News
- Added gitignore-flavor ignore patterns support
- Python package
pathspec
is required to installed
- Python package
Changes
- Improved blob validation file logging reply messages
- The
debug
option can now set PrimeBackup's logger log level todebug
- Show file count on backup creation
Fixes
- Fixed cli command
extract
incorrect help message (#36)
PrimeBackup v1.7.4
- Fixed not show hover click hint if backup id not clickable (#21)
- Improved logging messages on exception, so users know what file caused the failure
PrimeBackup v1.7.3
- Added support for setting permission requirement to the root
!!pb
command, using thecommand.permission.root
config - Fixed scheduled backup triggers twice, not once, if
require_online_players
is enabled (#20) - Fixed backup creating task hangs for world saving until times out if server stops
- CLI improvements
- Exit with not-0 code if failed
- Make extracting backup with root (
.
) work
PrimeBackup v1.7.2
- Fixed a few remaing text display issues
PrimeBackup v1.7.1
News
- Show more backup info on the backup id text in the backup tag related commands
- Added precise explanation for the restore quick action button. Make it clean that it ignores temporary backups
Fixes
- Fixed zh_cn translation of the
temporary
backup tag
PrimeBackup v1.7.0
News
- Added config option
backup.source_root_use_mcdr_working_directory
(#15) - Added config option
require_online_players
andrequire_online_players_blacklist
for scheduled backup (#13) - CLI: Now you can use
latest
andlatest_non_temp
as the alternatives tobackup_id
argument
Changes
- MCDR
!!MCDR import
command: rename the--no-meta
argument to--auto-meta
- CLI
show
command: Renamed the shortform of--human
from-h
to-H
- Renamed the concept "pre-restore backup" to "temporary backup"
- Auto migration included
- DB version is now
2
Fixes
- Some messages and document texts fix
PrimeBackup v1.6.3
- Fixed wrong backup sorting logic, should use backup timestamp as the key, not backup id
!!pb list
command: Increased--per-page
limit from 20 to 1000