-
Notifications
You must be signed in to change notification settings - Fork 107
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
[BUG] Logging component backup fails #2707
Comments
I think it's clear, cert and key are hardcoded in the backup role. |
plirglo
added a commit
to plirglo/epiphany
that referenced
this issue
Nov 15, 2021
plirglo
added a commit
to plirglo/epiphany
that referenced
this issue
Nov 15, 2021
plirglo
added a commit
to plirglo/epiphany
that referenced
this issue
Nov 15, 2021
plirglo
added a commit
that referenced
this issue
Nov 23, 2021
* Fix for #2707 * Fix logging service start
✔️ The backup and recovery of the logging component works fine. |
Created backport issue: #2764 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm not able to backup the logging component.
It fails when checking cluster health:
When executed directly on the logging vm:
This is due to removal of the demo certificates and now
epiphany-admin-key.pem
andepiphany-admin.pem
should be used instead ofkirk-key.pem
andkirk.pem
which don't exist.Additionally, at this point, we only "support" single node backup. Consider a multi-node cluster backup:
#1416
#1417
How to reproduce
Steps to reproduce the behavior:
epicli backup -b /shared/build/testbackup -f /shared/build/backup-config.yml
Expected behavior
Backup should be successful
Config files
Backup config:
Recovery config:
Environment
epicli version: [
epicli --version
]1.3.0dev
Previous versions are probably also affected.
Additional context
Add any other context about the problem here.
DoD checklist
The text was updated successfully, but these errors were encountered: