Giter Site home page Giter Site logo

Comments (12)

galexrt avatar galexrt commented on June 30, 2024

@decker502 You can currently ignore these "errors", because when you look at the end of the logs you posted you'll see that everything starting without any problems. (Please retry with repulled images, thanks).

database_1 | 2015-10-22 04:10:42 UTC [88-2] zulip@zulip STATEMENT:  CREATE USER zulip;
database_1 | 2015-10-22 04:10:42 UTC [88-3] zulip@zulip ERROR:  database "zulip" already exists
database_1 | 2015-10-22 04:10:42 UTC [88-4] zulip@zulip STATEMENT:  CREATE DATABASE zulip OWNER=zulip;
database_1 | 2015-10-22 04:10:42 UTC [89-1] zulip@zulip ERROR:  permission denied to create extension "tsearch_extras"
database_1 | 2015-10-22 04:10:42 UTC [89-2] zulip@zulip HINT:  Must be superuser to create this extension.
database_1 | 2015-10-22 04:10:42 UTC [89-3] zulip@zulip STATEMENT:  CREATE EXTENSION tsearch_extras SCHEMA zulip;

They just mean that while setting up the database (on every start), we just try recreate the database user, database and the extension.
But yes you are right, this below is half of an error. When you use an image like mine quay.io/galexrt/zulip-postgresql-tsearchextras or quay.io/repository/sameersbn/postgresql, you will get an user that is not the postgres/root user, so will "fail" to create the EXTENSION tsearch_extras for the zulip scheme. A fail in this case isn't that worse (at least I haven't tested it with different postgresql server images ;) ).
This is no problem when using the default database server from the docker-compose (quay.io/galexrt/zulip-postgresql-tsearchextras:latest).

database_1 | 2015-10-22 04:10:42 UTC [89-1] zulip@zulip ERROR:  permission denied to create extension "tsearch_extras"
database_1 | 2015-10-22 04:10:42 UTC [89-2] zulip@zulip HINT:  Must be superuser to create this extension.
database_1 | 2015-10-22 04:10:42 UTC [89-3] zulip@zulip STATEMENT:  CREATE EXTENSION tsearch_extras SCHEMA zulip;

I'll create an ticket for the "error", so we do something about it.

from docker-zulip.

galexrt avatar galexrt commented on June 30, 2024

BTW your zulip should be running perfectly, because everything needed was started by supervisor.
Can you start it up and check if it is reachable? Looking at the logs it should be reachable 😄


Related to #22

from docker-zulip.

decker502 avatar decker502 commented on June 30, 2024

I have tried to run zulip client.
"You look familiar." is shown. I can't see login and password input. I'm not sure if this is cause of server

from docker-zulip.

galexrt avatar galexrt commented on June 30, 2024

@decker502 Okay. So at least Zulip starts up correctly.
Could you provide me the new log from the zulip container?

from docker-zulip.

decker502 avatar decker502 commented on June 30, 2024

zulip seems not to produce the new log:(

from docker-zulip.

galexrt avatar galexrt commented on June 30, 2024

Have you tried docker logs ZULIP_CONTAINER_NAME?

from docker-zulip.

decker502 avatar decker502 commented on June 30, 2024

docker-compose logs and docker logs all were both tried

from docker-zulip.

galexrt avatar galexrt commented on June 30, 2024

That's weird. There should be log output.
Could you repull the quay.io/galexrt/zulip image, start it again and post the log output here?

from docker-zulip.

decker502 avatar decker502 commented on June 30, 2024

Because Internet speed of china is very slow, it would be done until tomorrow:(
I'll try it, and post the log output here at tomorrow, thank you very much!

from docker-zulip.

galexrt avatar galexrt commented on June 30, 2024

@decker502 If you have any other questions regarding the configuration of zulip or have other problems, you can ask me on the irc channel #docker-zulip.

from docker-zulip.

decker502 avatar decker502 commented on June 30, 2024

@galexrt OK :)

from docker-zulip.

galexrt avatar galexrt commented on June 30, 2024

Fixed in the latest version.

from docker-zulip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.