We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7983db1 commit d7d9b7fCopy full SHA for d7d9b7f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.4.23
2
+
3
+### Added
4
+- Support for Postgresql ( dSource / VDB )
5
+- Data patch flag added for Oracle VDBs
6
7
## 2.4.22.1
8
9
### Changes
bin/dx_provision_vdb.pl
@@ -560,7 +560,7 @@
560
}
561
562
if (defined($datapatch)) {
563
- if ((lc $datapatch ne 'no') || ( lc $datapatch eq 'yes') ) {
+ if ((lc $datapatch eq 'no') || ( lc $datapatch eq 'yes') ) {
564
$db->setDataPatch($datapatch);
565
} else {
566
print "Datapatch argument should be yes or no. VDB won't be created\n" ;
0 commit comments