18/08/2026: Also see Confluence article here – Adding Swap Space to an EC2 When server is out of physical memory or swap space it can cause dbserver to crash. In fact it is likely multiple dbservers will crash. When this occurs JVM will leave behind a dump file called “hs_err_pidxxxxxx.log” where xxxxxx is the process ..
Category : dbserver
Home » Archive by category : dbserver
Backup Directory /var/sportlogic This is where database backups are stored, e.g. “database.auto.backup”, “database.auto.backup.daily”, “database.auto.backup.startup”. Delete Old Backups: To find old database backups, e.g. all 2017 January backup files find . -name “2017-01*.zip To delete sudo rm `find . -name “2017-01*.zip” | xargs` &nb..