Skip to content

Commit

Permalink
language tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Aug 24, 2024
1 parent 40856e2 commit 319586d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/kamal.md
Original file line number Diff line number Diff line change
@@ -499,7 +499,7 @@ First you can run the following command to save a database dump to the *host* ma
kamal accessory exec postgres 'pg_dump -h localhost -p 5432 -U <your_app_user> <your_app_db_name> > db_dump.sql' --reuse
```

This should create a file on the host at `/home/kamal/db_dump.sql`.
This should create a file on the *host* machine at `/home/kamal/db_dump.sql`.

If you want to copy this file locally, you can run:

0 comments on commit 319586d

Please sign in to comment.