Moving from bare metal to vm - running into installation issues (502, looping etc)

okay i tried a couple more times, here’s where i’m at.

  • proper reset
  • on initial setup, restore backup
  • after restore is done, before starting containers, sudo mount -a
  • run commands sudo chown -R 33:0 /mnt/your-drive-mountpoint and sudo chmod -R 750 /mnt/your-drive-mountpoint
  • start containers

what i realized is that chown and chmod do not work unless i run the mount command again. if i skip step 3/4 and do not run those commands, i get the permissions error. if i run those commands and start the containers, i get the generic error message at the very beginning of this thread. i tried everything with my old fstab and the new one using the credentials in a separate file.

thanks for all your help so far, but is there anything else you can recommend? @szaimen