We have several database driven applications using MS SQL Express, Pervasive, MySQL, and some sort of flat file database. PostgreSQL "may" be added later.
We have backup software that is VSS aware. I need to backup the database files off the filesystem with regular Windows-based backup software. We do not have SQL plugins for the backup software.
Do I need to stop the database service before the backup system runs at night, to ensure the database files are in a "consistent" state that can be restored? Or will the VSS snapshot taken by the backup software allow me to reliably restore data 100% of the time?
I simply need a quick & dirty way of copying the data files with my typical, vss aware, backup software. Using the SQL plugin would only provide back ups for MS SQL Express anyway.