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

fire requires wget, but it's not commonly installed on OSX #18

Closed
dalin- opened this issue Feb 22, 2024 · 3 comments
Closed

fire requires wget, but it's not commonly installed on OSX #18

dalin- opened this issue Feb 22, 2024 · 3 comments

Comments

@dalin-
Copy link
Contributor

dalin- commented Feb 22, 2024

To reproduce:

$ fire build
...
[Exec] Running fire local:get-db
 [Exec] Running wget `terminus backup:get aft-leadernet.github-dev --element=db` -O /Users/dave/Sites/aft-leadernet/reference/site-db.sql.gz
sh: wget: command not found
 [Exec]  Exit code 127  Time 5.68s
 [Exec]  Exit code 127  Time 5.802s
@dalin-
Copy link
Contributor Author

dalin- commented Feb 22, 2024

Fire:

wget `terminus backup:get aft-leadernet.github-dev --element=db` -O /Users/dave/Sites/aft-leadernet/reference/site-db.sql.gz

Sous does

terminus backup:get aft-leadernet.github-dev --element=db --to=reference/db.sql.gz

It's not obvious to me why we need wget to be involved. I think the direct call to terminus should be just as good.

@dalin- dalin- closed this as completed Apr 30, 2024
@dalin-
Copy link
Contributor Author

dalin- commented Apr 30, 2024

Latest PR fixed it. But now a new issue:

$ fire get-db
 [Exec] Running terminus backup:get aft-leadernet.github-dev --element=db --to=/Users/dave/Sites/aft-leadernet/reference/site-db.sql.gz
 [notice] Downloading aft-leadernet_github-dev_2024-04-24T16-28-14_UTC_database.sql.gz to /Users/dave/Sites/aft-leadernet/reference/site-db.sql.gz
 [error]  Target file /Users/dave/Sites/aft-leadernet/reference/site-db.sql.gz already exists.
 [Exec]  Exit code 1  Time 3.954s

@dalin- dalin- reopened this Apr 30, 2024
@rigoucr
Copy link
Contributor

rigoucr commented Jun 13, 2024

Thank you Dave!!

@rigoucr rigoucr closed this as completed Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants