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

upgradeJackett don't work because Jackett changed his ServerConfig.json file #100

Closed
PastaGringo opened this issue Nov 15, 2017 · 1 comment

Comments

@PastaGringo
Copy link

PastaGringo commented Nov 15, 2017

Hello !

I updated my Jackett install (upgradeJackett) but after the process I can't access to the Jackett UI.
It seems that Jackett change his json config file (and the newest version don't work with the old one I guess).

I think you need to replace the QB ServerConfig json template with the new one :

{
  "Port": 9117,
  "AllowExternal": true,
  "APIKey": "",
  "AdminPassword": null,
  "InstanceId": "",
  "BlackholeDir": null,
  "UpdateDisabled": false,
  "UpdatePrerelease": false,
  "BasePathOverride": "/jackett",
  "OmdbApiKey": null,
  "ProxyUrl": null,
  "ProxyType": 0,
  "ProxyPort": null,
  "ProxyUsername": null,
  "ProxyPassword": null,
  "ProxyIsAnonymous": true
}
@PastaGringo
Copy link
Author

PastaGringo commented Nov 15, 2017

Working with sudo box remove jackett and sudo box install jackett.
If you want to backup your indexers, you need to backup the Indexers folder.

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

1 participant