Skip to content

Commit

Permalink
User manual
Browse files Browse the repository at this point in the history
  • Loading branch information
simjanos-dev committed Mar 18, 2024
1 parent b3c3cd0 commit 4f3cc6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="mt-5">
Run this command while your LinguaCafe server is running to export your database. If your database setup was changed manually, change names accordingly:<br>
<code>
docker exec -ti linguacafe-database mysqldump -ulinguacafe -plinguacafe linguacafe > ./linguacafe-backup.sql
docker exec linguacafe-database mysqldump --no-tablespaces -ulinguacafe -plinguacafe linguacafe > ./linguacafe-backup.sql
</code>
</div>

Expand Down

0 comments on commit 4f3cc6b

Please sign in to comment.