Skip to content

Commit fd4742c

Browse files
authored
Update pg_dump command to include --no-owner option
1 parent 3d20c10 commit fd4742c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ runs:
8181
run: docker exec hydrodump hydrodump run
8282
- shell: bash
8383
run: |
84-
docker exec database pg_dump -d ${{ inputs.db }} --clean --if-exists | gzip > ${{ inputs.db }}.sql.gz
84+
docker exec database pg_dump -d ${{ inputs.db }} --no-owner --clean --if-exists | gzip > ${{ inputs.db }}.sql.gz
85+

0 commit comments

Comments
 (0)