Commander icon indicating copy to clipboard operation
Commander copied to clipboard

api.sync_down slow with 10k logins

Open variable opened this issue 8 months ago • 2 comments

I have a script that backups passwords to Keeper daily on new changes, after 10k logins uploaded, the startup api.sync_down gets very slow, eg. 15-30 seconds, is this normal? Is there a way to speed this up?

variable avatar May 06 '25 20:05 variable

Commander probably isn't as fast as the web client for syncing down and processing the data. Are you trying to add one record at a time? It would be best to use the "import" command to batch-upload records. Or, using the Keeper Secrets Manager SDK is very fast at creating new records one at a time, and doesn't sync the whole vault down. https://docs.keeper.io/en/keeperpam/secrets-manager/developer-sdk-library

craiglurey avatar May 17 '25 18:05 craiglurey

Problem is I need to have many folders and I need to sync the local password database to keeper daily. So keeping the folders and passwords in sync is critical. If I don't run sync_down my sync script will not have the list of folders in keeper in the next run, which will create a lot of headaches.

I have tried the secrets manager, I can only create a normal folder within a shared folder, also, I can't create login within the normal folder created by the secret manager sdk it says folder not found.

variable avatar May 18 '25 21:05 variable