Releases: BoiseComputer/atlas-server-tools
v1.8.5.5
v1.8.5.4
Improved redis backup support. Better error checking and no longer folders in compressed file.
Allow steamcmd home directory to be overridden in atlasmanager.cfg.
v1.8.5.3
Added ServerGrid.ServerOnly.json to backup.
Added 2 second delay to redis backup in order to let database dump to file.
v1.8.5.2
Added ServerGrid.ServerOnly.json to backup.
Added 2 second delay to redis backup in order to let database dump to file.
v1.8.5.1
Added redis.conf file to redis --backup. Also gave message warning that server should be stopped when backing up.
v1.8.5
atlasmanager.cfg is now backed up with the main instance. All backups will now include the .cfg for that instance.
Added backing up of map image files when backing up main instance.
Removed code for backing up tribes. Tribe info is in redis db.
v1.8.4.7
Missing quote - making edits on a chromebook. Missed a character.
v1.8.4.6
Create folder before backup redis --backup
v1.8.4.5
Look up port in redis.conf and add port to redis-cli command in case of custom port. This applies to the redis-stop and redis-backup. Also changed su command to runuser command.
v1.8.4.4
Added ability to backup redis using: atlasmanager redis --backup. Changed method of working with redis to: redis --start, redis --stop, redis --restart, redis --status, and redis --backup. This allows for more commands to be added in the future with less clutter.