Skip to content

Commit 3c75174

Browse files
author
Marcin Przepiorowski
committed
2.3.6-rc2
1 parent 9596cef commit 3c75174

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.3.6-rc2
2+
3+
### Added
4+
- dx_ctl_replication - "safe" option added to replication, replication job won't kick off if VDB was deleted since last replication
5+
16
## 2.3.6-rc1
27

38
### Added

bin/dx_ctl_replication.pl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ =head1 SYNOPSIS
150150
151151
dx_ctl_replication [-engine|d <delphix identifier> | -all ]
152152
-profilename profile
153+
[-safe]
153154
[-nowait]
154155
[-help|?]
155156
[-debug ]
@@ -189,6 +190,10 @@ =head1 OPTIONS
189190
=item B<-nowait>
190191
Don't wait for a replication job to complete. Job will be running in backgroud.
191192
193+
=item B<-safe>
194+
Enable "safe" replication. If there was a VDB/dSource deletion operation
195+
on primary engine, replication job won't be started
196+
192197
=item B<-help>
193198
Print this screen
194199

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.3.6-rc1';
32+
our $version = '2.3.6-rc2';
3333

3434
sub logger {
3535
my $debug = shift;

0 commit comments

Comments
 (0)