usememos / memos

An open source, lightweight note-taking service. Easily capture and share your great thoughts.
https://usememos.com
MIT License
30.3k stars 2.27k forks source link

Add the function of exporting universal backups and importing backups #3843

Closed sysfox closed 3 weeks ago

sysfox commented 3 weeks ago

Describe the solution you'd like

Memos now support export all the memos that have been created by users , however, ordinary users cannot use these markdown files for Memos migration, especially when two Memos use different Databases (For example: SQLite and MySQL) So I hope that Memos could add the functions of exporting universal backups and importing backups

Type of feature

User Experience (UX)

Additional context

The previous issue #3741 has been automatically closed by bot

sysfox commented 3 weeks ago

Is it possible to add such similar function in future versions? I thought the function is really important for some users who has the habit of backing up

tigerzioo commented 3 weeks ago

I created scripts to migrate between 2 different databases. You can try them. https://github.com/tigerzioo/memos_sqlite2mysql

boojack commented 3 weeks ago

Duplicated with https://github.com/usememos/memos/issues/3802