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

Unattended upgrade does not work #185

Closed
jecassis opened this issue Aug 20, 2020 · 0 comments · Fixed by #186
Closed

Unattended upgrade does not work #185

jecassis opened this issue Aug 20, 2020 · 0 comments · Fixed by #186
Assignees
Labels

Comments

@jecassis
Copy link
Contributor

The unattended upgrade in the Debian package does not find distribution repository.

For the following entry in sources.list:

deb https://releases.algorand.com/deb/ indexer main

The correct distribution is indexer and not stable like in go-algorand.

The file 52algorand-indexer-upgrades should read:

Unattended-Upgrade::Allowed-Origins {
  "Algorand:indexer";
};

After doing so unattended-upgrades finds algorand-indexer as seen in the log below:

INFO Allowed origins are: ..., o=Algorand,a=stable, o=Algorand,a=indexer
INFO Packages that will be upgraded: algorand-indexer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants