We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

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

How to copy MAC container associations to another machine?

  • 4 ردود
  • 1 has this problem
  • 11 views
  • آخر ردّ كتبه Old Firefox

more options

I upgraded my PC recently (Windows 10). I already copied the JSON file where containers live (so all my containers show up on the new machine), but the sites don't open in the containers I assigned on the old machine. I can't find the file where sites are associated with their containers.

I upgraded my PC recently (Windows 10). I already copied the JSON file where containers live (so all my containers show up on the new machine), but the sites don't open in the containers I assigned on the old machine. I can't find the file where sites are associated with their containers.

الحل المُختار

Like I wrote: it is not easy. IndexdDB is implemented via the storage folder in the profile folder, but there are no folder names in plain text, but folder names with a UUID that is linked to an extension via extensions.webextensions.uuids in prefs.js (about:config). You can access this storage via about:debugging (This Firefox -> MAC -> Inspect).

Can't you use that old device and possibly enable sync ?

You can also try to contact its creator for possible suggestions to see if he can offer an easier solution.

Read this answer in context 👍 1

All Replies (4)

more options

I think that you can use Sync to sync the MAC configuration to other devices. You should be able to enable sync in its settings. I don't know if you can backup this information, but it is stored in indexedDB (SQLite database in the storage folder) and is not easy to transfer or backup.

more options

Thanks for the information! I'm looking for it now. I copied a bunch of stuff from the Local and Roaming profile folders (carefully), but I can't find indexedDB.sqlite on my old machine's SDD at all (or indexed*.sqlite). I'm a "computer guy" as they used to call software developers decades ago. Now I feel dumber with age.  :-)

Man, I hate letting the computer win.

more options

الحل المُختار

Like I wrote: it is not easy. IndexdDB is implemented via the storage folder in the profile folder, but there are no folder names in plain text, but folder names with a UUID that is linked to an extension via extensions.webextensions.uuids in prefs.js (about:config). You can access this storage via about:debugging (This Firefox -> MAC -> Inspect).

Can't you use that old device and possibly enable sync ?

You can also try to contact its creator for possible suggestions to see if he can offer an easier solution.

more options

I am so sorry I forgot to let you know that I do sync Firefox across multiple machines. But it doesn't sync this. I tried to find out how to enable that before I posted. I guess it's to-do.

Awesome! Thanks very much. (I was confused about the meaning of storage in this context, but you got me going.) Thank you again cor-el!

Modified by Old Firefox