Skip to content

Commit f79d856

Browse files
committed
docs: db backup
1 parent fae8857 commit f79d856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/config/DEPLOY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ mariadb-dump webapp-ENG > webapp-ENG_`date +%Y"-"%m"-"%d`.sql
214214
> [!TIP]
215215
> If you want to backup the database structure only, use the `--no-data` option:
216216
> ```bash
217-
> mariadb-dump --no-data webapp-ENG > webapp-ENG_`date +%Y"-"%m"-"%d`_structure.sql
217+
> mariadb-dump webapp-ENG > webapp-ENG_`date +%Y"-"%m"-"%d`_structure.sql --no-data
218218
> ```
219219
220220
Restore database from a backup:

0 commit comments

Comments
 (0)