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
When setting up a production instance I ran into this issue with the postgis task. The error would report that item is not found from the file postgresql/tasks/extensions/postgis.yml
We got it working by changing the path in that above file with a change to the relative paths of the with_first_found:.
When setting up a production instance I ran into this issue with the postgis task. The error would report that
item is not found
from the filepostgresql/tasks/extensions/postgis.yml
We got it working by changing the path in that above file with a change to the relative paths of the
with_first_found:
.Before
After (fix applied)
The text was updated successfully, but these errors were encountered: