Brainslug
Brainslug
And yet i can consistently reproduce it on versions >=10.7 while it completely disappears when downgrading to 10.6.4 (manually restarting my directus container has been annoying me for a while...
> Are you sure it is 10.7.0 and not 10.7.1? since if it is 10.7.1 it would most likely be that you now use pm2. Yes im sure this started...
> we never explicitly had anything built in that would wait for connections to become alive before either 🤔 Sooo @rijkvanzanten does that mean it has always been blind luck...
> If this was never an explict feture why is this then a regression I consider this bug to be a regression because it used to work consistently before 10.7...
For others ending up here the current workaround is to restart the Directus container specifically when the database container is ready (this can be done by repeating `docker compose up...
Anyone ending up here you can use the following health check in `docker-compose.yml` to have Directus wait for Postgres container to be ready: ```yaml version: '3.7' services: database: image: 'postgres:14'...
QQ: because i dont see a ticket related to it how would you migrate installed marketplace extensions from one instance to another? Does it automatically install if you migrate the...
> You're expected to copy over the extensions folder ~~Does it then correctly distinguish between locally installed extensions and extensions in the marketplace that may accidentally share the same name...
What does `event.data` contain in your example?
It definitely shouldnt crash but you can't pass an array of items to an upsert**One** function ;)