[GH-ISSUE #86] Compose documentation improvement #68

Open
opened 2026-02-26 21:34:17 +03:00 by kerem · 0 comments
Owner

Originally created by @TristisOris on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/86

Since any VM disk is limited, could be impossible to restore database due lack of space.

error unzipping ZIP file: Archive: /tmp/pbw-restore-3565131912/dump.zip inflating: /tmp/pbw-restore-3565131912/dump.sql /tmp/pbw-restore-3565131912/dump.sql: write error (disk full?). Continue? (y/n/^C) warning: /tmp/pbw-restore-3565131912/dump.sql is probably truncated 

I advise add to example something like this, ofcourse it should be external path.

    volumes:
      - /mnt/tmp:/tmp
Originally created by @TristisOris on GitHub (Feb 6, 2025). Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/86 Since any VM disk is limited, could be impossible to restore database due lack of space. ``` error unzipping ZIP file: Archive: /tmp/pbw-restore-3565131912/dump.zip inflating: /tmp/pbw-restore-3565131912/dump.sql /tmp/pbw-restore-3565131912/dump.sql: write error (disk full?). Continue? (y/n/^C) warning: /tmp/pbw-restore-3565131912/dump.sql is probably truncated ``` I advise add to example something like this, ofcourse it should be external path. ``` volumes: - /mnt/tmp:/tmp ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#68
No description provided.