Skip to content

Commit

Permalink
update note about encrypting db on migration
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Dec 20, 2024
1 parent 851df4c commit ed64737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/resources/upgrade/upgrade-holochain-0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ If you leave this feature disabled, you'll need to set gossip arc clamping to ei
Previous conductor and keystore SQLite databases used a hardcoded encryption key; 0.4 now uses a dynamic key. This means you won't be able to import data from 0.3, so we recommend providing a data import/export feature in your hApp with instructions to help people move their data over on upgrade to 0.4.
The locations of the database folders and files have also changed (although if 0.4 finds an unencrypted database in the old locations, it'll move and encrypt the data).
The locations of the database folders and files have also changed (although if 0.4 finds an unencrypted database in the old locations, it'll move the data. If you want it to encrypt the data at the same time, set an environment variable `HOLOCHAIN_MIGRATE_UNENCRYPTED` to a truthy value before running the hApp in 0.4.).
### WebRTC signalling server change
Expand Down

0 comments on commit ed64737

Please sign in to comment.