We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d20c10 commit fd4742cCopy full SHA for fd4742c
action.yml
@@ -81,4 +81,5 @@ runs:
81
run: docker exec hydrodump hydrodump run
82
- shell: bash
83
run: |
84
- docker exec database pg_dump -d ${{ inputs.db }} --clean --if-exists | gzip > ${{ inputs.db }}.sql.gz
+ docker exec database pg_dump -d ${{ inputs.db }} --no-owner --clean --if-exists | gzip > ${{ inputs.db }}.sql.gz
85
+
0 commit comments