Error creating subdomain

I am trying to install the subdomain container.camposrj.info to point it to the domain containercamposrj.info. But I get these messages when trying:

root@VPSsites:~# ee site create container.camposrj.info --wpsubdir --letsencrypt --admin-user=murilo --dbuser=container --dbpass=1container2
Configuring project.
Creating WordPress site container.camposrj.info
Copying configuration files.
Starting site’s services.
Downloading and configuring WordPress.
Error: Unable to download wp core.
Warning: Couldn’t connect to global-db:3306 or there was issue in wp config create. Please check logs.
Warning: Initiating clean-up.
[container.camposrj.info] Docker Containers removed.
[container.camposrj.info] site root removed.
Site container.camposrj.info deleted.

Log ee.log:

[09-04-2019 19:09:28] ee.DEBUG: COMMAND: docker-compose exec --user=‘www-data’ php wp core download --path=/var/www/htdocs --locale=‘en_US’
[09-04-2019 19:09:31] ee.DEBUG: STDOUT: ^[[31;1mError:^[[0m WordPress files seem to already be present here.
[09-04-2019 19:09:31] ee.DEBUG: RETURN CODE: 1
[09-04-2019 19:09:31] ee.DEBUG: -----------------------
[09-04-2019 19:09:31] ee.ERROR: Unable to download wp core.
[09-04-2019 19:09:31] ee.DEBUG: -----------------------
[09-04-2019 19:09:31] ee.DEBUG: COMMAND: docker-compose exec --user=‘www-data’ php wp config create --dbuser=‘container’ --dbname='container_$
[09-04-2019 19:09:41] ee.DEBUG: STDOUT: ^[[31;1mError:^[[0m The ‘wp-config.php’ file already exists.
[09-04-2019 19:09:41] ee.DEBUG: RETURN CODE: 1

I need help for solv this problem!!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.