Pavlos P

Results 5 comments of Pavlos P

Having the ability to skip hooks is something we would like to have. In my situation we use "ddev import-db --src=db.sql" to import db BEFORE running 'ddev start -y'. But...

Thanks for pointing out the possible workaround @rfay! Actually we have made a similar workaround ourselves (based on our app configuration). But having the proposed solution of this issue would...

Several years later we also see this exact bug. We managed to create a query that finds the problematic products. ```sql SELECT stock.sku, stock.quantity, parent_products.quantity, stock.is_salable, parent_products.is_salable FROM inventory_stock_1 AS...

We would like to have prebuilt-only variables on projects. We need to safely add a project variable (e.g a private key) BUT the variable is visible only during prebuild. (Thus...

I read that some users had success by using SIGTERM. Can you post a link or some instructions on how you do it?