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

Fix the restore procedure #8

Merged
merged 4 commits into from
Apr 11, 2024
Merged

Fix the restore procedure #8

merged 4 commits into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. restore-module. Do not overwrite node vars

    IP address and port number are allocated by the cluster: do not
    overwrite them during the restore from backup.
    
    Traefik must be restarted to expand restored credentials.
    DavidePrincipi committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bb7cb82 View commit details
    Browse the repository at this point in the history
  2. Fixed internal port number for Traefik

    As the pod network namespace is private, we can use a fixed port number
    to avoid confusion. The allocated dynamic port number is necessary only
    for the public side of the pod.
    DavidePrincipi committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    abc7c42 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    f8e0d50 View commit details
    Browse the repository at this point in the history
  2. Fix backup/restore procedure

    - Clean up volume before Restic restores it
    - Restore the "active from" timestamp
    - Restore the "active to" timestamp, by reading it from volume
    - Do not restore credentials and tokens: use new ones
    DavidePrincipi committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    aafad6d View commit details
    Browse the repository at this point in the history