This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dhaval Dalal
committed
Jun 12, 2014
1 parent
899b2ce
commit 8867730
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Tayra 0.8.1 Beta3 Release Notes | ||
|
||
|
||
Tayra 0.8.1 Beta3 is a focused maintenance update which includes bug fixes and performance enhancements. | ||
For details of the existing features, please refer to the previous release notes. | ||
|
||
Date of the release: May 13, 2013 | ||
|
||
Tayra 0.8.2 Beta3 is a bug fix release for | ||
- backup failed on fields with binary data (https://github.com/EqualExperts/Tayra/issues/3) | ||
|
||
For details of the existing features, please refer to the previous release notes. | ||
|
||
Date of the release: June 12, 2014 | ||
|
||
Source code: | ||
The code is hosted on github as a free and open resource for use and modification, | ||
at https://github.com/EqualExperts/Tayra | ||
|
||
|
||
Documentation: | ||
Documentation is shipped within the product. For more you can check on github | ||
repository at https://github.com/EqualExperts/Tayra | ||
|
||
|
||
Installation Instructions: | ||
Installation instructions are mentioned in Readme.txt along with the product. | ||
|
||
|
||
Additions: | ||
* Override default buffer size of 8KB used by FileReader through --fBuffer option to read backup file during restore. | ||
|
||
|
||
Changes: | ||
* Upgraded mongo-java-driver to 2.11.1 | ||
|
||
|
||
Fixes: | ||
* In case of Selective Backup, the recorded timestamp is the timestamp of the last document read from the oplog and not of the last document written to the backup file. | ||
* When target mongodb crashes during restore, process ends with a summary and unrestored documents are written to exception.documents file. | ||
* In case of a document not being restored, the cause of exception is specified in exception.details file |