You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update content.md to reflect Liquibase 5.0 changes, including separation of OSS and Secure editions, and removal of default database drivers and extensions.
Copy file name to clipboardExpand all lines: liquibase/content.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,38 @@
1
+
## 🚨 Important: Liquibase 5.0 Changes 🚨
2
+
3
+
### Liquibase OSS vs Liquibase Secure
4
+
5
+
Starting with **Liquibase 5.0**, we have introduced a clear separation between our open source Community edition and our commercial Secure offering:
6
+
7
+
-**`liquibase/liquibase`** (OSS Edition): Community version under the Functional Source License (FSL)
8
+
-**`liquibase/liquibase-secure`** (Secure Edition): Commercial version with enterprise features
9
+
10
+
**If you have a valid Liquibase License Key, you should now use `liquibase/liquibase-secure` instead of `liquibase/liquibase`.**
11
+
12
+
### 🚨 Breaking Change: Drivers and Extensions No Longer Included
13
+
14
+
As of **Liquibase 5.0**, the OSS edition (`liquibase/liquibase`) and the official Docker OSS liquibase image **no longer include database drivers or extensions by default**.
15
+
16
+
**What this means for you:**
17
+
18
+
- You must now explicitly add database drivers using the Liquibase Package Manager (LPM)
19
+
- Extensions must be manually installed or mounted into the container
20
+
- MySQL driver installation via `INSTALL_MYSQL=true` environment variable is still supported
0 commit comments