Skip to content

Commit bf675ca

Browse files
author
Marcin Przepiorowski
committed
v2.4.17
1 parent 7fd5338 commit bf675ca

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 2.4.17
2+
3+
<B>Breaking change</B>
4+
If dx_ctl_replication script is used please review your scipts
5+
and add <i>-action replicate</i> to keep current functionality
6+
7+
### Changes
8+
9+
- dx_ctl_replication - <b>Breaking change</b> - More functionality (create/update/delete profile) has been added and parameter <i>-action</i> is required
10+
- dx_get_replication - backup of the replication profiles has been added
11+
- dx_get_osversion - fix
12+
- dx_get_config - backup of engine configuration to the JSON file has been added
13+
- fix to issue with some database names / comments
14+
- [bug #218](https://github.com/delphix/dxtoolkit/issues/218) - fix in dx_v2p
15+
- [bug #214](https://github.com/delphix/dxtoolkit/issues/214) - fix to no of CPU
16+
- [bug #208](https://github.com/delphix/dxtoolkit/issues/208) - fix to limited user privileges
17+
18+
### Added
19+
20+
- dx_ctl_config - initialise and configure engine using JSON file
21+
- dx_get_namespace - list all replicated namespace
22+
- dx_ctl_namespace - failover or delete namespace
123
## 2.4.16.3
224

325
### Changes

lib/Toolkit_helpers.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use File::Spec;
2929

3030
use lib '../lib';
3131

32-
our $version = '2.4.17-rc2';
32+
our $version = '2.4.17';
3333

3434
my $tz = new Date::Manip::TZ;
3535
my $dt = new Date::Manip::Date;

0 commit comments

Comments
 (0)