You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small issue with long database imports, it takes a long time and I've noticed in the /plugins/@lando/core/scripts/sql-import.sh there is a command that checks if pv is installed and use it if so and if not that defaults to cat which has no output progress.
So I've read the code behind the mysql plugin and i haven't found yet how to add custom commands in order to install pv as you don't control the bitnami's mysql docker containers.
Do you have a way to add it in the build process or a workaround to automate the process of installing pv ?
Hi,
I have a small issue with long database imports, it takes a long time and I've noticed in the
/plugins/@lando/core/scripts/sql-import.sh
there is a command that checks ifpv
is installed and use it if so and if not that defaults tocat
which has no output progress.So I've read the code behind the mysql plugin and i haven't found yet how to add custom commands in order to install
pv
as you don't control the bitnami's mysql docker containers.Do you have a way to add it in the build process or a workaround to automate the process of installing
pv
?As a workaround i've done this :
Hope it helps !
Thanks,
Alex
The text was updated successfully, but these errors were encountered: