scripting / feedlandInstall

Instructions for setting up a FeedLand server.
GNU General Public License v3.0
3 stars 1 forks source link

config.flNightlyBackup #28

Open scripting opened 1 year ago

scripting commented 1 year ago

Added a new config setting, flNightlyBackup. Default false.

If true we backup the database at midnight local time.

I needed this because it seems my database has gotten to large to do this in memory. It appears the feedland.js app crashes every night at midnight.

This should have always been a config setting, imho.

scripting commented 1 year ago

@chriszarate -- pretty sure you'll want to leave this set false.

It's up to the database software to keep itself backed up, not the application, it seems to me. ;-)