Jose Ignacio Santa Cruz G.

Results 44 comments of Jose Ignacio Santa Cruz G.

Made a gist with Postgres pg-query-stream and Express: https://gist.github.com/jsanta/d386a3f908243070c3a6ec9f2a75531b It requires the SQL query string as input, but you can already generate it using Sequelize's QueryGenerator. Hope it helps.

@Adrian1907 I know my message comes kind of late. Did you try wrapping windowObservable in a the RXJS from() ? Don't know if it will work, but I think there's...

Hi. This will happen with many non-appstore apps in Macs, not just Podman Desktop Companion. Just after getting that message, go to System Preferences -> Security & Privacy -> General...

> Hey there, > > I think you should probably read the release migration notes. It seems like you need the 'optional' database migration script. > > https://docs.strapi.io/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.4.5-to-4.5.1.html Thanks @willempie96...

Tried the migrations on a totally isolated environment (Strapi running locally over a Dockerized Postgres with a copy of the production database). Followed the instructions at https://docs.strapi.io/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.4.5-to-4.5.1.html Getting relations already...

Didn´t work. Tried creating a new and updated Strapi instalation, and with the new database with all the relations created, tried to populate it using a only-data db dump. Lost...

Thanks @Marc-Roig Don´t know if this question is related or not, just attempting to solve the version update by myself. Is there any way to skip the database creation on...

> > Thanks @Marc-Roig Don´t know if this question is related or not, just attempting to solve the version update by myself. > > Is there any way to skip...

> @jsanta I would start checking Strapi app first which syncs the schema with the database: > > https://github.com/strapi/strapi/blob/main/packages/core/strapi/lib/Strapi.js#L445 > > It might interest you also checking the database layer....

> Tried to update Strapi from version 4.4.3 to current version 4.5.2 I guess rollbacking to a previous version < 4.4.* is not an option...