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

[BUG 3.4.0] sed: -e expression #3, char 93: unknown option to `s' #165

Closed
tvarsis opened this issue Jun 23, 2020 · 1 comment
Closed

[BUG 3.4.0] sed: -e expression #3, char 93: unknown option to `s' #165

tvarsis opened this issue Jun 23, 2020 · 1 comment
Labels

Comments

@tvarsis
Copy link

tvarsis commented Jun 23, 2020

Infos:

  • Docker version: 19.03.11
  • Docker-compose version: 1.24.0
  • Operating system (Docker host): Ubuntu 18.04

Did a normal git pull and updated with docker-compose as always.

Expected behavior:

  • Upgrade should work and not throw errors

Actual behavior:

sudo docker logs zammad_zammad-init_1
sed: -e expression #3, char 93: unknown option to s' sed: -e expression #3, char 93: unknown option to s'
sed: -e expression #3, char 93: unknown option to s' sed: -e expression #3, char 93: unknown option to s'
sed: -e expression #3, char 93: unknown option to s' sed: -e expression #3, char 93: unknown option to s'

Which leads it to get stuck in a restarting loop and not finishing.

Steps to reproduce the behavior:

  • Was running 3.3.0-26 and upgraded to 3.4.0-2. Also tested to change versions to 3.4.0.4 and 3.3.0.31 and same error on all of them.
@tvarsis tvarsis changed the title sudo docker logs zammad_zammad-init_1 sed: -e expression #3, char 93: unknown option to s' sed: -e expression #3, char 93: unknown option to s' sed: -e expression #3, char 93: unknown option to s' sed: -e expression #3, char 93: unknown option to s' sed: -e expression #3, char 93: unknown option to s' sed: -e expression #3, char 93: unknown option to s' sed: -e expression #3, char 93: unknown option to `s' Jun 23, 2020
@tvarsis tvarsis changed the title sed: -e expression #3, char 93: unknown option to `s' [BUG 3.4.0] sed: -e expression #3, char 93: unknown option to `s' Jun 23, 2020
@tvarsis
Copy link
Author

tvarsis commented Jun 23, 2020

Found the issue. It was a space and a comment behind the postgres username in the env file that made the whole init script crash.

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

No branches or pull requests

2 participants