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

Migrator does not export ExtensionConfiguration documents #5000

Open
lawrencewilson opened this issue Oct 18, 2018 · 4 comments
Open

Migrator does not export ExtensionConfiguration documents #5000

lawrencewilson opened this issue Oct 18, 2018 · 4 comments
Assignees
Labels
area/core feature/migrator kind/bug This issue represents a verified problem we are committed to solving size/medium ~1 week

Comments

@lawrencewilson
Copy link

When making a new export using Octopus.Migrator.Exe, the ExtensionConfiguration does not get added to the export as expected.

Steps to reproduce

  1. Login to Windows on the Octopus Server
  2. Run an export using the command prompt:
Octopus.Migrator.exe export --directory="C:\tmp\export" --password="superSecurePassword" --instance="nameOfInstance"
  1. Navigate to the exported directory for ExtensionConfiguration (in this case C:\tmp\export\ExtensionConfigurations)
  2. Look at one of the documents, for example: AzureAd.json

#Expected Results
The Extension gets exported to this json document form the Octopus Database

#Actual Results:
We see "Json": null where we would expect to see exported content from the Octopus Database

{
  "$type": "Octopus.Core.Model.Extensions.ExtensionConfiguration, Octopus.Core",
  "Id": "authentication-aad",
  "Name": "AzureAD",
  "ExtensionAuthor": "Octopus Deploy",
  "Json": null
}

Affected versions

Octopus Server:2018.8.6

Links

https://help.octopus.com/t/octopus-migrator-no-longer-supports-extensionconfigurations/21419/4

@lawrencewilson lawrencewilson added the kind/bug This issue represents a verified problem we are committed to solving label Oct 18, 2018
@Jaykul
Copy link

Jaykul commented Feb 14, 2019

Will this ever be fixed?

@michaelnoonan michaelnoonan self-assigned this Feb 19, 2019
@michaelnoonan
Copy link
Contributor

HI @Jaykul - This has been on our backlog for a bit too long. Let me take a look at it again.

I'm assuming you've reached out because this issue is affecting you? Can you let me know some details about what you're trying to achieve? Thanks!

@michaelnoonan
Copy link
Contributor

@michaelnoonan
Copy link
Contributor

Ah, I just found your forum thread @Jaykul - let me investigate and get back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core feature/migrator kind/bug This issue represents a verified problem we are committed to solving size/medium ~1 week
Projects
None yet
Development

No branches or pull requests

5 participants