forked from backup/backup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
95 lines (61 loc) · 3 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
MINOR UPDATE
=== 2.3.2.pre3 ==================================
- Added support for Rackspace Cloud Files. Backups can now also be stored in Rackspace Cloud Files.
MINOR UPDATE
=== 2.3.2.pre2 ==================================
- Added support for Amazon S3 EEUU and European buckets.
BIG UPDATE
=== 2.3.2.pre ==================================
- Added Storage Method: Local
- Added Adapter: SQLite
- exclude option added for Archive Adapter
- Internal cleanup
- Will try to automatically determine the path to mysqldump and pg_dump utilities
- Option to specify which tables to include for the backup
- The ability to specify a custom backup (unix environment) installation folder with ENV['BACKUP_PATH']
- Fixed dependency issue with SQLite3 Ruby Driver (must be 1.2.5)
- Removed Jeweler from Backup, the Gemspec should be manually updated from now on.
- Added spec/tests
MINOR UPDATE
=== 2.3.1 ======================================
- Added Feature: Email notifications
PATCH
=== 2.3.0.3 ====================================
- Small bug was patched. Error would occur when a list of triggers should be shown
BIG UPDATE
=== 2.3.0 ====================================
- Backup became independent of Ruby on Rails
- Backup now supports multiple environments: Rails and Unix
- Backup is now executable through the command-line when using the Unix environment
SMALL FEATURE UPDATE
=== 2.2.1 ====================================
- use_ssl option added for S3 Storage Method
- additional_options option added for MySQL and PostgreSQL Adapters
PRETTY BIG UPDATE
=== 2.2.0 ====================================
- Added Storage Methods: FTP and SFTP
- Added Adapters: PostgreSQL and Custom
- Added more options to the MySQL Adapter
- A couple of bug fixes
MINOR UPDATE
=== 2.1.2 ====================================
- The backup generator will now provide you with a step-by-step guide to getting up and running
- Updated the generator itself
- Removed SQLite3 dependencies
2 TABLES 2 1
=== 2.1.1 ====================================
- Backup will from now on only utilize one table, instead of one for each storage method
- Still backwards compatible to 2.1.0
FIXED A CRUCIAL BUG
=== 2.1.0 ====================================
- Problem with Backup::Record. It tried to connect to the SQLite3 database.
MAJOR RELEASE
=== 2.0.0 ====================================
- Should be a lot more backwards compatible with every update I do.
- Does not depend on the separate local SQLite3 file any longer.
- Will provide a db migration file for your Rails Application to store backup record data in.
- Does not use YAML files to do configuration any longer.
- Uses a SINGLE ruby file for "all" configuration (config/backup.rb) using elegant block notations!
- Uses a SINGLE rake task to handle the initialization of any backup setting.
- Can now configure an unlimited amount of customizable backup settings and run them each "individually"!
- HIGHLY IMPROVED USABILITY!