Plasma 5.24.5: Where are K notes stored?

Just moved to an M2 drive from spinning and reinstalled Stable. System is

  Kernel: 5.15.38-1-MANJARO arch: x86_64 bits: 64 Desktop: KDE Plasma
    v: 5.24.5 Distro: Manjaro Linux
Machine:
  Type: Desktop Mobo: ASUSTeK model: TUF Z270 MARK 1 v: Rev 1.xx
    serial: <superuser required> UEFI: American Megatrends v: 1501
    date: 07/13/2021
CPU:
  Info: quad core model: Intel Core i7-7700 bits: 64 type: MT MCP cache:
    L2: 1024 KiB
  Speed (MHz): avg: 1466 min/max: 800/4200 cores: 1: 800 2: 800 3: 800
    4: 800 5: 800 6: 1307 7: 2601 8: 3827
Graphics:
  Device-1: NVIDIA GM107 [GeForce GTX 750 Ti] driver: nvidia v: 510.68.02
  Display: x11 server: X.Org v: 21.1.3 driver: X: loaded: nvidia
    gpu: nvidia resolution: 1: 1920x1080~60Hz 2: 1920x1080~60Hz
  OpenGL: renderer: NVIDIA GeForce GTX 750 Ti/PCIe/SSE2
    v: 4.6.0 NVIDIA 510.68.02
Audio:
  Device-1: Intel 200 Series PCH HD Audio driver: snd_hda_intel
  Device-2: NVIDIA GM107 High Definition Audio [GeForce 940MX]
    driver: snd_hda_intel
  Sound Server-1: ALSA v: k5.15.38-1-MANJARO running: yes
  Sound Server-2: PipeWire v: 0.3.51 running: yes
Network:
  Device-1: Intel Ethernet I219-V driver: e1000e
  IF: enp0s31f6 state: down mac: <filter>
  Device-2: Intel I211 Gigabit Network driver: igb
  IF: enp4s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:
  Local Storage: total: 4.55 TiB used: 1.09 TiB (24.1%)
  ID-1: /dev/nvme0n1 vendor: Western Digital model: WD BLACK SN750 SE 1TB
    size: 931.51 GiB
  ID-2: /dev/sda vendor: Western Digital model: WD10EZEX-08WN4A0
    size: 931.51 GiB
  ID-3: /dev/sdb vendor: Toshiba model: DT01ACA100 size: 931.51 GiB
  ID-4: /dev/sdc vendor: Toshiba model: DT01ACA200 size: 1.82 TiB
Partition:
  ID-1: / size: 898.67 GiB used: 467.91 GiB (52.1%) fs: ext4
    dev: /dev/nvme0n1p2
  ID-2: /boot/efi size: 299.4 MiB used: 292 KiB (0.1%) fs: vfat
    dev: /dev/nvme0n1p1
Swap:
  ID-1: swap-1 type: partition size: 17.12 GiB used: 0 KiB (0.0%)
    dev: /dev/nvme0n1p3
Sensors:
  System Temperatures: cpu: 42.0 C mobo: N/A gpu: nvidia temp: 35 C
  Fan Speeds (RPM): N/A gpu: nvidia fan: 40%
Info:
  Processes: 269 Uptime: 6h 10m Memory: 15.57 GiB used: 5.16 GiB (33.1%)
  Shell: Zsh inxi: 3.3.15
```

Got most of the /home  moved over from the earlier system and was able to find what appears to be the notes in /home/share/local/notes but moving it from the old drive, nothing I can do makes KNotes recognize  the collection. I did a search  here  with no results also over at the KDE forum.  Any suggestins appreciated. Many kind thanks.

Wrap your system info like this:

```
system info here...
```

Or…

[code]
like this...
[/code]

Or by clicking the Screenshot_20220517_085239 button in the editor then pasting your code.

1 Like

Probably are stored as MariaDB database. If you know database name and user you can export your database with this command:

mysqldump -u username -p database_name > data-dump.sql

and import with:

mysql -u username -p new_database < data-dump.sql
1 Like

That path looks weird to me. It should be $HOME/.local/share/notes

3 Likes

Hey YoungFellow thanks for the tip. Will do next time.

Tomek Will give this a try and report back.

freggel.doe you are correct the path I posted was missing details. Thanks.

Thanks to all of you for the kindness and interest. Even though I allowed desktop notifications from this forum, didnt get tem in notifications. Ah well an excuse to look at the forum to see whats going on.
Again thanks to you all.
Regards

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.