New Feature
Oracle
Introduced zero data loss feature. More details can be found here.
Improvements:
General
PROJECT-2228 - The legal name of Dbvisit Software NZ Ltd was incorrect in some places and has been corrected.
PROJECT-2262 - In order to more easily accommodate settings for Zero Data Loss notifications, all notification settings have been moved to a new page in the GUI, This includes global email settings, email and Slack address, and Observer notification settings, as well as the new ZDL notification settings. Note that in dbvcli, the notification settings have not moved, and the ZDL notification settings can be found in the dbvcli auto-update command
PROJECT-2283 - The login page has had a facelift.
PROJECT-2287 - An update to our end-user license agreement is available in the installers.
PROJECT-2257 - Several places in the interactive CLI offered by dbvcli that offer a list of items would abort if the items didn’t fit in the terminal. Pagination support has been added to the following:
-
Oracle:
dbvcli new—source host, DDC import list, source database, standby hostdbvcli activate—activation points and custom scriptsdbvcli dr-test resume—activation pointsdbvcli switchover—custom scripts
-
SQL Server:
dbvcli new—source host, source instance, source database, standby host, standby instancedbvcli activate—custom scriptsdbvcli switchover—custom scriptsdbvcli instance add—hostdbvcli instance edit—instancedbvcli instance show—instancedbvcli instance unlink—instancedbvcli edit-schedule—READ ONLY mode scheduledbvcli remove-schedule—READ ONLY mode schedule
-
PostgreSQL:
dbvcli new—source host, source cluster, source PostgreSQL installation, standby host, standby PostgreSQL installationdbvcli activate—custom scriptsdbvcli switchover—custom scripts
Changes to CLI and API
/api/v2 (no new endpoints)
No endpoints were added or removed. All changes are new fields added to support Zero Data Loss; requests that do not use the new fields behave exactly as before.
API |
What changed |
|---|---|
|
New optional request fields |
|
Same new request fields as |
|
New optional request fields to turn Zero Data Loss on or off and configure it: |
|
New optional request fields to set up Zero Data Loss as part of creating the standby database: |
|
|
The response now includes a |
|
|
Each returned configuration now includes:
|
|
The response now includes |
|
|
The returned license details include a new |
/api/dashboard endpoint also gains DataLossExposureSeconds, DataLossExposure, LogChainIntact, and a ZeroDataLoss object with the replication mode, state, timestamps, transfer rate, and any error.dbvcli (no new commands; no top-level flag changes)
New flags:
Command |
New flags |
|---|---|
|
|
|
|
|
|
|
|
auto-update show— new Zero Data Loss section.list— for ZDL configurations, the Time Gap cell showsDLE <value>(orInitial transfer/(ZDL error)) and the Auto Update cell showsZDL/ZDL Externalinstead ofOn.log-gap-report— new DATA LOSS EXPOSURE section; MISSING LOGS section when archive logs are missing from the standby.
Removal
PROJECT-2203: The DR Score concept has been removed.
Comments