GithubHelp home page GithubHelp logo

Comments (5)

stanlog avatar stanlog commented on September 13, 2024 1

Hello,
I installed Workspace yesterday on Nextcloud 25.0.7, with Postgresql v13.11 (Debian Bullseye), it seems to work fine. Any news about this issue ?

from workspace.

stefanh12 avatar stefanh12 commented on September 13, 2024

Having the same issue

from workspace.

zak39 avatar zak39 commented on September 13, 2024

Hi @stanlog 👋

Did you do anything to the database ?

We have a problem with the constraint with a field in the database.

from workspace.

stanlog avatar stanlog commented on September 13, 2024

Hello @zak39
I didn't anything special on the postgres db tables schemas. I used GroupFolders module alone for a while, all works fine, no problem encounted with the use of Postgresql from the beginning (Nextcloud v25.0.8).

from workspace.

zak39 avatar zak39 commented on September 13, 2024

Hello @stanlog

Is it possible to share your PostgreSQL configuration, please ?

I use constraint on foreign keys (

$table->addForeignKeyConstraint($schema->getTable('group_folders'), ['space_name'], ['mount_point'], ['onDelete' => 'CASCADE', 'onUpdate' => 'CASCADE'], 'fk_gi_sn_work_spaces');
$table->addForeignKeyConstraint($schema->getTable('group_folders'), ['groupfolder_id'], ['folder_id'], ['onDelete' => 'CASCADE', 'onUpdate' => 'CASCADE'], 'fk_gi_sn_work_spaces');
) and it doesn't work with PostgreSQL.

from workspace.

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.