You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Hi, I am starting my experiments with Temporal and the getting started docs resulted in an error for me.
Temporal started normally when I pre-created the missing directory, but Temporal should probably either create it, or the docs should mention it is needed
$ /home/vpavlin/devel/bin/temporalite start --namespace default
2022/09/05 08:27:57 error setting up schema: stat /home/vpavlin/.config/temporalite/db: no such file or directory
Steps to Reproduce the Problem
go install github.com/temporalio/temporalite/cmd/temporalite@latest
Hi, I am starting my experiments with Temporal and the getting started docs resulted in an error for me.
Temporal started normally when I pre-created the missing directory, but Temporal should probably either create it, or the docs should mention it is needed
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
go install github.com/temporalio/temporalite/cmd/temporalite@latesttemporalite start --namespace defaultSpecifications