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
I encountered an issue when trying to start an embedded PostgreSQL instance locally. The following error occurs:
failed to get embeddedPostgres: unable to extract postgres archive /Users/yanmeng/.embedded-postgres-go/embedded-postgres-binaries-darwin-arm64v8-16.4.0.txz to /Users/yanmeng/.embedded-postgres-go-17362/extracted, if running parallel tests, configure RuntimePath to isolate testing directories, stat /Users/yanmeng/.embedded-postgres-go-17362: no such file or directory
It seems that, starting from version v1.30.0, the RuntimePath is not being created if it doesn't already exist. This behavior differs from v1.17.0, where the RuntimePath was automatically created.
I encountered an issue when trying to start an embedded PostgreSQL instance locally. The following error occurs:
It seems that, starting from version
v1.30.0
, theRuntimePath
is not being created if it doesn't already exist. This behavior differs fromv1.17.0
, where theRuntimePath
was automatically created.The script is:
The text was updated successfully, but these errors were encountered: