Hi, how do i upgrade the version, i tried "meltano...
# troubleshooting
s
Hi, how do i upgrade the version, i tried "meltano upgrage" and i got this
1
m
I'm still relatively new here, but when I've encountered that error message it's because I'm not in the directory I created my meltano project in. (It should have the meltano.yml file in it.)
1
e
That's correct, if you navigate to the Meltano project directory you should be able to run
meltano upgrade package
. The next version of Meltano will allow you to run that command outside of a project, so thanks for reporting this!
s
thanks