Upgrade gitlab-ce 13.1.4 docker to latest keeps building brand new install

Hi all -

I have followed the official directions and some blogs, both. I am not using docker-compose, but I can. I noted the volumes that are attached:

sudo docker run --detach --hostname gitlab.fqdn.com --publish 443:443 --publish 80:80 --publish 2022:22 --name gitlab --restart always --volume $GITLAB_HOME/config:/etc/gitlab --volume $GITLAB_HOME/logs:/var/log/gitlab --volume $GITLAB_HOME/data:/var/opt/gitlab gitlab/gitlab-ce:latest

I have “export GITLAB_HOME=/srv/gitlab” defined as well

Once I stop the container, remove it, pull the latest image, and restart with the above command, I end up with the web front end asking for me to create a new password and the content inside gitlab is completely gone, of course.

I revert back to a consistent snapshot prior to the upgrade, but I’ve tried a few times with and without docker-compoose, always noting the volume/locations to no avail.

Any help is appreciated!