Hi all SiYuan citizens! 👋
I need to know how to properly update SiYuan version on my Docker container.
I imagine I need to build it again... here's a basic step-by-step I think should work:
- Export all data (backup)
- Stop container
- Delete container
- Delete image
- Build anew
- Start container
- Upload backed up data
Is there a simpler way to do this?