Hi !
I'm trying to automate the installation of my panel but I find myself facing a problem...
There isn't any command to configure the database ( not the environment one ). I've found node, location, but nothing about database.
So I've done my research and I've found that the databases are stored into the panel.database_hosts. So with an INSERT SQL request, I can create it.
But problem, I can't find how to encrypt the password of the database like if we create one directly into the panel.
So if we create a database on a server, it won't work because he don't recognize the password.
Can someone help me to figure it out how to do this ?
Thanks in advance.