Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Local and Remote metadata are synchronized, no sync needed" #30

Closed
yan0s opened this issue Jun 7, 2018 · 4 comments
Closed

"Local and Remote metadata are synchronized, no sync needed" #30

yan0s opened this issue Jun 7, 2018 · 4 comments

Comments

@yan0s
Copy link

yan0s commented Jun 7, 2018

Hello!
I tried the jenkins example:

  1. I launch a jenkins docker
  2. add some items
  3. backup
  4. add some more items
  5. stop jenkins container
  6. restore

Then I get the following message:

docker run --rm -v jenkins_volume:/source -v b_jenkins_volume:/backup:ro -v cache_volume:/volumerize-cache -e "VOLUMERIZE_SOURCE=/source" -e "VOLUMERIZE_TARGET=file:///backup" blacklabelops/volumerize restore

  • name: VolumerizeBackupJob
    cmd: /etc/volumerize/periodicBackup
    time: '0 0 4 * * *'
    onError: Continue
    notifyOnError: false
    notifyOnFailure: false

/usr/lib/python2.7/site-packages/requests/init.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version!
RequestsDependencyWarning)
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Thu Jun 7 14:34:23 2018

  1. start jenkins container

All items are still in jenkins dashboard.
Any ideas?

Thanks in advance!

@blacklabelops
Copy link
Owner

Looks like a dependency problem. I will check.

@blacklabelops
Copy link
Owner

I am unable to reproduce this. Please make sure you have the latest image, execute docker pull blacklabelops/volumerize.

blacklabelops pushed a commit that referenced this issue Jun 11, 2018
@blacklabelops
Copy link
Owner

Okay reproduced and fixed!

@yan0s
Copy link
Author

yan0s commented Jun 12, 2018

Thanks! It works now.

@yan0s yan0s closed this as completed Jun 12, 2018
SrZorro pushed a commit to SrZorro/volumerize that referenced this issue Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants