Closed salomvary closed 10 months ago
In your case, it looks like the postgres plugin is run instead of the clickhouse one.
...
++++ _DIR=/var/lib/dokku/plugins/enabled/clickhouse
++++ export POSTGRES_IMAGE=postgres
++++ POSTGRES_IMAGE=postgres
++++ export POSTGRES_IMAGE_VERSION=16.0
++++ POSTGRES_IMAGE_VERSION=16.0
...
+ declare 'desc=create a Postgres service'
+ argv=('clickhouse:create' 'lollipop')
+ local cmd=postgres:create argv
...
Seems like you installed the postgres plugin as the clickhouse one:
clickhouse 1.36.0 enabled dokku postgres service plugin
You'll want to uninstall it and install the correct one.
Description of problem
dokku clickhouse:create
fails with a valid service name with the following error message: "Please specify a valid name for the service. Valid characters are: [A-Za-z0-9_]+".How reproducible
Steps to Reproduce
See above.
Actual Results
Error message, no Clickhouse service created.
Expected Results
Clickhouse service created, no error message.
Environment Information
dokku report
outputHow (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Using https://github.com/dokku/ansible-dokku on a new cloud server.
Additional information