Here's the method for migrating media from the old Postiz to the new: ```bash docker run --rm -v postiz_postiz-uploads:/from -v postiz-docker-compose_postiz-uploads:/to alpine sh -c "cp -a /from/. /to/" ```
Here's the method for migrating media from the old Postiz to the new:
docker run --rm -v postiz_postiz-uploads:/from -v postiz-docker-compose_postiz-uploads:/to alpine sh -c "cp -a /from/. /to/"