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
After a few hours of debugging storage backend is not defined error, we have just found that kine currently does not recognize postgresql:// protocol , but does postgres://.
After a few hours of debugging
storage backend is not defined
error, we have just found thatkine
currently does not recognizepostgresql://
protocol , but doespostgres://
.correct:
postgres://admin:admin@k3s.db.ondigitalocean.com:5432/defaultdb
incorrect:
postgresql://admin:admin@k3s.db.ondigitalocean.com:5432/defaultdb
The text was updated successfully, but these errors were encountered: