Giter VIP home page Giter VIP logo

Comments (3)

Onatcer avatar Onatcer commented on July 29, 2024

hi, could you please provide the details on what system/hoster you tried to run it on? and also what commands you executed.

we provide docker images to deal with platforms specifics and have everything installed that is needed to run solidtime. in this case it looks like you have to install psql but you'll probably need to install quite a lot more than that to get it running.

from solidtime.

korridor avatar korridor commented on July 29, 2024

We had a report now with the same error message in the Discord channel, and we were able to reproduce the issue.

The problem was that I added a schema dump that is only used during the first migration run. That is not really a issue, but running the schema dump requires the pgsql client command line tool (in addition to the pgsql PHP extension), which is often not installed in setups. Since I was not aware that this is required, I also did not add this to our Dockerfile, so the issue was also relevant for people using the docker image after I added the database dump.

I just pushed a fix that makes the schema dump only relevant for unit tests. Please try if the issue persists with the most current commit in the main branch. We'll add a new tag in the following days.

If you need to run a migration in an older release and you have that problem, please try to run the following command before running the first migration: docker compose exec scheduler rm database/schema/pgsql-schema.sql or for non-docker users: rm database/schema/pgsql-schema.sql (in the project directory)

from solidtime.

korridor avatar korridor commented on July 29, 2024

The release v0.0.3 fixes this issue.

from solidtime.

Related Issues (6)

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.