Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid characters for a local volume name #175

Open
chinel opened this issue Sep 2, 2020 · 0 comments
Open

Invalid characters for a local volume name #175

chinel opened this issue Sep 2, 2020 · 0 comments

Comments

@chinel
Copy link

chinel commented Sep 2, 2020

After i deleted a site using easyegine.
I tried creating a new website using this command
ee site create 134.122.104.246  --type=wp --cache

And i got the error below
`

Starting site creation. Configuring project. Creating WordPress site 134.122.104.246  Copying configuration files. Starting site's services. Warning: There was some error in docker-compose up. Warning: Initiating clean-up. [134.122.104.246 ] site root removed. Success: Site 134.122.104.246  deleted. Report bugs here: https://github.com/EasyEngine/site-type-wp

`

Also when i checked the log file i saw this as well

`

[02-09-2020 09:24:02] ee.DEBUG: COMMAND: docker volume inspect 134122104246 _data_postfix [02-09-2020 09:24:02] ee.DEBUG: STDOUT: [] [02-09-2020 09:24:02] ee.DEBUG: STDERR: Error: No such volume: 134122104246 _data_postfix [02-09-2020 09:24:02] ee.DEBUG: RETURN CODE: 1 [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: COMMAND: docker volume create \ --label "org.label-schema.vendor=EasyEngine" \ --label$ [02-09-2020 09:24:02] ee.DEBUG: STDERR: Error response from daemon: create 134122104246 _data_postfix: "134122104246\u00a0_data_postfix" includes invalid characters for a local volume name, o$ [02-09-2020 09:24:02] ee.DEBUG: RETURN CODE: 1 [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: COMMAND: docker volume inspect 134122104246 _ssl_postfix [02-09-2020 09:24:02] ee.DEBUG: STDOUT: [] [02-09-2020 09:24:02] ee.DEBUG: STDERR: Error: No such volume: 134122104246 _ssl_postfix [02-09-2020 09:24:02] ee.DEBUG: RETURN CODE: 1 [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: COMMAND: docker volume create \ --label "org.label-schema.vendor=EasyEngine" \ --label$ [02-09-2020 09:24:02] ee.DEBUG: STDERR: Error response from daemon: create 134122104246 _ssl_postfix: "134122104246\u00a0_ssl_postfix" includes invalid characters for a local volume name, onl$ [02-09-2020 09:24:02] ee.DEBUG: RETURN CODE: 1 [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: COMMAND: docker volume inspect 134122104246 _config_postfix [02-09-2020 09:24:02] ee.DEBUG: STDOUT: [] [02-09-2020 09:24:02] ee.DEBUG: STDERR: Error: No such volume: 134122104246 _config_postfix [02-09-2020 09:24:02] ee.DEBUG: RETURN CODE: 1 [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: COMMAND: docker volume create \ --label "org.label-schema.vendor=EasyEngine" \ --label$ [02-09-2020 09:24:02] ee.DEBUG: STDERR: Error response from daemon: create 134122104246 _config_postfix: "134122104246\u00a0_config_postfix" includes invalid characters for a local volume nam$ [02-09-2020 09:24:02] ee.DEBUG: RETURN CODE: 1 [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.INFO: Starting site's services. [02-09-2020 09:24:02] ee.DEBUG: ----------------------- [02-09-2020 09:24:02] ee.DEBUG: COMMAND: docker-compose up -d nginx postfix [02-09-2020 09:24:03] ee.DEBUG: STDERR: Volume 134122104246 _htdocs declared as external, but could not be found. Please create the volume manually using `docker volume create --name=13412210$ [02-09-2020 09:24:03] ee.DEBUG: RETURN CODE: 1

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant