GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.22k stars 803 forks source link

Feature Request - MySQL dump on backup (sourcemod) #2132

Open jerryb1988 opened 5 years ago

jerryb1988 commented 5 years ago

Requesting that a feature be added to MySQL dump for servers running sourcemod with MySQL, using the usernames/passwords/databases found (grep) in the sourcemod\configs\databases.cfg

This is used on servers with sourcemod and plugins that have webstats or otherwise require MySQL database storage. I.E. SourceMod SQL Admins across multiple servers.

This could be performed prior to the tar command so the dump is inside the tar backup, but I could see other options being equally viable.

dgibbs64 commented 5 years ago

Sounds interesting but might be out of scope for LinuxGSM as it is very specific to only source engine games. I tend to avoid get too game server specific. Having sad that it might be a good module for backup to automatically detect if this is being used and attempt to create a dump. The backup feature does need some reviewing currently

MicLieg commented 6 months ago

link #2106