Nghia Nguyen Truong Tri
11/07/2024, 5:23 PMCreating system database...Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Failed to initialize database: (sqlite3.OperationalError) disk I/O error
[SQL: PRAGMA journal_mode=WAL]
(Background on this error at: <https://sqlalche.me/e/20/e3q8>)
Nghia Nguyen Truong Tri
11/07/2024, 5:24 PMvisch
11/07/2024, 7:01 PMEdgar Ramírez (Arch.dev)
11/07/2024, 7:17 PM$ docker run -v $PWD:/project meltano/meltano init /project
Unable to find image 'meltano/meltano:latest' locally
latest: Pulling from meltano/meltano
92c3b3500be6: Already exists
89790d4ca55c: Already exists
04acf592cf1a: Pull complete
c21204f5797c: Pull complete
e7931e9ddd39: Pull complete
4f4fb700ef54: Pull complete
add0e2b94f25: Pull complete
d5133a26a013: Pull complete
Digest: sha256:f34aa630d58d5c658d97ee9c316dfa43fa1df15e1fc086496e08c8b3158f7b67
Status: Downloaded newer image for meltano/meltano:latest
Creating .meltano folder
created .meltano in /project/.meltano
Creating project files...
|-- meltano.yml
|-- README.md
|-- requirements.txt
|-- output/.gitignore
|-- .gitignore
|-- extract/.gitkeep
|-- load/.gitkeep
|-- transform/.gitkeep
|-- analyze/.gitkeep
|-- notebook/.gitkeep
|-- orchestrate/.gitkeep
Creating system database... Done!
████ █████
░░███ ░░███
█████████████ ██████ ░███ ███████ ██████ ████████ ██████
░░███░░███░░███ ███░░███ ░███ ░░░███░ ░░░░░███ ░░███░░███ ███░░███
░███ ░███ ░███ ░███████ ░███ ░███ ███████ ░███ ░███ ░███ ░███
░███ ░███ ░███ ░███░░░ ░███ ░███ ███ ███░░███ ░███ ░███ ░███ ░███
█████░███ █████░░██████ █████ ░░█████ ░░████████ ████ █████░░██████
░░░░░ ░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░ ░░░░░░░░ ░░░░ ░░░░░ ░░░░░░
Your project has been created!
Meltano Environments initialized with dev, staging, and prod.
To learn more about Environments visit: <https://docs.meltano.com/concepts/environments>
Next steps:
Visit <https://docs.meltano.com/getting-started/part1> to learn where to go from here
So maybe there's something off with your host FS (at the mounted point) or the container FS that podman creates.Edgar Ramírez (Arch.dev)
11/07/2024, 7:26 PMpodman run -v $PWD:/project meltano/meltano init /project
and it also workedEdgar Ramírez (Arch.dev)
11/07/2024, 7:26 PM/Users/nghiamac/Development/dashboard_project
readonly, or maybe you had previously started a Meltano project in it?Nghia Nguyen Truong Tri
11/08/2024, 1:08 AMvisch
11/08/2024, 8:12 PMNghia Nguyen Truong Tri
11/12/2024, 11:57 AMvisch
11/12/2024, 1:13 PM