Skip to content

Releases: BoiseComputer/atlas-server-tools

v1.8.5.5

27 Feb 20:05
56e6a56
Compare
Choose a tag to compare

Changed redis login information lookup to use the .ServerOnly.json file to remain compatible with specific use cases.

v1.8.5.4

23 Feb 05:49
34e0370
Compare
Choose a tag to compare

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

23 Feb 01:19
7974817
Compare
Choose a tag to compare

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

23 Feb 01:06
65d8d61
Compare
Choose a tag to compare

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

22 Feb 21:16
ac83bce
Compare
Choose a tag to compare

Added redis.conf file to redis --backup. Also gave message warning that server should be stopped when backing up.

v1.8.5

22 Feb 20:47
12ee102
Compare
Choose a tag to compare

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

16 Feb 07:31
d953a2c
Compare
Choose a tag to compare

Missing quote - making edits on a chromebook. Missed a character.

v1.8.4.6

16 Feb 07:23
5c603da
Compare
Choose a tag to compare

Create folder before backup redis --backup

v1.8.4.5

16 Feb 07:13
1aace95
Compare
Choose a tag to compare

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

08 Feb 18:06
dbd6bb0
Compare
Choose a tag to compare

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.