Skip to content

Commit 946fe8a

Browse files
committed
v3.14.0
1 parent 7599780 commit 946fe8a

File tree

8 files changed

+70
-45
lines changed

8 files changed

+70
-45
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 28 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -45,64 +45,47 @@ For detailed information see the list of [supported migration features for Oracl
4545

4646
For older releases see [Release Notes](RELEASE_NOTES.md).
4747

48-
### v3.13.2 - 2022-12-02
49-
50-
#### Resolved Bugs
51-
52-
- Regression: Can't create table and column comments containing single quotes
53-
54-
### v3.13.1 - 2022-12-01
55-
56-
#### Resolved Bugs
57-
58-
- Tables containing columns named after Oracle-only reserved identifiers (e.g. `SIZE`) fail during the data stage
59-
60-
### v3.13.0 - 2022-11-30
48+
### v3.14.0 - 2023-01-10
6149

6250
#### Features
6351

64-
- _Migration Assessment_:
65-
66-
- Quickly determine how much effort an individual migration encompasses
67-
<p align="left">
68-
<img src="./docs/pictures/release-notes/v3.13.0/migration-assessment-bar-chart.png" />
69-
</p>
70-
- Inspect the cost for discrete database objects and identify outliers
71-
<p align="left">
72-
<img src="./docs/pictures/release-notes/v3.13.0/migration-assessment-table-and-donut-chart.png" />
73-
</p>
52+
- _Live Data stage overview_: Determine the migration status of each table at a glance
7453

75-
> Note: The figures given by the assessment are only a rough estimation. \
76-
> We will continue to tweak and improve these values as we collect experience and introduce new technologies, such as a PL/SQL parser.
77-
78-
- _Migration Overview_: List empty and non-empty schemas separately
7954
<p align="left">
80-
<img src="./docs/pictures/release-notes/v3.13.0/migration-overview-empty-schemas.png" />
55+
<img src="./docs/pictures/release-notes/v3.14.0/live-data-stage.png" />
8156
</p>
8257

83-
> Note: Empty schemas are now excluded per default
58+
- _Import migration_: Create a new migration using a migration export, as an alternative to cloning
59+
60+
> Note: Only migration exports created with v3.14.0 and later are supported.
8461
85-
- _Migration Creation_: Improve feedback for invalid connection strings
8662
<p align="left">
87-
<img src="./docs/pictures/release-notes/v3.13.0/improved-connection-string-feedback.png" />
63+
<img src="./docs/pictures/release-notes/v3.14.0/import-migration.png" />
8864
</p>
8965

90-
- _Migration Lifecycle_:
66+
- _Log Panel Timezone_: Choose a custom timezone for migration log timestamps
67+
<p align="left">
68+
<img src="./docs/pictures/release-notes/v3.14.0/log-panel-timezone.png" />
69+
</p>
9170

92-
- Defer the creation of functions after those of tables to allow for the use of the `%TYPE` attribute
93-
- Enhance the migration log of the structure, integrity and logic stages to be on a par with those of the data stage
94-
- Configure the `COPY FREEZE` functionality introduced in `v3.12.0` for each individual table instead of the whole system.
95-
The `CORE_DATA_MIGRATOR_USE_COPY_FREEZE` environment variable has subsequently been removed.
71+
- _Sequence Editor_: View and edit the details of sequences
72+
<p align="left">
73+
<img src="./docs/pictures/release-notes/v3.14.0/sequence-popover.png" />
74+
</p>
9675

97-
- _Miscellaneous_: Rework the log output format and fidelity throughout the `core` container
76+
- _Rename table columns_:
9877

99-
#### Resolved Bugs
78+
- Oracle columns named after PostgreSQL system columns (`xmin`, `xmax`, etc.) can not be migrated as is and must be renamed
79+
<p align="left">
80+
<img src="./docs/pictures/release-notes/v3.14.0/rename-table-column.png" />
81+
</p>
10082

101-
- The Analyze step of the migration creation always shows `Jobs` as pending
102-
- LOBs exceeding the maximum size of 500MB do not fail with an appropriate error message
103-
- Setting the sidebar filter to `Index` does not include all indexes in the filter result
104-
- Usernames and passwords containing special characters cause the target connection check during migration creation to fail
105-
- Deleting a migration after executing a stage fails with an unexpected error
83+
- _Migration Settings_:
84+
- Change migration name and description
85+
<p align="left">
86+
<img src="./docs/pictures/release-notes/v3.14.0/rename-migration.png" />
87+
</p>
88+
- Configure the interval between each data transfer report
10689

10790
## Getting Started
10891

@@ -122,8 +105,8 @@ The _CYBERTEC Migrator_ images can be obtained via two channels
122105
- [Online installation via container registry](#online-installation)
123106
- From an [offline installation](#offline-installation) package for environments in which networking restrictions are imposed
124107

125-
| πŸ’‘ | The Migrator Standard Edition is only available as [offline installation package](https://www.cybertec-postgresql.com/en/products/cybertec-migrator#form) |
126-
| --- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
108+
| πŸ’‘ | The Migrator Standard Edition is only available as an [offline installation package](https://www.cybertec-postgresql.com/en/products/cybertec-migrator#form) |
109+
| --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
127110

128111
#### Online installation
129112

β€ŽRELEASE_NOTES.mdβ€Ž

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22

33
The release notes of the last release may be found on [README.md](README.md#whats-new).
44

5+
### v3.14.0 - 2023-01-10
6+
7+
#### Features
8+
9+
- _Live Data stage overview_: Determine the migration status of each table at a glance
10+
11+
<p align="left">
12+
<img src="./docs/pictures/release-notes/v3.14.0/live-data-stage.png" />
13+
</p>
14+
15+
- _Import migration_: Create a new migration using a migration export, as an alternative to cloning
16+
17+
> Note: Only migration exports created with v3.14.0 and later are supported.
18+
19+
<p align="left">
20+
<img src="./docs/pictures/release-notes/v3.14.0/import-migration.png" />
21+
</p>
22+
23+
- _Log Panel Timezone_: Choose a custom timezone for migration log timestamps
24+
<p align="left">
25+
<img src="./docs/pictures/release-notes/v3.14.0/log-panel-timezone.png" />
26+
</p>
27+
28+
- _Sequence Editor_: View and edit the details of sequences
29+
<p align="left">
30+
<img src="./docs/pictures/release-notes/v3.14.0/sequence-popover.png" />
31+
</p>
32+
33+
- _Rename table columns_:
34+
35+
- Oracle columns named after PostgreSQL system columns (`xmin`, `xmax`, etc.) can not be migrated as is and must be renamed
36+
<p align="left">
37+
<img src="./docs/pictures/release-notes/v3.14.0/rename-table-column.png" />
38+
</p>
39+
40+
- _Migration Settings_:
41+
- Change migration name and description
42+
<p align="left">
43+
<img src="./docs/pictures/release-notes/v3.14.0/rename-migration.png" />
44+
</p>
45+
- Configure the interval between each data transfer report
46+
547
### v3.13.2 - 2022-12-02
648

749
#### Resolved Bugs
14.6 KB
Loading
40.4 KB
Loading
22.5 KB
Loading
7.26 KB
Loading
2.58 KB
Loading
5.77 KB
Loading

0 commit comments

Comments
Β (0)