BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.43k stars 1.94k forks source link

Export and import from Bookstack #5210

Closed jerdzho closed 1 month ago

jerdzho commented 2 months ago

Attempted Debugging

Searched GitHub Issues

Describe the Scenario

How do I export my books from Bookstack (for backups)? And how do I import them later?

Exact BookStack Version

v24.05.4

Log Content

No response

Hosting Environment

Docker container on Ubuntu server 20.04

ssddanbrown commented 2 months ago

Hi @jerdzho, There is no partial (specific book) import/export built in outside of custom API work, and this has been requested via #3313.

For whole system level backup restore, we have some guidance here although exact steps may differ in a docker-based context, and can depend on container image used. I have a video covering backup/restore operations for a linuxserver docker-based compose setup here: https://www.youtube.com/watch?v=6A8hLuQTkKQ

ssddanbrown commented 1 month ago

Since this was answered with no further discussion or follow up I'll go ahead and close this off.

ItsNoted commented 1 month ago

A more simplified export and import would make updating with breaking changes much less intimidating. I'm surprised this hasn't been more closely examined.

ssddanbrown commented 1 month ago

@ItsNoted I have developed single command export/import via the System CLI as detailed on this page but it's still in alpha/beta due to limited testing feedback. Generally export/import would not be expected to be easier than updating via breaking changes (until needing to specifically migrate from an unsupported OS).