First I would like to say thank's for the great work.
The error that I am facing is related with the postgres, firstly I had change my postgres plugin version to postgres:12, so I saw an issue that it says that the Postgres plugin version should be >1.9.5. So I've created another dockerfile with the same postgres image being used on the plugin, which is 11.6 and still so I am facing the same error, would you have any guess?
The README says "versions up to 1.9.5". That your log contains the text "Postgres services" indicates you're using a version of dokku-postgres that's a version after 1.9.5.
First I would like to say thank's for the great work. The error that I am facing is related with the postgres, firstly I had change my postgres plugin version to postgres:12, so I saw an issue that it says that the Postgres plugin version should be >1.9.5. So I've created another dockerfile with the same postgres image being used on the plugin, which is 11.6 and still so I am facing the same error, would you have any guess?