Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Manually copy container tabs to a new Firefox profile

  • 11 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: js873983

more options

I have about 30 container tabs (Multi-Account Containers https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) defined in a Firefox profile. I need to copy those to a new profile. Which files on the filesystem would contain what I need to copy to the new profile?

I have about 30 container tabs (Multi-Account Containers https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) defined in a Firefox profile. I need to copy those to a new profile. Which files on the filesystem would contain what I need to copy to the new profile?

選ばれた解決策

The files needed are:

  • cookies.sqlite
  • containers.json

Copy those files to the new profile and all the containers will be present in the new profile.

EDIT: As cor-el pointed out, don't copy the file cookies.sqlite-wal (if present).

この回答をすべて読む 👍 0

すべての返信 (11)

more options

This data is stored in IndexdDB in the profile folder (/storage/default) under a special GUID. The GUID of all extensions are listed on the about:debugging page that you can open via the location bar. I don't know whether it is safe to transfer the content of a specific folder to another profile, so use this at your own risk. Each profile uses its own GUID for an extension, so you need the folder content and you need to check the name of the current SQLite database.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

more options

cor-el said

This data is stored in IndexdDB in the profile folder (/storage/default) under a special GUID. The GUID of all extensions are listed on the about:debugging page that you can open via the location bar.

That's not correct. Containers are built into Firefox, not implemented entirely as an extension. Extensions can work with containers, but that's all.

more options

選ばれた解決策

The files needed are:

  • cookies.sqlite
  • containers.json

Copy those files to the new profile and all the containers will be present in the new profile.

EDIT: As cor-el pointed out, don't copy the file cookies.sqlite-wal (if present).

この投稿は js873983 により に変更されました

more options

I assumed you used the Firefox Multi-Account Containers extension. There is the containers.json file in the main profile folder that stores some container related data. I'm not using containers, so I don't know whether it stores all container data (I only see the userContextId and some other data).

more options

(I had missed your above reply)

SQLite temp files (-shm and -wal) like cookies.sqlite-wal are best avoided to copy to another profile and they should only be there when Firefox is running.

more options

cor-el said

(I had missed your above reply) SQLite temp files (-shm and -wal) like cookies.sqlite-wal are best avoided to copy to another profile and they should only be there when Firefox is running.

Thank you

more options

cor-el said

I assumed you used the Firefox Multi-Account Containers extension. There is the containers.json file in the main profile folder that stores some container related data. I'm not using containers, so I don't know whether it stores all container data (I only see the userContextId and some other data).

Yes, I do use that extension. I think it is just for managing containers.

more options

If you use the extension then it is likely that it stores its data in indexedDB like I posted above. You would have to check the SQLite database with a suitable SQLite browser utility to see what data is stored if this is readable data.

more options

cor-el said

If you use the extension then it is likely that it stores its data in indexedDB like I posted above. You would have to check the SQLite database with a suitable SQLite browser utility to see what data is stored if this is readable data.

I already tested my solution and it works. Moving all container tabs(with all associated properties such as icon and color) requires only the files I mentioned.

more options

Does this include what website are running in what container ?

more options

cor-el said

Does this include what website are running in what container ?

No