chris_marchetti
04/21/2023, 9:44 PMmeltano install
in a docker container. @alexander_shea is our product manager and has been working with me on this. Error is as follows:
vscode ➜ /workspaces/pipeline (main) $ meltano install
2023-04-21T21:38:17.317487Z [info ] DB connection failed. Will retry after 5s. Attempt 1/3
2023-04-21T21:38:22.323117Z [info ] DB connection failed. Will retry after 5s. Attempt 2/3
2023-04-21T21:38:27.328860Z [info ] DB connection failed. Will retry after 5s. Attempt 3/3
2023-04-21T21:38:32.328203Z [error ] Could not connect to the database after 3 attempts. Max retries exceeded.
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
(sqlite3.OperationalError) unable to open database file
(Background on this error at: <https://sqlalche.me/e/14/e3q8>)
We tried starting completely from scratch with a clean container and having deleted the .meltano
directory. Any help would be appreciated.alexander_shea
04/22/2023, 12:39 AMedgar_ramirez_mondragon
04/22/2023, 3:11 AM.meltano
directory by setting the MELTANO_SYS_DIR_ROOT
env var and pointing it to a different path.chris_marchetti
04/24/2023, 2:16 PM