Skip to content

馃殌 Documentation: Import command results in error#283

Description

@olioby

Documentation Request

Hi, thanks so much for this fantastic application, I absolutely love it.

I was following the instructions on https://pocket-id.org/docs/setup/data-export-import, and ran:
cat ./export.zip | docker compose run pocket-id ./pocket-id import --yes --path -.

This resulted in an error: the input device is not a TTY

Adding -T to the compose command fixed it. The command that worked for me was:
cat ./export.zip | docker compose run -T pocket-id ./pocket-id import --yes --path -

If this is generally applicable to others, it would be great to update the command so others don't have to run into this problem.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions