celestiaorg / test-infra

Testing infrastructure for the Celestia Network
Apache License 2.0
25 stars 10 forks source link

Speed up the nodes startup #156

Closed tty47 closed 1 year ago

tty47 commented 1 year ago

Hello team,

The following ticket is created in order to investigate the if we can use the Kubernetes' init containers in order to sync the data before starting the container, this will help us to speed up the process when the celestia-app has to sync the whole blockchain when starting.

There are some things to consider:


Thanks in advance,

Jose Ramon Mañes

Bidon15 commented 1 year ago

Grooming 10/03/2023: @jrmanes can your port this to devops repo and add to the project board 🙏 ? And close this one

  1. Save data as a snapshot
  2. You can import a snapshot
  3. Try existing bash scripts -> port to Go
Bidon15 commented 1 year ago

And link the new issue to https://github.com/celestiaorg/devops/issues/43

tty47 commented 1 year ago

moved to devops 👌

https://github.com/celestiaorg/devops/issues/80

not added to any sprint yet

cheers!