## v1.1
This is only important if you have an older version (1.0.x-y) and/or you use linked folders (like IntelliJ).
It will never change anymore, but sometimes I can delete accidentally my data from the ramdisk, so I refactored the name instead of:
```text
/home/user/ramdisk/persistence
```
now it is called
```text
/home/user/ramdisk/.p3x-ramdisk-persistence
```
(hidden by default)
and if you accidentally deleted, it will be auto-recreate
(this is always visible - a symlink)
```text
/home/user/ramdisk/p3x-persistence
```
If you are linked to IntelliJ for example, you have to recreate the symlink in your home.
For example, migration looks like this:
```bash
# exit intellij if you have linked
sudo p3x-ramdisk stop
rm -rf ~/ramdisk/persistence
sudo npm i -g p3x-ramdisk