Migrating Items to to a new Teampass instance
The task is to migrate all Items to a new Teampass instance, since the current one cannot be updated due to the problem of creating new LDAP users after the update.
When I do the export, the CSV structure is as follows:
id,label,description,pw,login,restricted_to,perso,url,email,kb,tag,folder
But when importing, the following CSV structure is required:
label,login,password,url,comments,folder
Is it possible to correctly import Items from an exported Items file without making the fields look like:
label,login,password,url,comments,folder
Perhaps there is another easier way to transfer only Items to the new instance Teampass?
since the current one cannot be updated due to the problem of creating new LDAP users after the update
What do you talk about? Curious about this
@nilsteampassnet These 2 problems are: https://github.com/nilsteampassnet/TeamPass/issues/4731 https://github.com/nilsteampassnet/TeamPass/issues/4883
they do not allow me to upgrade to new versions, this is especially critical for an instance with version 3.1.0. I decided that migrating the secrets to a new instance could solve my problem.
And in principle, it would be great to have functionality or a correct way to migrate secrets to a new instance.
@nilsteampassnet is there a way to migrate all secrets to a new Teampass instance?