Hi, I just attempted my first CLONE meltano projec...
# getting-started
e
Hi, I just attempted my first CLONE meltano project to somewhere else... and then
meltano ui
... but it's just saying
Copy code
[2021-08-07 21:46:52,642] [906|MainThread|root] [INFO] DB connection failed. Will retry after 5s. Attempt 1/3
I tried starting with a
meltano install
in the project root folder.. but not changing anything so far.. ideas?
e
Hi @emcp! Meltano might not have write access to the
.meltano
directory, where the default sqlite db points to. You can try checking the directory permissions or point to a different database URI
e
so far.. the project files are all owned by the default ubuntu user. I'll see if I need to do more though, thanks!
omg.. I literally just made the ./meltano DIR .. and voila
message has been deleted
thank you @edgar_ramirez_mondragon!
e
np, glad I could help @emcp!!