Skip to content

Releases: Lewan24/OctoBackup

Release_v2.0

16 Sep 06:42
bd23102

Choose a tag to compare

This release is a totally new version of application with much upgrades, functionallities and UI.

For most important changes:

  • UI
  • Authorization
  • Users management
  • Schedule configuration
  • Backups history
  • Dashboard with statistics
  • Servers Tunnels compability

docker-compose file is ready to go, you can create volumes to store data externally.
Check the file and comments to change data and keys to yours ones.

What's Changed

Full Changelog: Release_v1.4...Release_v2.0

Release_v1.4.1

30 Oct 07:09

Choose a tag to compare

Fixed problem with disposing file stream that couldn't delete old file after successful backup.
Fixed problem with sending email with statistics (system sent email even when the option in settings was switched to false)

Full Changelog: Release_v1.4...Release_v1.4.1

Download

Zipped files are ready to go applications, only need is to configure settings file inside:
Src -> ConfigurationFiles

Release v1.1.1

11 Aug 23:56

Choose a tag to compare

Release with hotfixes of mainly platform compability.

  • Fixed publish files that weren't working // windows
  • Fixed and refactored code, naming files, zips etc.

For now there will be only x64 publish files. There is no need of x86 for now.

What's Changed

Full Changelog: Release_v1.1...Release_v1.1.1

Release_v1.4

29 Oct 14:16

Choose a tag to compare

Full Changelog: Release_v1.3...Release_v1.4

Main changes:
Fix deleting old backups.
Fix regex to find matching files.
Refactor
Update project and dependencies

Release v1.3

17 Aug 16:20
b469a5a

Choose a tag to compare

Next release with next new features and bug fixes.
Now fully service works on linux and windows.
New feature is that the user can now choose for how long (days) will the backup be stored. If the backup has more than days number selected in settings, then this backup will be deleted.
Of course service has been refactored, cleaned in meantime etc.

What's Changed

Full Changelog: Release_v1.2...Release_v1.3

Release v1.2

14 Aug 12:18
19bdc97

Choose a tag to compare

This release version comparing to previous one, has additional feature like email informing system.
You can set in settings all needed parameters, and get your statistics, errors or success backups via email instead of looking into logs.

Full Changelog: Release_v1.1.1...Release_v1.2

Release v1.1

11 Aug 12:59

Choose a tag to compare

For this version of release there are 2 types of possibly databases types that program can accept:

  • MySql
  • PostgreSql