We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
roller rollapp snapshot create
the command should:
rollapp
~/.roller/rollapp/data
data
tar.gz
archive: |- data/
~/.roller/snapshots
<rollapp-id>-<height>-<date>
the date should follow ISO ( yyyy-MM-dd-hh-mm-ss )
yyyy-MM-dd-hh-mm-ss
relevant code for snapshot extraction during full node initialization:
https://github.com/dymensionxyz/roller/blob/main/cmd/rollapp/setup/setup.go#L447-L525
https://github.com/dymensionxyz/roller/blob/main/utils/filesystem/file-archives.go#L66-L127
The text was updated successfully, but these errors were encountered:
rollapp snapshot create
artemijspavlovs
anhductn2001
Successfully merging a pull request may close this issue.
the command should:
roller rollapp snapshot create
rollapp
process,~/.roller/rollapp/data
directorydata
directory should be archived intotar.gz
format, the archive should have the data directory at its root~/.roller/snapshots
directory following this naming:the date should follow ISO (
yyyy-MM-dd-hh-mm-ss
)relevant code for snapshot extraction during full node initialization:
https://github.com/dymensionxyz/roller/blob/main/cmd/rollapp/setup/setup.go#L447-L525
https://github.com/dymensionxyz/roller/blob/main/utils/filesystem/file-archives.go#L66-L127
The text was updated successfully, but these errors were encountered: