Backup & Restore sql dump to Docker Swarm
I recently revamped my homelab to be a docker swarm environment. I was able to successfully migrate my old Immich deployment via docker compose, however, I'm trying to deploy Immich to swarm. When I spin it up, it does not utilize the postgres database that was restored using documentation. It spins up an entirely new database container instead.
Is there a way to backup & restore to swarm? Or do I just need to bite the bullet and deploy it using swarm and manually re-upload and rebuild users and such?
Is there a way to backup & restore to swarm? Or do I just need to bite the bullet and deploy it using swarm and manually re-upload and rebuild users and such?