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

Loki-bigtable backup and restore #2157

Closed
Tikam02 opened this issue Jun 2, 2020 · 2 comments
Closed

Loki-bigtable backup and restore #2157

Tikam02 opened this issue Jun 2, 2020 · 2 comments
Labels
stale A stale issue or PR that will automatically be closed.

Comments

@Tikam02
Copy link

Tikam02 commented Jun 2, 2020

Reagarding PR - #729

@sandeepsukhani is there any proper documentation of how to use bigtable for loki backup.

I want to implement backup in aws s3
Also what are these parameters did we have to add it randomly or we get it from something like loki's storage.
-bigtable-project-id BIGTABLE_PROJECT_ID
--bigtable-instance-id BIGTABLE_INSTANCE_ID
--bigtable-table-id-prefix BIGTABLE_TABLE_ID_PREFIX

@sandeepsukhani
Copy link
Contributor

The tool was meant to do backups of index tables in Bigtable. It does not support any other types of stores. Sorry, there is no other backup tool specific to Loki. In fact, we are not using this tool anymore to do Bigtable backups because Google released a feature for doing snapshots and we have started using that instead. You need to look at what options aws or other 3rd party tools provide for doing s3 backups.

@stale
Copy link

stale bot commented Jul 2, 2020

This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale A stale issue or PR that will automatically be closed. label Jul 2, 2020
@stale stale bot closed this as completed Jul 9, 2020
cyriltovena pushed a commit to cyriltovena/loki that referenced this issue Jun 11, 2021
* chunk slice support

add support for slicing chunks for given time range
slice method iterates through the data to build a new chunk out of it with same encoding

Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>

* added code for building chunk for backwards compatibility test to the test function itself

Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale A stale issue or PR that will automatically be closed.
Projects
None yet
Development

No branches or pull requests

2 participants