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
The ledgerexporter supports new overwrite sub-command:
ledgerexporter overwrite --start --end --config-file - export all ledgers in the requested range, if some ledgers already exist in the data lake we overwrite them.
--start and --end are required and both must be between genesis and latest checkpoint ledger from network history archives + (2 * checkpoint_frequency).
Ledgerexporter should emit metrics to indicate whether it is silently skipping the export for existing datastore file or overwriting it.
The ledgerexporter supports new overwrite sub-command:
ledgerexporter overwrite --start --end --config-file - export all ledgers in the requested range, if some ledgers already exist in the data lake we overwrite them.
Ledgerexporter should emit metrics to indicate whether it is silently skipping the export for existing datastore file or overwriting it.
Note: there is a small discussion in the duplicate JIRA ticket
The text was updated successfully, but these errors were encountered: