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

Project meta-data gets lost after dump restore #8191

Closed
alansemenov opened this issue Jul 1, 2020 · 3 comments
Closed

Project meta-data gets lost after dump restore #8191

alansemenov opened this issue Jul 1, 2020 · 3 comments
Assignees
Milestone

Comments

@alansemenov
Copy link
Member

After taking a dump and importing it into another instance, project meta-data gets lost on the way. Repositories and data get restored fine, but project meta-data is missing, so projects are not shown anywhere in the UI.

Before dump (target server):
image

After dump (source server):
image

@alansemenov alansemenov added the Bug label Jul 1, 2020
@alansemenov alansemenov added this to the 7.3.1 milestone Jul 1, 2020
@rymsha rymsha added the High label Jul 1, 2020
@sigdestad
Copy link
Member

Wow, how is this possible? This is just a regular node?

@alansemenov
Copy link
Member Author

Good question... It's either not included in the dump or (most likely) isn't restored correctly.

@rymsha
Copy link
Contributor

rymsha commented Jul 6, 2020

Wow, how is this possible? This is just a regular node?

Because dumps-load uses high level Repository API to deal with creation of repositories to avoid reading metadata directly from the dump.

Some facts:

  • Dumps taken on 7.3.0 are not corrupted. Problem appears on load.
  • If Projects feature was not used, users won't notice the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants