Pre-submission Checklist
Memos Version
3c3382a
Environment Details
version: "3.0"
services:
memos:
image: neosmemo/memos:canary
container_name: memos
volumes:
- ./data:/var/opt/memos
restart: unless-stopped
Steps to Reproduce
- Copy data to new system, /var/opt/memos
- Re-create docker container
Current Behavior
After moving the instance and re-creating with docker all the tags are gone from overview.
I still see all memos with tags in them, but I cannot search and see them properly.
Is there anything I can do to re-generate tags database or steps I should do differently when migrating?
Expected Behavior
Tags database should survive.
Logs
Additional Context
No response
Pre-submission Checklist
Memos Version
3c3382a
Environment Details
version: "3.0"
services:
memos:
image: neosmemo/memos:canary
container_name: memos
volumes:
- ./data:/var/opt/memos
restart: unless-stopped
Steps to Reproduce
Current Behavior
After moving the instance and re-creating with docker all the tags are gone from overview.
I still see all memos with tags in them, but I cannot search and see them properly.
Is there anything I can do to re-generate tags database or steps I should do differently when migrating?
Expected Behavior
Tags database should survive.
Logs
Additional Context
No response