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 fae8857 commit f79d856Copy full SHA for f79d856
1 file changed
src/main/config/DEPLOY.md
@@ -214,7 +214,7 @@ mariadb-dump webapp-ENG > webapp-ENG_`date +%Y"-"%m"-"%d`.sql
214
> [!TIP]
215
> If you want to backup the database structure only, use the `--no-data` option:
216
> ```bash
217
-> mariadb-dump --no-data webapp-ENG > webapp-ENG_`date +%Y"-"%m"-"%d`_structure.sql
+> mariadb-dump webapp-ENG > webapp-ENG_`date +%Y"-"%m"-"%d`_structure.sql --no-data
218
> ```
219
220
Restore database from a backup:
0 commit comments