Container backup and migration

Hello friends, please tell me which service stores project packs in itself, so that it can be placed in docker compose for backup and transfer to another server

existing containers and docker compose only for the database

1 Like

Hi @nic_1,

db container stores your apps. You can find a guide on how to migrate data here.

1 Like