Malte Müns

Results 11 comments of Malte Müns

Will there be an update of the docs and an “official” way for migrating to the new docker image?

Is it safe to use sameersbn/postgresql:latest for upgrading? Or do we need to do steps 12 > 14 > 15?

> I just updated the PostgreSQL version in my GitLab Docker environment. I went from using the image 'sameersbn/postgresql:12-20200524' to 'sameersbn/postgresql:14-20230628', and then upgraded again to 'sameersbn/postgresql:15-20230628'. During each transition,...

> Just out of curiosity: what is the use case for doing this? I agree that we've been a bit sloppy about hard coding vs using this variable appropriately, it'd...

Yes, the pull request was closed: https://github.com/pestphp/pest/pull/960 So I will use toUse(): ```php test('Ensure actions do not implement the all in one AsAction trait.') ->expect('App\Actions') ->not ->toUse(\Lorisleiva\Actions\Concerns\AsAction::class); ```

@mmtrt `snap remove --purge acrordrdc` does not help for me. Snap always crashes with: ``` Starting application.. wine: Unhandled page fault on execute access to 00340000 at address 0033FFFF (thread...

Installation failed with the same error as bnysten https://github.com/mmtrt/acrordrdc/issues/11#issuecomment-915095944

@mmtrt Works well, thank you for your fantastic work!! **Our problem was mainly, that the snap was disconnected from the network, so the snap fails to install properly after an...

@YousefJSH Did you find any solution? If yes, could you please share it.