orbitdb / field-manual

The Offical User's Guide to OrbitDB
208 stars 43 forks source link

FAQ: Can I recreate the entire database on another machine based on the address? #67

Open haadcode opened 5 years ago

haadcode commented 5 years ago

If I have my orbitDB address, can I recreate the entire database on another machine?

A database can't be "recreated" without downloading the database from other peers. Knowing an address will allow user to open the database, which automatically connects to other peers who have the database open, and download the database which then "recreates" the database state locally, ie. replicate the database.

aphelionz commented 4 years ago

Moving this to the Field Manual repo