5.5.8
5.5.8 (August 1 2020)
- Adds daily database copies. This is mostly for use by Minetrack Data for automated exports. By setting
createDailyDatabaseCopy: true
inconfig.json
, Minetrack will lazily create a copy ofdatabase.sql
for each day, automatically rolling over to a new file each day. The database file is named in the format ofdatabase_copy_(day)-(month)-(year).sql
. Daily database copies do not contain indexes or previous records. Pings are inserted into the daily database copy as they occur, Minetrack will not retroactively insert previous pings fromdatabase.sql
. - Bump lodash from 4.17.15 to 4.17.19