Skip to content

Restore doesn't function with Docker/Kamal #51

@oandalib

Description

@oandalib

This could be a duplicate of #33 and/or #34.

When using with Docker/Kamal we have a volume that is mounted from the host machine.

When I click on restore from the UI or run restore via the command line, the three files .sqlite3, .sqlite3-wal, .sqlite3-shm are downloaded and are correct, however the naming differs from the files currently in use (as they should, at least temporarily).

One of the steps of litestream is "renaming database from temporary location", and this is where it appears we get stuck. My guess is a permission issue.

I have found a workaround for now where I can manually rename/overwrite the three files and then restart my Docker container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions