Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

add doc on dumping postgresql data locally #803

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jtotoole
Copy link
Contributor

@jtotoole jtotoole commented Aug 6, 2021

No description provided.

@jtotoole jtotoole requested a review from pypt August 6, 2021 23:04

2. Choose the table you want and dump it as a `.sql` file with the following syntax:

```docker exec 123somecontainer456 pg_dump --table=media > media.sql`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found that this only worked when I omitted the -it flags

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant