WordPress - fast installation

User avatar
myVesta
Site Admin
Posts: 975
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 10 times
Been thanked: 6 times

tienloc1 wrote: Wed Aug 11, 2021 10:33 am Ohh, thank you so much for your information, I just have a doubt: when creating a WordPress site with v-install-wordpress, the file owner will be root or the users?
Files owner will be user, of course :)
I think wp-cli even won't run as root.
That's why we call it with: sudo -H -u$user wp ...
Ominae
Posts: 23
Joined: Fri Jul 10, 2020 4:30 am

myVesta wrote: Wed Aug 11, 2021 11:26 am
tienloc1 wrote: Wed Aug 11, 2021 10:33 am Ohh, thank you so much for your information, I just have a doubt: when creating a WordPress site with v-install-wordpress, the file owner will be root or the users?
Files owner will be user, of course :)
I think wp-cli even won't run as root.
That's why we call it with: sudo -H -u$user wp ...
Hi dpeca a question, does the v-install-wordpress script no longer allow to customize the database name?

Run the command like this: bash v-install-wordpress domain.com mydatabasename [email protected]

and as a result it finished correctly, but ignored the suggested my database name.
The new name created has following format: usermyvesta_domain_com

:?
Ominae
Posts: 23
Joined: Fri Jul 10, 2020 4:30 am

Hello, everyone.
When I run this command, it restarts the NGINX service. Is this normal?

I am running it on a server with Debian 12.12, APACHE/NGINX/PHP-FPM, myVesta 0.9.9-0-14

And another thing, the command continues to ignore the suggested name for the database. Since years have passed, did they leave it like this forever, or is it not normal for this to happen?
regards!
Post Reply