Hey, might be a basic question, if I compose down ...
# ask-community-for-troubleshooting
p
Hey, might be a basic question, if I compose down my docker deployment, update airbyte and compose up again, do i have to reset all the tables again? Thanks
1
l
No. All the tables should still be there, as long as you don’t remove the volume.
docker compose down
is safe. Just don’t run
docker compose down -v
.