Jejuni
Jejuni
We're having the same problem right now. Out database is around 30GB, .bak file 3GB. Out temp DB, however, starts immediately. It's only the main db that's causing the problem....
> @Jejuni Do you have a GitHub repo that reproduces this problem you can share? I've created a repo here: https://github.com/Jejuni/docker-db-recovery It contains a Powershell script that does the following:...
I don't consider myself an authority to on sql at all, but here's my 2 cents - this is not a production scenario, we need the database in the container...
After some deliberation I figured out what the problem is. In hindsight it's pretty obvious, but hindsight's 20-20. The culprit is the union filesystem, in particular overlay's copy-on-write implementation. Data...
Further information: The issue seems to be related to using `context.RegisterForPostInitialization` and / or adding an attribute. Removing everything but the following code still causes the issue: ```cs private const...
I think that's a good idea, especially to keep in line with existing functionality and enable specialized scenarios. To make the configuration story more streamlined, what about also adding a...
Also now having the same problems as #11247 After using nx generator to add libs / components. 8-10 console windows open and then immediately close again. That was probably there...
I've spent some more time analyzing the problem. When navigating to an Nx Project and running `nx daemon --start` the same problem as described initially appears. That is, a console...
Not stale, and has gotten much worse with the last update. As far as I can see, the `--background=false` flag does not exists/work anymore. I couldn't find any reference to...
I'm having exactly the same problem on docker after upgrading to 1.24.0. Before that (1.23.x) everything was fine. I'm running `--kubelet-insecure-tls` as an arg. Problem happens both with the latest...