is there a documentation for version upgrades. My ...
# announcements
a
is there a documentation for version upgrades. My installation is one day old. One of the bug got fixed today. Using latest master branch from github is
docker-compose down
and
docker-compose up
from root directory. Or there are different steps.
s
@Anil Pathak which bug are you referring to? is it a connector or on the platform itself?
a
s
are you okay losing your current configuration on airbyte?
a
i tried to avoid that, i think that would be the next step. Start from fresh.
if you are familiar with the code base, does having a keyword defined makes it quoted ?
s
yup, a keyword would need to be quoted in the destination
I think right now unfortunately the most reliable way to upgrade yourself would be to delete your configs and start fresh, This will be fixed by next week
using
Copy code
docker-compose down -v
git pull
docker-compose up
a
thanks. will update you and the github isue once i do it.
c
No the problem is that the pr got merged but will be shipped with next release of normalisation docker image so you cant use it with master branch yet