easyengine icon indicating copy to clipboard operation
easyengine copied to clipboard

Can't create site

Open Ruriko opened this issue 3 years ago • 0 comments

I installed easyengine on a fresh vps but when I try to create my first site it gave Error: There was some error in starting services_global-nginx-proxy_1 container. Please check logs.

System Information

  • [x] ee cli info +-------------------+---------------------------------------------------------+ | OS | Linux 4.15.0 #1 SMP Fri Nov 20 21:47:55 MSK 2020 x86_64 | | Shell | /bin/bash | | PHP binary | /usr/bin/php7.3 | | PHP version | 7.3.27-9+ubuntu18.04.1+deb.sury.org+1 | | php.ini used | /etc/php/7.3/cli/php.ini | | EE root dir | phar://ee.phar | | EE vendor dir | phar://ee.phar/vendor | | EE phar path | /root | | EE packages dir | | | EE global config | /opt/easyengine/config/config.yml | | EE project config | | | EE version | 4.1.5 | +-------------------+---------------------------------------------------------+

  • [x] lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic

  • [x] docker version Client: Docker Engine - Community Version: 20.10.5 API version: 1.41 Go version: go1.13.15 Git commit: 55c4c88 Built: Tue Mar 2 20:18:05 2021 OS/Arch: linux/amd64 Context: default Experimental: true

Server: Docker Engine - Community Engine: Version: 20.10.5 API version: 1.41 (minimum version 1.12) Go version: go1.13.15 Git commit: 363e9a8 Built: Tue Mar 2 20:16:00 2021 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.4.4 GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e runc: Version: 1.0.0-rc93 GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec docker-init: Version: 0.19.0 GitCommit: de40ad0

  • [x] docker-compose version docker-compose version 1.22.0, build f46880fe docker-py version: 3.4.1 CPython version: 3.6.6 OpenSSL version: OpenSSL 1.1.0f 25 May 2017

ee.log

[01-04-2021 04:46:41] ee.INFO: ::::::::::::::::::::::::ee invoked::::::::::::::::::::::::  
[01-04-2021 04:46:41] ee.DEBUG: -----------------------  
[01-04-2021 04:46:41] ee.DEBUG: COMMAND: cd /opt/easyengine/services && docker ps -q --no-trunc | grep $(docker-compose ps -q global-nginx-proxy)  
[01-04-2021 04:46:41] ee.DEBUG: STDERR: sh: 1: cd: can't cd to /opt/easyengine/services   
[01-04-2021 04:46:41] ee.DEBUG: RETURN CODE: 2  
[01-04-2021 04:46:41] ee.DEBUG: -----------------------  
[01-04-2021 04:46:41] ee.DEBUG: -----------------------  
[01-04-2021 04:46:41] ee.DEBUG: COMMAND: docker ps > /dev/null  
[01-04-2021 04:46:41] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:46:41] ee.DEBUG: -----------------------  
[01-04-2021 04:46:41] ee.DEBUG: -----------------------  
[01-04-2021 04:46:41] ee.DEBUG: COMMAND: command -v docker-compose > /dev/null  
[01-04-2021 04:46:41] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:46:41] ee.DEBUG: -----------------------  
[01-04-2021 04:46:41] ee.DEBUG: Executing ee-db-migrations...   
[01-04-2021 04:46:41] ee.INFO: ======================== ee migration start ========================  
[01-04-2021 04:46:41] ee.DEBUG: Executing migrations  
[01-04-2021 04:46:41] ee.DEBUG: Migrating: 20180910124650_site-command_create_table_site_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrated: 20180910124650_site-command_create_table_site_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrating: 20180910124750_site-command_create_table_sitemeta_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrated: 20180910124750_site-command_create_table_sitemeta_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrating: 20180910125050_cron-command_create_table_cron_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrated: 20180910125050_cron-command_create_table_cron_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrating: 20180910125150_auth-command_create_table_auth_users_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrated: 20180910125150_auth-command_create_table_auth_users_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrating: 20180910125250_auth-command_create_table_auth_ips_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrated: 20180910125250_auth-command_create_table_auth_ips_migration.php  
[01-04-2021 04:46:41] ee.DEBUG: Migrating: 20181016052850_easyengine_insert_docker_images_version.php  
[01-04-2021 04:46:41] ee.INFO: Checking and Pulling required images. This may take some time.  
[01-04-2021 04:46:41] ee.INFO: Checking and Pulling docker image easyengine/cron:v4.0.0  
[01-04-2021 04:46:41] ee.DEBUG: -----------------------  
[01-04-2021 04:46:41] ee.DEBUG: COMMAND: docker pull easyengine/cron:v4.0.0  
[01-04-2021 04:46:43] ee.DEBUG: STDOUT: v4.0.0: Pulling from easyengine/cron 8b608f890652: Pulling fs layer 8b608f890652: Verifying Checksum 8b608f890652: Download complete 8b608f890652: Pull complete Digest: sha256:db18187c93b754b84cba7a0cb4c68c0eb6d92d5861e0ecd4f4af3ad3ebf5d265 Status: Downloaded newer image for easyengine/cron:v4.0.0 docker.io/easyengine/cron:v4.0.0   
[01-04-2021 04:46:43] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:46:43] ee.DEBUG: -----------------------  
[01-04-2021 04:46:43] ee.INFO: Checking and Pulling docker image easyengine/mailhog:v4.0.0  
[01-04-2021 04:46:43] ee.DEBUG: -----------------------  
[01-04-2021 04:46:43] ee.DEBUG: COMMAND: docker pull easyengine/mailhog:v4.0.0  
[01-04-2021 04:46:45] ee.DEBUG: STDOUT: v4.0.0: Pulling from easyengine/mailhog 709515475419: Pulling fs layer 77149838f736: Pulling fs layer 2f54c530afe7: Pulling fs layer ba455da900f1: Pulling fs layer ba455da900f1: Waiting 77149838f736: Verifying Checksum 77149838f736: Download complete ba455da900f1: Verifying Checksum ba455da900f1: Download complete 709515475419: Verifying Checksum 709515475419: Download complete 2f54c530afe7: Verifying Checksum 2f54c530afe7: Download complete 709515475419: Pull complete 77149838f736: Pull complete 2f54c530afe7: Pull complete ba455da900f1: Pull complete Digest: sha256:f9fed10b479d2d6892ca93c90d1313f3370c1fb290e0dae03d1deb7e0f627486 Status: Downloaded newer image for easyengine/mailhog:v4.0.0 docker.io/easyengine/mailhog:v4.0.0   
[01-04-2021 04:46:45] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:46:45] ee.DEBUG: -----------------------  
[01-04-2021 04:46:45] ee.INFO: Checking and Pulling docker image easyengine/mariadb:v4.1.3  
[01-04-2021 04:46:45] ee.DEBUG: -----------------------  
[01-04-2021 04:46:45] ee.DEBUG: COMMAND: docker pull easyengine/mariadb:v4.1.3  
[01-04-2021 04:47:00] ee.DEBUG: STDOUT: v4.1.3: Pulling from easyengine/mariadb a4a2a29f9ba4: Pulling fs layer 127c9761dcba: Pulling fs layer d13bf203e905: Pulling fs layer 4039240d2e0b: Pulling fs layer 7e2d48f22ade: Pulling fs layer 42ed51adaf49: Pulling fs layer 1e18725209e8: Pulling fs layer 67412c7f89bc: Pulling fs layer 6518a50ecb7c: Pulling fs layer 58175d975ba9: Pulling fs layer 0c6efbafd3cb: Pulling fs layer b5bc5a5c2503: Pulling fs layer 05202eb0846d: Pulling fs layer 741a9649ca90: Pulling fs layer 4039240d2e0b: Waiting 7e2d48f22ade: Waiting 42ed51adaf49: Waiting 1e18725209e8: Waiting 67412c7f89bc: Waiting 6518a50ecb7c: Waiting 58175d975ba9: Waiting 0c6efbafd3cb: Waiting b5bc5a5c2503: Waiting 05202eb0846d: Waiting 741a9649ca90: Waiting 127c9761dcba: Verifying Checksum 127c9761dcba: Download complete d13bf203e905: Verifying Checksum d13bf203e905: Download complete 7e2d48f22ade: Verifying Checksum 7e2d48f22ade: Download complete 4039240d2e0b: Verifying Checksum 4039240d2e0b: Download complete 1e18725209e8: Verifying Checksum 1e18725209e8: Download complete 67412c7f89bc: Verifying Checksum 67412c7f89bc: Download complete 42ed51adaf49: Verifying Checksum 42ed51adaf49: Download complete 6518a50ecb7c: Verifying Checksum 6518a50ecb7c: Download complete 58175d975ba9: Verifying Checksum 58175d975ba9: Download complete 0c6efbafd3cb: Verifying Checksum 0c6efbafd3cb: Download complete 05202eb0846d: Verifying Checksum 05202eb0846d: Download complete 741a9649ca90: Verifying Checksum 741a9649ca90: Download complete a4a2a29f9ba4: Verifying Checksum a4a2a29f9ba4: Download complete a4a2a29f9ba4: Pull complete 127c9761dcba: Pull complete d13bf203e905: Pull complete 4039240d2e0b: Pull complete 7e2d48f22ade: Pull complete b5bc5a5c2503: Verifying Checksum b5bc5a5c2503: Download complete 42ed51adaf49: Pull complete 1e18725209e8: Pull complete 67412c7f89bc: Pull complete 6518a50ecb7c: Pull complete 58175d975ba9: Pull complete 0c6efbafd3cb: Pull complete b5bc5a5c2503: Pull complete 05202eb0846d: Pull complete 741a9649ca90: Pull complete Digest: sha256:7b1bc39a62c7c57b31620317c3f2e12ca9ace3111abb6a43c16ac8112e0f73c6 Status: Downloaded newer image for easyengine/mariadb:v4.1.3 docker.io/easyengine/mariadb:v4.1.3   
[01-04-2021 04:47:00] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:47:00] ee.DEBUG: -----------------------  
[01-04-2021 04:47:00] ee.INFO: Checking and Pulling docker image easyengine/nginx-proxy:v4.1.4  
[01-04-2021 04:47:00] ee.DEBUG: -----------------------  
[01-04-2021 04:47:00] ee.DEBUG: COMMAND: docker pull easyengine/nginx-proxy:v4.1.4  
[01-04-2021 04:47:12] ee.DEBUG: STDOUT: v4.1.4: Pulling from easyengine/nginx-proxy 8ec398bc0356: Pulling fs layer 465560073b6f: Pulling fs layer f473f9fd0a8c: Pulling fs layer 9b0a0f1e816b: Pulling fs layer 0b3693aee513: Pulling fs layer 6a0186e46e1d: Pulling fs layer e52c991e15ac: Pulling fs layer b0d561393c97: Pulling fs layer 0701b5300a28: Pulling fs layer 78ceff3a70be: Pulling fs layer 06a00a52fff6: Pulling fs layer 243ff1bf292e: Pulling fs layer d785f8231303: Pulling fs layer e142335829f1: Pulling fs layer 55b0c2c344bc: Pulling fs layer e7580762db26: Pulling fs layer 9b0a0f1e816b: Waiting 0b3693aee513: Waiting 6a0186e46e1d: Waiting e52c991e15ac: Waiting b0d561393c97: Waiting 0701b5300a28: Waiting 78ceff3a70be: Waiting 06a00a52fff6: Waiting 243ff1bf292e: Waiting d785f8231303: Waiting e142335829f1: Waiting 55b0c2c344bc: Waiting e7580762db26: Waiting f473f9fd0a8c: Verifying Checksum f473f9fd0a8c: Download complete 9b0a0f1e816b: Verifying Checksum 9b0a0f1e816b: Download complete 0b3693aee513: Verifying Checksum 0b3693aee513: Download complete 6a0186e46e1d: Verifying Checksum 6a0186e46e1d: Download complete e52c991e15ac: Verifying Checksum e52c991e15ac: Download complete b0d561393c97: Verifying Checksum b0d561393c97: Download complete 0701b5300a28: Verifying Checksum 0701b5300a28: Download complete 78ceff3a70be: Verifying Checksum 78ceff3a70be: Download complete 465560073b6f: Verifying Checksum 465560073b6f: Download complete 06a00a52fff6: Verifying Checksum 06a00a52fff6: Download complete 8ec398bc0356: Verifying Checksum 8ec398bc0356: Download complete 243ff1bf292e: Verifying Checksum 243ff1bf292e: Download complete d785f8231303: Verifying Checksum d785f8231303: Download complete e142335829f1: Verifying Checksum e142335829f1: Download complete e7580762db26: Verifying Checksum e7580762db26: Download complete 55b0c2c344bc: Verifying Checksum 55b0c2c344bc: Download complete 8ec398bc0356: Pull complete 465560073b6f: Pull complete f473f9fd0a8c: Pull complete 9b0a0f1e816b: Pull complete 0b3693aee513: Pull complete 6a0186e46e1d: Pull complete e52c991e15ac: Pull complete b0d561393c97: Pull complete 0701b5300a28: Pull complete 78ceff3a70be: Pull complete 06a00a52fff6: Pull complete 243ff1bf292e: Pull complete d785f8231303: Pull complete e142335829f1: Pull complete 55b0c2c344bc: Pull complete e7580762db26: Pull complete Digest: sha256:e53a9572437bc378f2e93a42f2ebb7e26bf4332bbf9f09019137f34cc8d88529 Status: Downloaded newer image for easyengine/nginx-proxy:v4.1.4 docker.io/easyengine/nginx-proxy:v4.1.4   
[01-04-2021 04:47:12] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:47:12] ee.DEBUG: -----------------------  
[01-04-2021 04:47:12] ee.INFO: Checking and Pulling docker image easyengine/nginx:v4.1.4  
[01-04-2021 04:47:12] ee.DEBUG: -----------------------  
[01-04-2021 04:47:12] ee.DEBUG: COMMAND: docker pull easyengine/nginx:v4.1.4  
[01-04-2021 04:47:18] ee.DEBUG: STDOUT: v4.1.4: Pulling from easyengine/nginx 6ec8c9369e08: Pulling fs layer f1628bc9defb: Pulling fs layer 0b27b8dd4cb1: Pulling fs layer b951cc34045a: Pulling fs layer 051a80c3078e: Pulling fs layer f08c2f629cff: Pulling fs layer b951cc34045a: Waiting 051a80c3078e: Waiting f08c2f629cff: Waiting 0b27b8dd4cb1: Verifying Checksum 0b27b8dd4cb1: Download complete b951cc34045a: Verifying Checksum b951cc34045a: Download complete 051a80c3078e: Verifying Checksum 051a80c3078e: Download complete f08c2f629cff: Verifying Checksum f08c2f629cff: Download complete f1628bc9defb: Verifying Checksum f1628bc9defb: Download complete 6ec8c9369e08: Verifying Checksum 6ec8c9369e08: Download complete 6ec8c9369e08: Pull complete f1628bc9defb: Pull complete 0b27b8dd4cb1: Pull complete b951cc34045a: Pull complete 051a80c3078e: Pull complete f08c2f629cff: Pull complete Digest: sha256:e344d3c2188af7354a5daa86d3af119a3c3fbb8bf1f197d5c259181e5c432a3e Status: Downloaded newer image for easyengine/nginx:v4.1.4 docker.io/easyengine/nginx:v4.1.4   
[01-04-2021 04:47:18] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:47:18] ee.DEBUG: -----------------------  
[01-04-2021 04:47:18] ee.INFO: Checking and Pulling docker image easyengine/php:v4.1.6  
[01-04-2021 04:47:18] ee.DEBUG: -----------------------  
[01-04-2021 04:47:18] ee.DEBUG: COMMAND: docker pull easyengine/php:v4.1.6  
[01-04-2021 04:47:51] ee.DEBUG: STDOUT: v4.1.6: Pulling from easyengine/php d121f8d1c412: Pulling fs layer 58b3577b786a: Pulling fs layer 60538287851f: Pulling fs layer c53ff72fe225: Pulling fs layer 86552e1516a4: Pulling fs layer 20b04c181f95: Pulling fs layer b675c5ddb903: Pulling fs layer f659d5c4782d: Pulling fs layer 2d5849b773ca: Pulling fs layer 771424f777a7: Pulling fs layer 71e7a3eadb69: Pulling fs layer ce4b2452f3f3: Pulling fs layer 843a94cfb595: Pulling fs layer bf243e82c468: Pulling fs layer 0bb6c2c32a83: Pulling fs layer 48c87a78429d: Pulling fs layer 2db0f8c05fe5: Pulling fs layer dd084ba649b7: Pulling fs layer fb990985e60e: Pulling fs layer 8bbc3319fbc9: Pulling fs layer 6283b032aa76: Pulling fs layer 1c9393c65110: Pulling fs layer fb3f84891989: Pulling fs layer 2a44cc74a87a: Pulling fs layer 193baae2b321: Pulling fs layer 5f5d28876f02: Pulling fs layer 681289bcaefe: Pulling fs layer 5f76b5cb300c: Pulling fs layer c53ff72fe225: Waiting 86552e1516a4: Waiting 20b04c181f95: Waiting b675c5ddb903: Waiting f659d5c4782d: Waiting 2d5849b773ca: Waiting 771424f777a7: Waiting 71e7a3eadb69: Waiting ce4b2452f3f3: Waiting 843a94cfb595: Waiting bf243e82c468: Waiting 0bb6c2c32a83: Waiting 48c87a78429d: Waiting 2db0f8c05fe5: Waiting dd084ba649b7: Waiting fb990985e60e: Waiting 8bbc3319fbc9: Waiting 6283b032aa76: Waiting 1c9393c65110: Waiting fb3f84891989: Waiting 2a44cc74a87a: Waiting 193baae2b321: Waiting 5f5d28876f02: Waiting 681289bcaefe: Waiting 5f76b5cb300c: Waiting 58b3577b786a: Verifying Checksum 58b3577b786a: Download complete c53ff72fe225: Verifying Checksum c53ff72fe225: Download complete 86552e1516a4: Verifying Checksum 86552e1516a4: Download complete 20b04c181f95: Verifying Checksum 20b04c181f95: Download complete d121f8d1c412: Verifying Checksum d121f8d1c412: Download complete f659d5c4782d: Verifying Checksum f659d5c4782d: Download complete 2d5849b773ca: Verifying Checksum 2d5849b773ca: Download complete b675c5ddb903: Verifying Checksum b675c5ddb903: Download complete 771424f777a7: Verifying Checksum 771424f777a7: Download complete ce4b2452f3f3: Verifying Checksum ce4b2452f3f3: Download complete 60538287851f: Verifying Checksum 60538287851f: Download complete d121f8d1c412: Pull complete 843a94cfb595: Verifying Checksum 843a94cfb595: Download complete bf243e82c468: Verifying Checksum bf243e82c468: Download complete 0bb6c2c32a83: Verifying Checksum 0bb6c2c32a83: Download complete 58b3577b786a: Pull complete 48c87a78429d: Verifying Checksum 48c87a78429d: Download complete 2db0f8c05fe5: Verifying Checksum 2db0f8c05fe5: Download complete dd084ba649b7: Verifying Checksum dd084ba649b7: Download complete 8bbc3319fbc9: Verifying Checksum 8bbc3319fbc9: Download complete fb990985e60e: Verifying Checksum fb990985e60e: Download complete 6283b032aa76: Verifying Checksum 6283b032aa76: Download complete 1c9393c65110: Verifying Checksum 1c9393c65110: Download complete fb3f84891989: Verifying Checksum fb3f84891989: Download complete 2a44cc74a87a: Verifying Checksum 2a44cc74a87a: Download complete 193baae2b321: Verifying Checksum 193baae2b321: Download complete 5f5d28876f02: Verifying Checksum 5f5d28876f02: Download complete 681289bcaefe: Verifying Checksum 681289bcaefe: Download complete 5f76b5cb300c: Verifying Checksum 5f76b5cb300c: Download complete 71e7a3eadb69: Verifying Checksum 71e7a3eadb69: Download complete 60538287851f: Pull complete c53ff72fe225: Pull complete 86552e1516a4: Pull complete 20b04c181f95: Pull complete b675c5ddb903: Pull complete f659d5c4782d: Pull complete 2d5849b773ca: Pull complete 771424f777a7: Pull complete 71e7a3eadb69: Pull complete ce4b2452f3f3: Pull complete 843a94cfb595: Pull complete bf243e82c468: Pull complete 0bb6c2c32a83: Pull complete 48c87a78429d: Pull complete 2db0f8c05fe5: Pull complete dd084ba649b7: Pull complete fb990985e60e: Pull complete 8bbc3319fbc9: Pull complete 6283b032aa76: Pull complete 1c9393c65110: Pull complete fb3f84891989: Pull complete 2a44cc74a87a: Pull complete 193baae2b321: Pull complete 5f5d28876f02: Pull complete 681289bcaefe: Pull complete 5f76b5cb300c: Pull complete Digest: sha256:19a9d8672d7c841415487cb12709c05d702473616d850d41d7e5287e62c2bbca Status: Downloaded newer image for easyengine/php:v4.1.6 docker.io/easyengine/php:v4.1.6   
[01-04-2021 04:47:51] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:47:51] ee.DEBUG: -----------------------  
[01-04-2021 04:47:51] ee.INFO: Checking and Pulling docker image easyengine/postfix:v4.1.5  
[01-04-2021 04:47:51] ee.DEBUG: -----------------------  
[01-04-2021 04:47:51] ee.DEBUG: COMMAND: docker pull easyengine/postfix:v4.1.5  
[01-04-2021 04:48:12] ee.DEBUG: STDOUT: v4.1.5: Pulling from easyengine/postfix 75cb2ebf3b3c: Pulling fs layer 6c2f95bba44b: Pulling fs layer c29dba39ff87: Pulling fs layer cdb131823bdd: Pulling fs layer 14bee6b595a8: Pulling fs layer 73d7a456f2d9: Pulling fs layer cdb131823bdd: Waiting 14bee6b595a8: Waiting 73d7a456f2d9: Waiting c29dba39ff87: Verifying Checksum c29dba39ff87: Download complete 75cb2ebf3b3c: Verifying Checksum 75cb2ebf3b3c: Download complete cdb131823bdd: Verifying Checksum cdb131823bdd: Download complete 14bee6b595a8: Verifying Checksum 14bee6b595a8: Download complete 73d7a456f2d9: Verifying Checksum 73d7a456f2d9: Download complete 75cb2ebf3b3c: Pull complete 6c2f95bba44b: Verifying Checksum 6c2f95bba44b: Download complete 6c2f95bba44b: Pull complete c29dba39ff87: Pull complete cdb131823bdd: Pull complete 14bee6b595a8: Pull complete 73d7a456f2d9: Pull complete Digest: sha256:2eafc8bf88d8dc9aa68a8c160c31ea82c2655ba0313474de2bfae381781c64bf Status: Downloaded newer image for easyengine/postfix:v4.1.5 docker.io/easyengine/postfix:v4.1.5   
[01-04-2021 04:48:12] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:48:12] ee.DEBUG: -----------------------  
[01-04-2021 04:48:12] ee.INFO: Checking and Pulling docker image easyengine/redis:v4.1.4  
[01-04-2021 04:48:12] ee.DEBUG: -----------------------  
[01-04-2021 04:48:12] ee.DEBUG: COMMAND: docker pull easyengine/redis:v4.1.4  
[01-04-2021 04:48:19] ee.DEBUG: STDOUT: v4.1.4: Pulling from easyengine/redis bf5952930446: Pulling fs layer 911b8422b695: Pulling fs layer 093b947e0ade: Pulling fs layer 5b1d5f59e382: Pulling fs layer 7a5f59580c0b: Pulling fs layer f9c63997c980: Pulling fs layer a5aade01c93a: Pulling fs layer 07eff536c83f: Pulling fs layer a8f328ecb89b: Pulling fs layer 5b1d5f59e382: Waiting 7a5f59580c0b: Waiting f9c63997c980: Waiting a5aade01c93a: Waiting 07eff536c83f: Waiting a8f328ecb89b: Waiting 911b8422b695: Verifying Checksum 911b8422b695: Download complete 093b947e0ade: Verifying Checksum 093b947e0ade: Download complete 7a5f59580c0b: Verifying Checksum 7a5f59580c0b: Download complete f9c63997c980: Verifying Checksum f9c63997c980: Download complete a5aade01c93a: Verifying Checksum a5aade01c93a: Download complete 07eff536c83f: Verifying Checksum 07eff536c83f: Download complete a8f328ecb89b: Verifying Checksum a8f328ecb89b: Download complete 5b1d5f59e382: Verifying Checksum 5b1d5f59e382: Download complete bf5952930446: Verifying Checksum bf5952930446: Download complete bf5952930446: Pull complete 911b8422b695: Pull complete 093b947e0ade: Pull complete 5b1d5f59e382: Pull complete 7a5f59580c0b: Pull complete f9c63997c980: Pull complete a5aade01c93a: Pull complete 07eff536c83f: Pull complete a8f328ecb89b: Pull complete Digest: sha256:f7857d459a660354523ea4e388aaf4a065cd385b23b10985480e04bfaf2b742f Status: Downloaded newer image for easyengine/redis:v4.1.4 docker.io/easyengine/redis:v4.1.4   
[01-04-2021 04:48:19] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:48:19] ee.DEBUG: -----------------------  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181016052850_easyengine_insert_docker_images_version.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181102014830_cron-command_no_overlap_migration.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping no-overlap migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181102014830_cron-command_no_overlap_migration.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181212035130_site-command_fix_ssl_entries.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping ssl-entries migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181212035130_site-command_fix_ssl_entries.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20190104060950_site-command_add_column_site_container_fs_path_migration.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20190104060950_site-command_add_column_site_container_fs_path_migration.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20191218115131_site-command_update_php_version_entry.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping php-version migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20191218115131_site-command_update_php_version_entry.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20200317060950_site-command_add_column_proxy_cache_and_custom_domains_migration.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20200317060950_site-command_add_column_proxy_cache_and_custom_domains_migration.php  
[01-04-2021 04:48:19] ee.DEBUG: Successfully migrated EasyEngine  
[01-04-2021 04:48:19] ee.DEBUG: Executed ee-db-migrations.  
[01-04-2021 04:48:19] ee.DEBUG: Executing ee-custom-container-migrations...   
[01-04-2021 04:48:19] ee.INFO: ======================== ee migration start ========================  
[01-04-2021 04:48:19] ee.DEBUG: Executing custom container migrations  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181105125012_site-command_update_nginx_config.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping nginx-config update migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181105125012_site-command_update_nginx_config.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181105125012_site-command_update_php_config.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping no-overlap migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181105125012_site-command_update_php_config.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181107125012_site-command_update_postfix_mounts.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping no-overlap migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181107125012_site-command_update_postfix_mounts.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181119091115_admin-tools-command_update_index.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping update-index migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181119091115_admin-tools-command_update_index.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181119091115_site-command_update_php_ini.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping update-php-ini migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181119091115_site-command_update_php_ini.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181119091115_site-command_update_ssl_redirects.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping update-ssl-redirects migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181119091115_site-command_update_ssl_redirects.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181121091115_service-command_add_new_ee_conf_for_db.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping binlog-update update migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181121091115_service-command_add_new_ee_conf_for_db.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181121091115_site-command_update_nginx_conf_for_version_conf.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping nginx-config update migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181121091115_site-command_update_nginx_conf_for_version_conf.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181121091115_site-command_update_php_easyengine_conf_for_admin_tools.php  
[01-04-2021 04:48:19] ee.DEBUG: Skipping php-easyengine-conf update migration as it is not needed.  
[01-04-2021 04:48:19] ee.DEBUG: Migrated: 20181121091115_site-command_update_php_easyengine_conf_for_admin_tools.php  
[01-04-2021 04:48:19] ee.DEBUG: Migrating: 20181203191120_service-command_rc1_db_fix.php  
[01-04-2021 04:48:19] ee.DEBUG: COMMAND: which docker  
[01-04-2021 04:48:19] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:48:19] ee.DEBUG: -----------------------  
[01-04-2021 04:48:19] ee.DEBUG: COMMAND: docker inspect -f '{{.State.Running}}' services_global-db_1  
[01-04-2021 04:48:20] ee.DEBUG: STDOUT:    
[01-04-2021 04:48:20] ee.DEBUG: STDERR: Error: No such object: services_global-db_1   
[01-04-2021 04:48:20] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 04:48:20] ee.DEBUG: -----------------------  
[01-04-2021 04:48:20] ee.DEBUG: Skipping rc1-gloabl-db-fix update migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20181203191120_service-command_rc1_db_fix.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20181204100620_service-command_save_global_db_pass.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping save-global-db-pass migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20181204100620_service-command_save_global_db_pass.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20181204100620_service-command_save_global_db_pass_one.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping save-global-db-pass migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20181204100620_service-command_save_global_db_pass_one.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20181224104940_site-type-wp_set_mu_cookie_domain.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping update-cookie-domain migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20181224104940_site-type-wp_set_mu_cookie_domain.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20181225063950_service-command_change_global_service_container_names.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping change-global-service-container-name migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20181225063950_service-command_change_global_service_container_names.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20190104010207_admin-tools-command_update_config_with_env.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping update-index migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20190104010207_admin-tools-command_update_config_with_env.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20190213102815_service-command_add_newrelic_volume.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping add-newrelic-volume migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20190213102815_service-command_add_newrelic_volume.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20190213105615_site-type-wp_update_env_file_with_newrelic_key.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping update-env-file-with-newrelic-key migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20190213105615_site-type-wp_update_env_file_with_newrelic_key.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20190507042415_site-command_update_nginx_fastcgi_params.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping nginx-fastcgi-param update migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20190507042415_site-command_update_nginx_fastcgi_params.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20190507042415_site-command_update_php_ini_max_exec_time.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping php-ini-max-exec-time update migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20190507042415_site-command_update_php_ini_max_exec_time.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20190904045115_admin-tools-command_update_index_for_public_dir.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping update-index migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20190904045115_admin-tools-command_update_index_for_public_dir.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20191217102116_site-command_update_sendmail_path_for_msmtp.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping update-sendmail-path update migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20191217102116_site-command_update_sendmail_path_for_msmtp.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20200106125626_site-command_add_bcmath_config.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping add-bcmath-config update migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20200106125626_site-command_add_bcmath_config.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20200108224426_site-command_fix_orphans.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping fix-orphans update migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20200108224426_site-command_fix_orphans.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20200625155535_site-command_add_ext_config.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping add-ext-config update migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20200625155535_site-command_add_ext_config.php  
[01-04-2021 04:48:20] ee.DEBUG: Migrating: 20200811150850_admin-tools-command_update_pma_config.php  
[01-04-2021 04:48:20] ee.DEBUG: Skipping pma-config migration as it is not needed.  
[01-04-2021 04:48:20] ee.DEBUG: Migrated: 20200811150850_admin-tools-command_update_pma_config.php  
[01-04-2021 04:48:20] ee.DEBUG: Successfully migrated EasyEngine  
[01-04-2021 04:48:20] ee.DEBUG: Executed ee-custom-container-migrations.  
[01-04-2021 04:48:20] ee.DEBUG: Executing ee-docker-image-migrations...   
[01-04-2021 04:48:20] ee.INFO: ======================== Starting container migration ========================  
[01-04-2021 04:48:20] ee.DEBUG: Executed ee-docker-image-migrations.  
[01-04-2021 04:48:20] ee.DEBUG: COMMAND: which docker  
[01-04-2021 04:48:20] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 04:48:20] ee.DEBUG: -----------------------  
[01-04-2021 04:48:20] ee.DEBUG: COMMAND: docker inspect -f '{{.State.Running}}' services_global-nginx-proxy_1  
[01-04-2021 04:48:20] ee.DEBUG: STDOUT:    
[01-04-2021 04:48:20] ee.DEBUG: STDERR: Error: No such object: services_global-nginx-proxy_1   
[01-04-2021 04:48:20] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 04:48:20] ee.DEBUG: -----------------------  
[01-04-2021 04:48:20] ee.DEBUG: No readable global config found  
[01-04-2021 04:48:20] ee.DEBUG: No project config found  
[01-04-2021 04:48:20] ee.DEBUG: argv: /usr/local/bin/ee cli info  
[01-04-2021 04:48:20] ee.DEBUG: Running command: cli info  
[01-04-2021 05:00:03] ee.INFO: ::::::::::::::::::::::::ee invoked::::::::::::::::::::::::  
[01-04-2021 05:00:03] ee.DEBUG: -----------------------  
[01-04-2021 05:00:03] ee.DEBUG: COMMAND: cd /opt/easyengine/services && docker ps -q --no-trunc | grep $(docker-compose ps -q global-nginx-proxy)  
[01-04-2021 05:00:03] ee.DEBUG: STDERR: sh: 1: cd: can't cd to /opt/easyengine/services   
[01-04-2021 05:00:03] ee.DEBUG: RETURN CODE: 2  
[01-04-2021 05:00:03] ee.DEBUG: -----------------------  
[01-04-2021 05:00:03] ee.DEBUG: -----------------------  
[01-04-2021 05:00:03] ee.DEBUG: COMMAND: docker ps > /dev/null  
[01-04-2021 05:00:04] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:04] ee.DEBUG: -----------------------  
[01-04-2021 05:00:04] ee.DEBUG: -----------------------  
[01-04-2021 05:00:04] ee.DEBUG: COMMAND: command -v docker-compose > /dev/null  
[01-04-2021 05:00:04] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:04] ee.DEBUG: -----------------------  
[01-04-2021 05:00:04] ee.DEBUG: Using default global config: /opt/easyengine/config/config.yml  
[01-04-2021 05:00:04] ee.DEBUG: No project config found  
[01-04-2021 05:00:04] ee.DEBUG: argv: /usr/local/bin/ee site create animeseries.xyz --type=wp  
[01-04-2021 05:00:04] ee.DEBUG: Running command: site  
[01-04-2021 05:00:04] ee.DEBUG: COMMAND: which docker  
[01-04-2021 05:00:04] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:04] ee.DEBUG: -----------------------  
[01-04-2021 05:00:04] ee.DEBUG: COMMAND: docker inspect -f '{{.State.Running}}' services_global-nginx-proxy_1  
[01-04-2021 05:00:05] ee.DEBUG: STDOUT:    
[01-04-2021 05:00:05] ee.DEBUG: STDERR: Error: No such object: services_global-nginx-proxy_1   
[01-04-2021 05:00:05] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:05] ee.DEBUG: -----------------------  
[01-04-2021 05:00:05] ee.DEBUG: -----------------------  
[01-04-2021 05:00:05] ee.DEBUG: COMMAND: docker volume ls --filter="label=org.label-schema.vendor=EasyEngine" --filter="label=io.easyengine.site=global-nginx-proxy" -q  
[01-04-2021 05:00:06] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:06] ee.DEBUG: -----------------------  
[01-04-2021 05:00:06] ee.DEBUG: -----------------------  
[01-04-2021 05:00:06] ee.DEBUG: COMMAND: docker info 2> /dev/null | awk '/Docker Root Dir/ {print $4}'  
[01-04-2021 05:00:07] ee.DEBUG: STDOUT: /var/lib/docker   
[01-04-2021 05:00:07] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:07] ee.DEBUG: -----------------------  
[01-04-2021 05:00:07] ee.DEBUG: -----------------------  
[01-04-2021 05:00:07] ee.DEBUG: COMMAND: docker volume inspect global-nginx-proxy_certs  
[01-04-2021 05:00:07] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:07] ee.DEBUG: STDERR: Error: No such volume: global-nginx-proxy_certs   
[01-04-2021 05:00:07] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:07] ee.DEBUG: -----------------------  
[01-04-2021 05:00:07] ee.DEBUG: -----------------------  
[01-04-2021 05:00:07] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-nginx-proxy" \ 					global-nginx-proxy_certs  
[01-04-2021 05:00:07] ee.DEBUG: STDOUT: global-nginx-proxy_certs   
[01-04-2021 05:00:07] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:07] ee.DEBUG: -----------------------  
[01-04-2021 05:00:07] ee.DEBUG: -----------------------  
[01-04-2021 05:00:07] ee.DEBUG: COMMAND: docker volume inspect global-nginx-proxy_dhparam  
[01-04-2021 05:00:07] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:07] ee.DEBUG: STDERR: Error: No such volume: global-nginx-proxy_dhparam   
[01-04-2021 05:00:07] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:07] ee.DEBUG: -----------------------  
[01-04-2021 05:00:07] ee.DEBUG: -----------------------  
[01-04-2021 05:00:07] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-nginx-proxy" \ 					global-nginx-proxy_dhparam  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: global-nginx-proxy_dhparam   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume inspect global-nginx-proxy_confd  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:08] ee.DEBUG: STDERR: Error: No such volume: global-nginx-proxy_confd   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-nginx-proxy" \ 					global-nginx-proxy_confd  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: global-nginx-proxy_confd   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume inspect global-nginx-proxy_htpasswd  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:08] ee.DEBUG: STDERR: Error: No such volume: global-nginx-proxy_htpasswd   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-nginx-proxy" \ 					global-nginx-proxy_htpasswd  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: global-nginx-proxy_htpasswd   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume inspect global-nginx-proxy_vhostd  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:08] ee.DEBUG: STDERR: Error: No such volume: global-nginx-proxy_vhostd   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-nginx-proxy" \ 					global-nginx-proxy_vhostd  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: global-nginx-proxy_vhostd   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume inspect global-nginx-proxy_html  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:08] ee.DEBUG: STDERR: Error: No such volume: global-nginx-proxy_html   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-nginx-proxy" \ 					global-nginx-proxy_html  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: global-nginx-proxy_html   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume inspect global-nginx-proxy_nginx_proxy_logs  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:08] ee.DEBUG: STDERR: Error: No such volume: global-nginx-proxy_nginx_proxy_logs   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-nginx-proxy" \ 					global-nginx-proxy_nginx_proxy_logs  
[01-04-2021 05:00:08] ee.DEBUG: STDOUT: global-nginx-proxy_nginx_proxy_logs   
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker volume ls --filter="label=org.label-schema.vendor=EasyEngine" --filter="label=io.easyengine.site=global-db" -q  
[01-04-2021 05:00:08] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: -----------------------  
[01-04-2021 05:00:08] ee.DEBUG: COMMAND: docker info 2> /dev/null | awk '/Docker Root Dir/ {print $4}'  
[01-04-2021 05:00:09] ee.DEBUG: STDOUT: /var/lib/docker   
[01-04-2021 05:00:09] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:09] ee.DEBUG: -----------------------  
[01-04-2021 05:00:09] ee.DEBUG: -----------------------  
[01-04-2021 05:00:09] ee.DEBUG: COMMAND: docker volume inspect global-db_db_data  
[01-04-2021 05:00:09] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:09] ee.DEBUG: STDERR: Error: No such volume: global-db_db_data   
[01-04-2021 05:00:09] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:09] ee.DEBUG: -----------------------  
[01-04-2021 05:00:09] ee.DEBUG: -----------------------  
[01-04-2021 05:00:09] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-db" \ 					global-db_db_data  
[01-04-2021 05:00:09] ee.DEBUG: STDOUT: global-db_db_data   
[01-04-2021 05:00:09] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:09] ee.DEBUG: -----------------------  
[01-04-2021 05:00:09] ee.DEBUG: -----------------------  
[01-04-2021 05:00:09] ee.DEBUG: COMMAND: docker volume inspect global-db_db_conf  
[01-04-2021 05:00:10] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:10] ee.DEBUG: STDERR: Error: No such volume: global-db_db_conf   
[01-04-2021 05:00:10] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-db" \ 					global-db_db_conf  
[01-04-2021 05:00:10] ee.DEBUG: STDOUT: global-db_db_conf   
[01-04-2021 05:00:10] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: COMMAND: docker volume inspect global-db_db_logs  
[01-04-2021 05:00:10] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:10] ee.DEBUG: STDERR: Error: No such volume: global-db_db_logs   
[01-04-2021 05:00:10] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-db" \ 					global-db_db_logs  
[01-04-2021 05:00:10] ee.DEBUG: STDOUT: global-db_db_logs   
[01-04-2021 05:00:10] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: COMMAND: docker volume ls --filter="label=org.label-schema.vendor=EasyEngine" --filter="label=io.easyengine.site=global-redis" -q  
[01-04-2021 05:00:10] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: -----------------------  
[01-04-2021 05:00:10] ee.DEBUG: COMMAND: docker info 2> /dev/null | awk '/Docker Root Dir/ {print $4}'  
[01-04-2021 05:00:11] ee.DEBUG: STDOUT: /var/lib/docker   
[01-04-2021 05:00:11] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: COMMAND: docker volume inspect global-redis_redis_data  
[01-04-2021 05:00:11] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:11] ee.DEBUG: STDERR: Error: No such volume: global-redis_redis_data   
[01-04-2021 05:00:11] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-redis" \ 					global-redis_redis_data  
[01-04-2021 05:00:11] ee.DEBUG: STDOUT: global-redis_redis_data   
[01-04-2021 05:00:11] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: COMMAND: docker volume inspect global-redis_redis_conf  
[01-04-2021 05:00:11] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:11] ee.DEBUG: STDERR: Error: No such volume: global-redis_redis_conf   
[01-04-2021 05:00:11] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-redis" \ 					global-redis_redis_conf  
[01-04-2021 05:00:11] ee.DEBUG: STDOUT: global-redis_redis_conf   
[01-04-2021 05:00:11] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: COMMAND: docker volume inspect global-redis_redis_logs  
[01-04-2021 05:00:11] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:11] ee.DEBUG: STDERR: Error: No such volume: global-redis_redis_logs   
[01-04-2021 05:00:11] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-redis" \ 					global-redis_redis_logs  
[01-04-2021 05:00:11] ee.DEBUG: STDOUT: global-redis_redis_logs   
[01-04-2021 05:00:11] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: COMMAND: docker volume ls --filter="label=org.label-schema.vendor=EasyEngine" --filter="label=io.easyengine.site=global-newrelic-daemon" -q  
[01-04-2021 05:00:11] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: -----------------------  
[01-04-2021 05:00:11] ee.DEBUG: COMMAND: docker info 2> /dev/null | awk '/Docker Root Dir/ {print $4}'  
[01-04-2021 05:00:12] ee.DEBUG: STDOUT: /var/lib/docker   
[01-04-2021 05:00:12] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:12] ee.DEBUG: -----------------------  
[01-04-2021 05:00:12] ee.DEBUG: -----------------------  
[01-04-2021 05:00:12] ee.DEBUG: COMMAND: docker volume inspect global-newrelic-daemon_newrelic_sock  
[01-04-2021 05:00:12] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:12] ee.DEBUG: STDERR: Error: No such volume: global-newrelic-daemon_newrelic_sock   
[01-04-2021 05:00:12] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:12] ee.DEBUG: -----------------------  
[01-04-2021 05:00:12] ee.DEBUG: -----------------------  
[01-04-2021 05:00:12] ee.DEBUG: COMMAND: docker volume create \ 					--label "org.label-schema.vendor=EasyEngine" \ 					--label "io.easyengine.site=global-newrelic-daemon" \ 					global-newrelic-daemon_newrelic_sock  
[01-04-2021 05:00:12] ee.DEBUG: STDOUT: global-newrelic-daemon_newrelic_sock   
[01-04-2021 05:00:12] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:12] ee.DEBUG: -----------------------  
[01-04-2021 05:00:12] ee.DEBUG: -----------------------  
[01-04-2021 05:00:12] ee.DEBUG: COMMAND: docker network inspect ee-global-backend-network  
[01-04-2021 05:00:13] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:13] ee.DEBUG: STDERR: Error: No such network: ee-global-backend-network   
[01-04-2021 05:00:13] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:13] ee.DEBUG: -----------------------  
[01-04-2021 05:00:13] ee.DEBUG: -----------------------  
[01-04-2021 05:00:13] ee.DEBUG: COMMAND: docker network create ee-global-backend-network --label=org.label-schema.vendor="EasyEngine"   
[01-04-2021 05:00:13] ee.DEBUG: STDOUT: f982c1e7ee7e4829a734acfcd25b4cde43f58ab23322de2f7b13fa16d5f8c8e4   
[01-04-2021 05:00:13] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:13] ee.DEBUG: -----------------------  
[01-04-2021 05:00:13] ee.DEBUG: -----------------------  
[01-04-2021 05:00:13] ee.DEBUG: COMMAND: docker network inspect ee-global-frontend-network  
[01-04-2021 05:00:13] ee.DEBUG: STDOUT: []   
[01-04-2021 05:00:13] ee.DEBUG: STDERR: Error: No such network: ee-global-frontend-network   
[01-04-2021 05:00:13] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:13] ee.DEBUG: -----------------------  
[01-04-2021 05:00:13] ee.DEBUG: -----------------------  
[01-04-2021 05:00:13] ee.DEBUG: COMMAND: docker network create ee-global-frontend-network --label=org.label-schema.vendor="EasyEngine"   
[01-04-2021 05:00:13] ee.DEBUG: STDOUT: 757a7d019b1086dd37294522e9fb560c95de4bd113229142a6d2795f6c2d710a   
[01-04-2021 05:00:13] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:00:13] ee.DEBUG: -----------------------  
[01-04-2021 05:00:13] ee.DEBUG: -----------------------  
[01-04-2021 05:00:13] ee.DEBUG: COMMAND: docker-compose up -d global-nginx-proxy  
[01-04-2021 05:00:16] ee.DEBUG: STDERR: Creating services_global-nginx-proxy_1 ...  [1A[2K Creating services_global-nginx-proxy_1 ... [31merror[0m [1B ERROR: for services_global-nginx-proxy_1  Cannot start service global-nginx-proxy: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: write sysctl key net.core.somaxconn: write /proc/sys/net/core/somaxconn: invalid argument: unknown  ERROR: for global-nginx-proxy  Cannot start service global-nginx-proxy: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: write sysctl key net.core.somaxconn: write /proc/sys/net/core/somaxconn: invalid argument: unknown Encountered errors while bringing up the project.   
[01-04-2021 05:00:16] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:00:16] ee.DEBUG: -----------------------  
[01-04-2021 05:00:16] ee.ERROR: There was some error in starting services_global-nginx-proxy_1 container. Please check logs.  
[01-04-2021 05:13:34] ee.INFO: ::::::::::::::::::::::::ee invoked::::::::::::::::::::::::  
[01-04-2021 05:13:34] ee.DEBUG: -----------------------  
[01-04-2021 05:13:34] ee.DEBUG: COMMAND: cd /opt/easyengine/services && docker ps -q --no-trunc | grep $(docker-compose ps -q global-nginx-proxy)  
[01-04-2021 05:13:35] ee.DEBUG: RETURN CODE: 1  
[01-04-2021 05:13:35] ee.DEBUG: -----------------------  
[01-04-2021 05:13:35] ee.DEBUG: -----------------------  
[01-04-2021 05:13:35] ee.DEBUG: COMMAND: docker ps > /dev/null  
[01-04-2021 05:13:35] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:13:35] ee.DEBUG: -----------------------  
[01-04-2021 05:13:35] ee.DEBUG: -----------------------  
[01-04-2021 05:13:35] ee.DEBUG: COMMAND: command -v docker-compose > /dev/null  
[01-04-2021 05:13:35] ee.DEBUG: RETURN CODE: 0  
[01-04-2021 05:13:35] ee.DEBUG: -----------------------  
[01-04-2021 05:13:35] ee.DEBUG: Using default global config: /opt/easyengine/config/config.yml  
[01-04-2021 05:13:35] ee.DEBUG: No project config found  
[01-04-2021 05:13:35] ee.DEBUG: argv: /usr/local/bin/ee cli info  
[01-04-2021 05:13:35] ee.DEBUG: Running command: cli info  

Ruriko avatar Apr 01 '21 05:04 Ruriko