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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ For each DBMS you need to have its respective dump tool installed.
51
51
- SQLite => `sqlite3`
52
52
- PostgreSQL => `pg_dump`
53
53
54
-
⚠️ For `pg_dump` it is especially important that you have a compatible version installed. So e.g. if you have a **PostgreSQL 14 server** you need a **pg_dump version 14** ⚠️
54
+
> [!WARNING]
55
+
> For `pg_dump` it is especially important that you have a compatible version installed. So e.g. if you have a **PostgreSQL 14 server** you need a **pg_dump version 14** ⚠️
55
56
56
57
## How to use
57
58
@@ -79,7 +80,8 @@ bin/cake dump_sql test > test_dump.sql
79
80
80
81
### GZIP compressed dump
81
82
82
-
ℹ️ The following feature requires you have the **PHP zlib extension** installed and active ℹ️
83
+
> [!NOTE]
84
+
> The following feature requires you have the **PHP zlib extension** installed and active️
0 commit comments