mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
DB Creation #418
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 @dharm-ind on 4/6/2023
CloudPanel version(s) affected
2.2
Description
When i create DB for site and if there is issue with password length , it show error but it create the DB but DB does not show on the portal , for that case I need to delete the DB manually and use right password for same name DB
Can we get fix , if there is error , it should not create DB
How to reproduce
Create a DB with non accepted length password
Possible Solution
It should show DB after creation but show should not show user as user was not created due to password issue
or else
it should removed DB if any issue while creating
Additional Context
No response