Giter VIP home page Giter VIP logo

Comments (1)

oliverguenther avatar oliverguenther commented on September 13, 2024

Hi @MonsieurCellophane , thanks for your report.

the container has no postgres DBMS installed (I supplied one form the outside, creating role and database)

The compose setup has a separate postgresql service that is created by default (https://github.com/opf/openproject-deploy/blob/stable/14/compose/docker-compose.yml#L30-L41). If you provide an external DB, you can disable this service: https://www.openproject.org/docs/installation-and-operations/configuration/#disabling-services-in-the-docker-compose-file

an additional migration step was required (prbly because the external DBMS I supplied is postgres16)

Could you elaborate on what you mean by that? We also support PostgreSQL 16, so there should not be additional work required to make it run.

the container listens on port 8080 (the docs say 80)

You might have mistaken the all-in-one docker container with the docker-compose setup (this repository). The documentation clearly states it is running on port 8080: https://www.openproject.org/docs/installation-and-operations/installation/docker/#quick-start

there is no user admin (or otherwise), all records in the users tables have no login field. I added a user through psql AND the ruby console (in the container)

The seeder services will migrate and seed a new installation if it can access it. I assume there has been an issue with your external database preventing that. It would be helpful to see the logs of the seeder service for this (https://github.com/opf/openproject-deploy/blob/stable/14/compose/docker-compose.yml#L111-L116)

After the instance is up and running a number of functions (notably create prj from template/copy porject) appear not to be working (they post a spinner that never terminates, project is not copied/created).

This would hint at the worker service not running correctly (performing jobs in the background). I believe this is all connected to your external database. Without further logs, there will not be a lot we can help you with.
https://github.com/opf/openproject-deploy/blob/stable/14/compose/docker-compose.yml#L91-L99

from openproject-deploy.

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.