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 Oct 9, 2023. It is now read-only.
After updating snaplet 0.35.10 it seems snaplet does not resolve localhost in SNAPLET_DATABASE_URL SNAPLET_DATABASE_URL=postgres://postgres:mypw@localhost:5432/mydb snaplet snapshot restore --data-only gets
but this works: SNAPLET_DATABASE_URL=postgres://postgres:[email protected]:5432/mydb snaplet snapshot restore --data-only
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After updating snaplet 0.35.10 it seems snaplet does not resolve localhost in SNAPLET_DATABASE_URL

SNAPLET_DATABASE_URL=postgres://postgres:mypw@localhost:5432/mydb snaplet snapshot restore --data-only
getsbut this works:
SNAPLET_DATABASE_URL=postgres://postgres:[email protected]:5432/mydb snaplet snapshot restore --data-only
Beta Was this translation helpful? Give feedback.
All reactions