Replies: 1 comment
-
I was able to resolve by deleting contents of the following tables in order: "tag" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a unique setup where we use Harbor as a mirror. So we setup a registry and replication, so we could pull from another repository.
But since we are just pulling, we don't need to backup the files of the artifacts. We just want to backup the setup, and if we need to restore, we can just pull again.
I tried to backup the database, redis, etc. And then I reinstalled a fresh Harbor, and restored those data. It worked! My problem is, it thinks the instance still have the binaries of all the data it pulled before. I don't know how to clean this up. If I execute the replication, it does not pull anymore because harbor thinks we have the latest data.
Any ideas what I can do? Maybe execute some sql commands? that sounds too intrusive.
Beta Was this translation helpful? Give feedback.
All reactions