Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: spawn pg_dump child process #4

Merged
merged 1 commit into from Sep 30, 2022
Merged

fix: spawn pg_dump child process #4

merged 1 commit into from Sep 30, 2022

Conversation

Guiqft
Copy link
Owner

@Guiqft Guiqft commented Sep 30, 2022

Using @getvim/execute we can't spawn the process inside docker containers. This commit replaces the lib and uses node child_process to spawn pg_dump command.

Closes #3

Using `@getvim/execute` we can't spawn the process inside docker containers.
This commit replaces the lib and uses node child_process to spawn pg_dump command.
@Guiqft Guiqft merged commit 8a56d19 into main Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running in docker
1 participant