Keywords: Magento - Other - How to - Permissions
Description:
My site is working but I need to migrate hosting providers, it was deployed via docker-compose, using the docker-compose example from the repository.
I copied the volume data from /var/lib/docker/volumes into the new hosting, and when trying to start the containers there's permission issues (From elasticsearch, mariadb can't create container, etc) and they crash without even being able to log in to the container to try chowning the filesystem or something.
If there's any way to backup and restore the magento docker-compose, please let me know.
Thanks.