-
Notifications
You must be signed in to change notification settings - Fork 4
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
devops: snapshot service #223
Comments
I am actively working on this |
Just giving an update on my progress so far... I have created scripts that prune and create snapshots every hour and uploads them to a minio file server. I have also created scripts that look for an upgrade and will auto create snapshots before and after an upgrade. I am working on creating the production minio server for high availability and fast transfer speed. I am looking to be done mid July with a fully functional snapshot service. |
Here is the main script that makes the snapshot. Still in development and not considered to be final.
|
Finalizing the scripts to auto create snapshots at upgrade. Finished the scrips to auto delete snapshots over a week old. The snapshots are fully running and accessible via https://snapshots.akash.network. Docs to come soon. if you want to try it out you can download the latest one at https://snapshots.akash.network/akashnet-2/akashnet-2_latest.tar.lz4 |
Is your feature request related to a problem? Please describe.
Akash Network needs to have backup source of snapshot which is:
ui
snapshots:
storage
Minio seems to be the best option, but we're open to consider others
Describe the solution you'd like
n/a
Describe alternatives you've considered
n/a
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: