WordPress to BookStack #1222

Closed
opened 2026-02-05 00:18:35 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @HujinoKun on GitHub (Jun 13, 2019).

Hello,

I just offered bookstack to my company. They agree to put the tool into a VM.

However, we have a wordpress wiki. As a result, I have two questions :

  • How will I be able to migrate all articles from wordpress to bookstack?

  • We already have an authentication system in a database, it's possible to use it for bookstack without much difficulty?

Best regards,

Originally created by @HujinoKun on GitHub (Jun 13, 2019). Hello, I just offered bookstack to my company. They agree to put the tool into a VM. However, we have a wordpress wiki. As a result, I have two questions : - How will I be able to migrate all articles from wordpress to bookstack? - We already have an authentication system in a database, it's possible to use it for bookstack without much difficulty? Best regards,
OVERLORD added the 🐕 Support Question labels 2026-02-05 00:18:35 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Jun 15, 2019):

Hi @HujinoKun,

How will I be able to migrate all articles from wordpress to bookstack?

As it stands there's not really any migration tools to get content into BookStack. The ease of this would depend on the format the content is stored in WordPress. It may be a case of coping across content manually. An API is on the roadmap for BookStack to help people script such scenarios in the future.

We already have an authentication system in a database, it's possible to use it for bookstack without much difficulty?

BookStack does not support other database-authentication systems. It does support LDAP based authentication or any of the third-party solutions listed here:
https://www.bookstackapp.com/docs/admin/third-party-auth/

@ssddanbrown commented on GitHub (Jun 15, 2019): Hi @HujinoKun, > How will I be able to migrate all articles from wordpress to bookstack? As it stands there's not really any migration tools to get content into BookStack. The ease of this would depend on the format the content is stored in WordPress. It may be a case of coping across content manually. An API is on the roadmap for BookStack to help people script such scenarios in the future. > We already have an authentication system in a database, it's possible to use it for bookstack without much difficulty? BookStack does not support other database-authentication systems. It does support LDAP based authentication or any of the third-party solutions listed here: https://www.bookstackapp.com/docs/admin/third-party-auth/
Author
Owner

@thefury24 commented on GitHub (Oct 27, 2022):

Just wanted to leave a comment since this is a high Google result. This node js script will take a Wordpress XML file and convert it to Markdown which can be pasted into Bookstack. Still some manual work but better than nothing.

https://github.com/lonekorean/wordpress-export-to-markdown

@thefury24 commented on GitHub (Oct 27, 2022): Just wanted to leave a comment since this is a high Google result. This node js script will take a Wordpress XML file and convert it to Markdown which can be pasted into Bookstack. Still some manual work but better than nothing. https://github.com/lonekorean/wordpress-export-to-markdown
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1222