Page 2 of 2

Re: WordPress - install fast

Posted: Wed Aug 11, 2021 11:26 am
by myVesta
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 ...

Re: WordPress - install fast

Posted: Tue Aug 29, 2023 9:43 pm
by Ominae
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

:?