All notable changes to this project will be documented in this file. This project adheres to yob and itbeaver.
- Support ruby version >= 2.0 and rails (active_record) verison >=3.2.0 && <5.0
0.8.0 - 2012-06-18
- Support configurable database names when restoring
0.7.0 - 2011-11-03
0.6.0 - 2011-10-24
- Support for postgresql 8
0.5.4 - 2011-10-17
- Only clean files that were created by db2fog
0.5.3 - 2011-10-12
- Improve robustness of clean task
0.5.2 - 2011-09-15
- Fix restoring of postgresql databases (thanks Dan Neighman)
0.5.1 - 2011-08-29
- Relax fog dependency to allow higher versions
0.5.0 - 2011-08-06
- Initial postgresql support
- Fix an encoding issue under 1.9
- Removed the statistics rake task
0.4.2 - 2011-07-24
- Fixed recording of most recent backup
- Remove runtime dependency on mysql2
0.4.1 - 2011-07-23
- Fixed cleaning of old backups
0.4.0 - 2011-07-22
- Forked db2s3 into db2fog
0.3.1 - 2009-12-07
- Fixed hardcoded DB name in statistics task
0.3.0 - 20090-12-06
- Added db2s3:backup:clean task to delete old backups
- Added dependency on activesupport for the clean task
0.2.6 - 2009-12-06
- Add statistics task to show you the size of your tables
- Only add username to mysql command line if provided in database.yml
- Remove metrics task, since it was far too inaccurate
- Use host provided in database.yml
0.2.4 - 2009-10-02
- Fix credentials bug
- Keep old backups around