When I logged into postman all my working data have been lost
Asked Answered
S

6

6

I had postman installed and set with environments and collections. Then I created account in web postman page and it suggested me to open postman. When I opened postman all old data(environments and collections) and settings were lost.

Sext answered 10/7, 2021 at 12:13 Comment(4)
Please check this question/answer: #47400309Baily
Yes, I managed to find this files, however I couldn't find the way to import them. How to import data from this folder ...\AppData\Roaming\Postman\IndexedDB to postmanSext
Have you tried logging out of postman and use it without an account? You could then export the collections etc to file. That is what I do to I can add then to source control and be part of integration testsBaily
Thanks you @EmondErno, I have tried logging out of postman and it helped.Sext
D
10

I faced similar issue, you can locate all postman backup data inside %HOMEPATH%\AppData\Roaming\Postman folder, all postman data should be saved in json file, something like backup-{backedup_date_time}.json

Deciduous answered 20/9, 2023 at 6:36 Comment(2)
this worked for me, thanks :)Interfile
To import this file, open postman, go to Settings > Data tab > Import data [Upload Files]. Here, locate, select and upload above mentioned backup file (the latest file).Rancell
B
7

Log out in Postman, open and export the collections.

As a more general solution you could export to file and add the file to source control. That way these collections can be part of the test sets

Baily answered 12/7, 2021 at 7:9 Comment(0)
B
1

Same scenario happened with me solution is to go to below path in windows

C:\Users\<user-profile>\AppData\Roaming\Postman

Just check the latest json file in format backup-* and import it in Postman.

In postman you can import the file by clicking import button present next to My Workspace

Bant answered 20/9, 2023 at 16:40 Comment(0)
H
0

As soon as you log in, postman will transfer all your scratch pad collections into the cloud. If you have credential values stored in the "initial value" field of environments, these passwords will also be moved into the cloud, which in my eyes makes them insecure. It seems like there is no way offered to before doing that, rework on your collections to delete these values. So make sure to delete them BEFORE creating an account...

Hiller answered 18/9, 2023 at 7:55 Comment(0)
V
0

This answer is as of Postman Version 10.19.17

Select Settings Icon -> Scratch Pad

enter image description here

You will see a pop-up stating Scratch Pad is discontinued and you have the option to migrate all scratch pad data to your Workspace.

enter image description here

Vilberg answered 7/11, 2023 at 22:15 Comment(0)
B
0

You might find that you have both a personal account e.g. a gmail account and a work email account .. For me, I had to sign out of work email account with postman and sign in with my gmail account and vola .. all my collections visible again. (I'd better make backups of em actually !)

Boigie answered 20/2 at 2:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.