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

:?

Re: WordPress - fast installation

Posted: Fri Sep 26, 2025 4:59 pm
by Ominae
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!