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

sqlite3 command not found | db_dump.sql not tracked (should it be??) #51

Open
tech101us opened this issue Jan 31, 2024 · 2 comments
Open

Comments

@tech101us
Copy link

/usr/local/bin/my-pihole-lists$ sudo /usr/local/bin/pihole-cloudsync/pihole-cloudsync --push
--push option detected. Running in Push/Upload mode.
/usr/local/bin/pihole-cloudsync/pihole-cloudsync: line 99: sqlite3: command not found
Local Pi-hole lists are different than remote Git repo. Updating remote repo...
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
(use "git add ..." to include in what will be committed)
db_dump.sql

nothing added to commit but untracked files present (use "git add" to track)
Done!

@hamah99
Copy link

hamah99 commented Feb 1, 2024

you probably don't have sqlite3 installed. Try running sqlite3 --version and if not found run apt install sqlite3

@tech101us
Copy link
Author

you probably don't have sqlite3 installed. Try running sqlite3 --version and if not found run apt install sqlite3

Thanks @hamah99
Yep, that solved the sqlite issue. Now just need to work through whether db_dump.sql should be tracked by git or not

(I'm fairly new to GIT and unfortunately not a developer for my day job)

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