I am running jenkins inside docker using `FROM jenkins:1.625.1`

I have mounted theses volumes that :

    - /var/run/docker.sock:/var/run/docker.sock
    - /usr/bin/docker:/usr/bin/docker
    - 
/usr/lib/x86_64-linux-gnu/libapparmor.so.1:/lib/x86_64-linux-gnu/libapparmor.so.1
    - /srv/docker/kopaxgroup/jenkins/jenkins_home:/var/jenkins_home
    - /srv/docker/kopaxgroup/jenkins/jenkins_data:/var/jenkins_data

I did the backup with : 

    sudo docker run --rm --volumes-from 5603fa962600 \
-v /srv/docker/kopaxgroup/jenkins/jenkins_home:/var/jenkins_home \
-v /srv/docker/kopaxgroup/jenkins/jenkins_data:/var/jenkins_data \
-v $(pwd):/backup \
busybox tar czvf /backup/backup_jenkins.tar.gz /var/jenkins_home 
/var/jenkins_data


I crashed my server and moved this to another host starting an empty 
jenkins container then I did the restore with 

    sudo docker run --rm --volumes-from e242124cea0c -v 
/srv/docker/company/jenkins/jenkins_home:/var/jenkins_home -v 
/srv/docker/company/jenkins/jenkins_data:/var/jenkins_data -v 
$(pwd):/backup busybox tar xzvf /backup/backup_jenkins.tar.gz

I started my app in mesos.

Using the nginx https proxy to http with the production url, I am already 
logged in on any computer and I can't log out.
Using the direct http:port link, I can't login.

I am using  `Jenkins’ own user database` access control

Is there anything to do with the filesystem to get my jenkins working again 
?



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/315b3488-3232-4ba1-8ec1-1a98ed257595%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to