You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
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.
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.
stalebot
added
the
stale
A stale issue or PR that will automatically be closed.
label
Jul 2, 2020
* 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>
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
The text was updated successfully, but these errors were encountered: