Docker compose / up and down

Hello, I’m uploading an airbyte using docker-compose on a linux server, I have a question:

What is the recommendation to not lose a connection already created in airbyte, doing docker compose down, will remove the image?

-docker compose down - remove the images

No, it will only stop the containers.

Using docker compose down, it stops and removes the volumes, I did a test using docker compose stop, it didn’t remove the volumes.

I wanted to know what the best practice of use.

docker-compose down it shouldn’t remove the volumes. As you can see in our instructions to upgrade an instance: https://docs.airbyte.com/operator-guides/upgrading-airbyte#upgrading-on-docker