Hello, I am using the quay.io/keycloak/keycloak:21.0.0 image, and when I start it, the following error is reported:
Unknown option: '--db'
Possible solutions: --db-url, --db-url-host, --db-url-database, --db-url-port, --db-url-properties, --db-username, --db -password, --db-schema, --db-pool-initial-size, --db-pool-min-size, --db-pool-max-size
Try 'kc.sh start --help' for more information on the available options.
But when ./kc.sh start --help, there are the following parameter prompts:
--db The database vendor. Possible values are: dev-file, dev-mem, mariadb, mssql,mysql, oracle, postgres. Default: dev-file.
Describe the bug
Hello, I am using the quay.io/keycloak/keycloak:21.0.0 image, and when I start it, the following error is reported: Unknown option: '--db' Possible solutions: --db-url, --db-url-host, --db-url-database, --db-url-port, --db-url-properties, --db-username, --db -password, --db-schema, --db-pool-initial-size, --db-pool-min-size, --db-pool-max-size Try 'kc.sh start --help' for more information on the available options. But when ./kc.sh start --help, there are the following parameter prompts: --db The database vendor. Possible values are: dev-file, dev-mem, mariadb, mssql,mysql, oracle, postgres. Default: dev-file.
Version
21.0.0
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response