-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Describe the solution you'd like
I checked the issue list and noticed that the developers have clearly stated that memos will not provide backup or export functionality for the time being (#3843, usememos/memos#3802, usememos/memos#2636, usememos/memos#2965). I understand this is an open-source project, and the author has the right to freely decide whether or not to adopt suggestions from the community. I respect that.
Currently, I'm facing a challenge and would like to ask if there are any tutorials available on how to export all records stored in memos. I hope to export the data and redeploy memos on a new device. If direct exporting isn't possible, I'm also very willing to accept any method that can save the data locally.
Below is my configuration file, but there's no data under ~/Docker/memos/data
.
version: "3.0"
services:
memos:
image: neosmemo/memos:stable
restart: unless-stopped
container_name: memos
volumes:
- ~/Docker/memos/data/:/var/opt/memos
ports:
- 80:5230
Thank you very much for your help and support! Looking forward to receiving your valuable advice.
Type of feature
Documentation
Additional context
No response