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
Currently, PostgreSQL does not start on heroku instance because of the following error in docker: Can't add file /var/lib/docker/overlay2/f0995527a1dcea7b099c2137111bf431a475def3fc65bd9da06a43c498a78e03/diff/run/postgresql/.s.PGSQL.5432 to tar: archive/tar: sockets not supported
Currently, PostgreSQL does not start on heroku instance because of the following error in docker:
Can't add file /var/lib/docker/overlay2/f0995527a1dcea7b099c2137111bf431a475def3fc65bd9da06a43c498a78e03/diff/run/postgresql/.s.PGSQL.5432 to tar: archive/tar: sockets not supported
There is some info on the internet about it:
GoogleContainerTools/kaniko#272
Investigate and fix this error which will enable task API on heroku instance, not just /ping and /api pahts.
The text was updated successfully, but these errors were encountered: