statping / charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default username/password?

ruckc opened this issue · comments

When trying to use the helm chart to install, it doesn't startup in setup mode, nor does admin/admin work. What is the ideal workflow? Can we document it?

I also tried using sqlite3 to update the password as #798 describes, but the database is locked by statping, and killing it causes the pod to restart, and relock it.

facing the same issue

same issue over here - getting 504 response after 30 sec. No meaningful logs.
Tried the following with little success:

  1. Used postgress DB - no change.
  2. Set ADMIN_USER & ADMIN_PASSWORD - no change (504 after 30 sec with no meaningful logs). When trying to login with admin as username and password, getting {"error":"incorrect authentication"} as expected.