mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Unable to create a WordPress site with a database server that doesn't use the default port 3306 #454
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blankstar85 on 11/24/2022
CloudPanel version(s) affected
2.1.0
Description
When creating a new wordpress site with an external database using a non standard port, the create wp config fails and times out.
How to reproduce
Add a database server with a nonstandard port and create a wordpress site.
Possible Solution
Add the port to the host when creating the wp config create --dbhost='domain:port'
Additional Context
No response