Skip to content

Version 0.1.2

Latest
Compare
Choose a tag to compare
@clivegross clivegross released this 24 Jul 07:53
· 6 commits to master since this release

Release notes

  • Export data from SQL Server database to csv.
  • Store export state in local SQLite database so that next export run starts from last exported record.
  • Settings configurable from config file including number of records per csv and table names to export.
  • Run medusa-agent.exe export to export SQL database table records to csv files in a local datastore directory described in the config.
  • Run medusa-agent.exe purge to remove all files in the local datastore directory described in the config.
  • Integrates with Chimera Backup Agent to sync exported csv files to remote storage before purging local files.
  • Logging enabled.
  • Customizable database tables, primary keys and record timestamps from config file. Can export data from any SQL Server database.