René's URL Explorer Experiment


Title: [PROBLEM] create_entities_table FAIL · Issue #280 · linuxserver/docker-bookstack · GitHub

Open Graph Title: [PROBLEM] create_entities_table FAIL · Issue #280 · linuxserver/docker-bookstack

X Title: [PROBLEM] create_entities_table FAIL · Issue #280 · linuxserver/docker-bookstack

Description: Is there an existing issue for this? I have searched the existing issues Current Behavior Hi, I installed Bookstack via a Docker image. Before now, I used a clean manual installation. I had made backups. Now I tried restoring them within...

Open Graph Description: Is there an existing issue for this? I have searched the existing issues Current Behavior Hi, I installed Bookstack via a Docker image. Before now, I used a clean manual installation. I had made ba...

X Description: Is there an existing issue for this? I have searched the existing issues Current Behavior Hi, I installed Bookstack via a Docker image. Before now, I used a clean manual installation. I had made ba...

Opengraph URL: https://github.com/linuxserver/docker-bookstack/issues/280

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[PROBLEM] create_entities_table FAIL","articleBody":"### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### Current Behavior\n\nHi, I installed Bookstack via a Docker image. Before now, I used a clean manual installation. I had made backups. Now I tried restoring them within Docker. The restore was partially successful. I can use my old credentials and I don't see any apparent errors. Unfortunately, I no longer see books, chapters, or pages. From the manual queries I ran, the data appears to be present, but it seems that this version of Bookstack is different and doesn't read the data in the same way. I tried using the php migrate function, but it gave the error: \"create_entities_table FAIL\". What can I do?\nBase table or view already exists: 1050 Table 'entities' already exists\nat vendor/laravel/framework/src/Illuminate/Database/Connection.php:824\n\n### Expected Behavior\n\nI expected to see all the books, chapters and pages in the sql backup correctly\n\n### Steps To Reproduce\n\nI installed CasaOS. I went to the store and searched for bookstack. I installed it. Then I ran the command:\ndocker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey\nTo create the key, I copied it into the CasaOS environment variables for the BookStack application.\nI copied the file of my database backup:\ndocker cp /mysourcedir/bookstack.backup.sql big-bear-bookstack-db:/bookstack_old.sql\nNext, I entered the database container:\ndocker exec -it big-bear-bookstack-db bash\nand ran mysql to import the file:\nmysql --password=mypwd --user=bigbear --host=localhost\nmysql\u003e use bookstackapp;\nmysql\u003e source bookstack_old.sql;\nThen I exited the database container.\nI entered the app container.\ndocker exec -it big-bear-bookstack /bin/bash\nI performed the migration:\ncd /app/www\nphp artisan migrate\n\n### Environment\n\n```markdown\n- OS: armbian trixie (raspberry PI 4)\n- How docker service was installed: it was installed automatically by CasaOs\n```\n\n### CPU architecture\n\narm64\n\n### Docker creation\n\n```bash\nautomatically created by CasaOs\n```\n\n### Container logs\n\n```bash\ndocker logs big-bear-bookstack-db\n[migrations] started\n[migrations] no migrations found\nusermod: no changes\n───────────────────────────────────────\n\n      ██╗     ███████╗██╗ ██████╗\n      ██║     ██╔════╝██║██╔═══██╗\n      ██║     ███████╗██║██║   ██║\n      ██║     ╚════██║██║██║   ██║\n      ███████╗███████║██║╚██████╔╝\n      ╚══════╝╚══════╝╚═╝ ╚═════╝\n\n   Brought to you by linuxserver.io\n───────────────────────────────────────\n\nTo support LSIO projects visit:\nhttps://www.linuxserver.io/donate/\n\n───────────────────────────────────────\nGID/UID\n───────────────────────────────────────\n\nUser UID:    911\nUser GID:    911\n───────────────────────────────────────\n\ncp: not replacing '/config/custom.cnf'\n[custom-init] No custom files found, skipping...\n251207 22:59:16 mysqld_safe Logging to '/config/databases/big-bear-bookstack-db.err'.\n251207 22:59:16 mysqld_safe Starting mariadbd daemon with databases from /config/databases\nConnection to localhost (::1) 3306 port [tcp/mysql] succeeded!\n[ls.io-init] done.\n\ndocker logs big-bear-bookstack\n[migrations] started\n[migrations] 01-nginx-site-confs-default: skipped\n[migrations] 02-default-location: skipped\n[migrations] done\nusermod: no changes\n───────────────────────────────────────\n\n      ██╗     ███████╗██╗ ██████╗\n      ██║     ██╔════╝██║██╔═══██╗\n      ██║     ███████╗██║██║   ██║\n      ██║     ╚════██║██║██║   ██║\n      ███████╗███████║██║╚██████╔╝\n      ╚══════╝╚══════╝╚═╝ ╚═════╝\n\n   Brought to you by linuxserver.io\n───────────────────────────────────────\n\nTo support LSIO projects visit:\nhttps://www.linuxserver.io/donate/\n\n───────────────────────────────────────\nGID/UID\n───────────────────────────────────────\n\nUser UID:    911\nUser GID:    911\n───────────────────────────────────────\nLinuxserver.io version: v25.11-ls226\nBuild-date: 2025-11-09T13:38:24+00:00\n───────────────────────────────────────\n    \nusing keys found in /config/keys\nWaiting for DB to be available\n\n   INFO  Preparing database.  \n\n  Creating migration table ...................................... 58.25ms DONE\n\n   INFO  Running migrations.  \n\n  2014_10_12_000000_create_users_table ......................... 667.59ms DONE\n  2014_10_12_100000_create_password_resets_table ................ 80.94ms DONE\n  2015_07_12_114933_create_books_table .......................... 20.88ms DONE\n  2015_07_12_190027_create_pages_table .......................... 24.24ms DONE\n  2015_07_13_172121_create_images_table ......................... 19.36ms DONE\n  2015_07_27_172342_create_chapters_table ....................... 20.86ms DONE\n  2015_08_08_200447_add_users_to_entities ...................... 177.96ms DONE\n  2015_08_09_093534_create_page_revisions_table ................. 18.16ms DONE\n  2015_08_16_142133_create_activities_table ..................... 24.53ms DONE\n  2015_08_29_105422_add_roles_and_permissions .................. 527.23ms DONE\n  2015_08_30_125859_create_settings_table ....................... 18.55ms DONE\n  2015_08_31_175240_add_search_indexes ........................... 0.19ms DONE\n  2015_09_04_165821_create_social_accounts_table ................ 84.44ms DONE\n  2015_09_05_164707_add_email_confirmation_table ................ 97.63ms DONE\n  2015_11_21_145609_create_views_table .......................... 22.73ms DONE\n  2015_11_26_221857_add_entity_indexes ......................... 625.24ms DONE\n  2015_12_05_145049_fulltext_weighting ........................... 0.19ms DONE\n  2015_12_07_195238_add_image_upload_types ..................... 115.63ms DONE\n  2015_12_09_195748_add_user_avatars ............................ 22.69ms DONE\n  2016_01_11_210908_add_external_auth_to_users .................. 70.05ms DONE\n  2016_02_25_184030_add_slug_to_revisions ...................... 112.26ms DONE\n  2016_02_27_120329_update_permissions_and_roles ............... 363.58ms DONE\n  2016_02_28_084200_add_entity_access_controls ................. 323.97ms DONE\n  2016_03_09_203143_add_page_revision_types ..................... 57.57ms DONE\n  2016_03_13_082138_add_page_drafts ............................. 57.09ms DONE\n  2016_03_25_123157_add_markdown_support ........................ 49.11ms DONE\n  2016_04_09_100730_add_view_permissions_to_roles ............... 83.06ms DONE\n  2016_04_20_192649_create_joint_permissions_table ............. 469.05ms DONE\n  2016_05_06_185215_create_tags_table .......................... 185.16ms DONE\n  2016_07_07_181521_add_summary_to_page_revisions ............... 40.01ms DONE\n  2016_09_29_101449_remove_hidden_roles ........................ 146.74ms DONE\n  2016_10_09_142037_create_attachments_table ................... 149.55ms DONE\n  2017_01_21_163556_create_cache_table .......................... 82.17ms DONE\n  2017_01_21_163602_create_sessions_table ....................... 77.74ms DONE\n  2017_03_19_091553_create_search_index_table .................. 179.28ms DONE\n  2017_04_20_185112_add_revision_counts ......................... 79.91ms DONE\n  2017_07_02_152834_update_db_encoding_to_ut8mb4 ................. 0.19ms DONE\n  2017_08_01_130541_create_comments_table ...................... 135.10ms DONE\n  2017_08_29_102650_add_cover_image_display ..................... 21.42ms DONE\n  2018_07_15_173514_add_role_external_auth_id ................... 55.38ms DONE\n  2018_08_04_115700_create_bookshelves_table ................... 566.82ms DONE\n  2019_07_07_112515_add_template_support ........................ 63.24ms DONE\n  2019_08_17_140214_add_user_invites_table ...................... 82.07ms DONE\n  2019_12_29_120917_add_api_auth ............................... 126.73ms DONE\n  2020_08_04_111754_drop_joint_permissions_id .................. 159.07ms DONE\n  2020_08_04_131052_remove_role_name_field ...................... 24.62ms DONE\n  2020_09_19_094251_add_activity_indexes ........................ 65.42ms DONE\n  2020_09_27_210059_add_entity_soft_deletes ..................... 86.23ms DONE\n  2020_09_27_210528_create_deletions_table ..................... 121.77ms DONE\n  2020_11_07_232321_simplify_activities_table .................. 194.64ms DONE\n  2020_12_30_173528_add_owned_by_field_to_entities ............. 251.90ms DONE\n  2021_01_30_225441_add_settings_type_column .................... 21.65ms DONE\n  2021_03_08_215138_add_user_slug ............................... 70.83ms DONE\n  2021_05_15_173110_create_favourites_table ..................... 81.04ms DONE\n  2021_06_30_173111_create_mfa_values_table ..................... 88.19ms DONE\n  2021_07_03_085038_add_mfa_enforced_to_roles_table ............. 21.76ms DONE\n  2021_08_28_161743_add_export_role_permission .................. 10.67ms DONE\n  2021_09_26_044614_add_activities_ip_column .................... 32.05ms DONE\n  2021_11_26_070438_add_index_for_user_ip ....................... 30.51ms DONE\n  2021_12_07_111343_create_webhooks_table ...................... 154.48ms DONE\n  2021_12_13_152024_create_jobs_table ........................... 50.93ms DONE\n  2021_12_13_152120_create_failed_jobs_table .................... 48.84ms DONE\n  2022_01_03_154041_add_webhooks_timeout_error_columns .......... 89.64ms DONE\n  2022_04_17_101741_add_editor_change_field_and_permission ...... 33.44ms DONE\n  2022_04_25_140741_update_polymorphic_types .................... 57.77ms DONE\n  2022_07_16_170051_drop_joint_permission_type ................. 186.49ms DONE\n  2022_08_17_092941_create_references_table .................... 141.81ms DONE\n  2022_09_02_082910_fix_shelf_cover_image_types .................. 2.90ms DONE\n  2022_10_07_091406_flatten_entity_permissions_table ........... 125.30ms DONE\n  2022_10_08_104202_drop_entity_restricted_field ............... 166.61ms DONE\n  2023_01_24_104625_refactor_joint_permissions_storage ......... 244.16ms DONE\n  2023_01_28_141230_copy_color_settings_for_dark_mode ............ 4.60ms DONE\n  2023_02_20_093655_increase_attachments_path_length ............ 87.74ms DONE\n  2023_02_23_200227_add_updated_at_index_to_pages ............... 42.10ms DONE\n  2023_06_10_071823_remove_guest_user_secondary_roles ........... 11.39ms DONE\n  2023_06_25_181952_remove_bookshelf_create_entity_permissions ... 0.22ms DONE\n  2023_07_25_124945_add_receive_notifications_role_permissions .. 15.29ms DONE\n  2023_07_31_104430_create_watches_table ....................... 187.57ms DONE\n  2023_08_21_174248_increase_cache_size ......................... 61.49ms DONE\n  2023_12_02_104541_add_default_template_to_books ............... 34.97ms DONE\n  2023_12_17_140913_add_description_html_to_entities ........... 104.03ms DONE\n  2024_01_01_104542_add_default_template_to_chapters ............ 32.17ms DONE\n  2024_02_04_141358_add_views_updated_index ..................... 28.52ms DONE\n  2024_05_04_154409_rename_activity_relation_columns ............ 45.14ms DONE\n  2024_09_29_140340_ensure_editor_value_set ...................... 8.12ms DONE\n  2024_10_29_114420_add_import_role_permission .................. 10.98ms DONE\n  2024_11_02_160700_create_imports_table ........................ 49.08ms DONE\n  2024_11_27_171039_add_instance_id_setting ..................... 24.22ms DONE\n  2025_01_29_180933_create_sort_rules_table ..................... 17.17ms DONE\n  2025_02_05_150842_add_sort_rule_id_to_books ................... 28.48ms DONE\n  2025_04_18_215145_add_content_refs_and_archived_to_comments ... 82.05ms DONE\n  2025_09_02_111542_remove_unused_columns ....................... 82.37ms DONE\n  2025_09_15_132850_create_entities_table ...................... 350.99ms DONE\n  2025_09_15_134701_migrate_entity_data ......................... 40.35ms DONE\n  2025_09_15_134751_update_entity_relation_columns ................... 1s DONE\n  2025_09_15_134813_drop_old_entity_tables ...................... 70.10ms DONE\n  2025_10_18_163331_clean_user_id_references ................... 705.67ms DONE\n  2025_10_22_134507_update_comments_relation_field_names ........ 42.70ms DONE\n\n[custom-init] No custom files found, skipping...\n[ls.io-init] done.\n```","author":{"url":"https://github.com/pascas23","@type":"Person","name":"pascas23"},"datePublished":"2025-12-09T17:57:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/280/docker-bookstack/issues/280"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a92c503c-f5d9-e45f-93a3-7ad638d2cf1d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id860E:1026F3:4199:57BC:698E9493
html-safe-noncee04f3ce9962598f00c805c7ad8073e3e8e5bea180fe2e7b07b386922f8ce1d94
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NjBFOjEwMjZGMzo0MTk5OjU3QkM6Njk4RTk0OTMiLCJ2aXNpdG9yX2lkIjoiODIyNzA3MDg5MzAzOTE5NTI4MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaceca349cdd8958cd09a8be8cd1c56ba9b2130555c48bddc5caf7da3ff07b80b2e
hovercard-subject-tagissue:3712041369
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/linuxserver/docker-bookstack/280/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6e651c9fc01fdbb5569ff9f74e5fad9011ea27e5979082d09ccfeac0b108b372/linuxserver/docker-bookstack/issues/280
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6e651c9fc01fdbb5569ff9f74e5fad9011ea27e5979082d09ccfeac0b108b372/linuxserver/docker-bookstack/issues/280
og:image:altIs there an existing issue for this? I have searched the existing issues Current Behavior Hi, I installed Bookstack via a Docker image. Before now, I used a clean manual installation. I had made ba...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepascas23
hostnamegithub.com
expected-hostnamegithub.com
Nonecb2828a801ee6b7be618f3ac76fbf55def35bbc30f053a9c41bf90210b8b72ba
turbo-cache-controlno-preview
go-importgithub.com/linuxserver/docker-bookstack git https://github.com/linuxserver/docker-bookstack.git
octolytics-dimension-user_id12324908
octolytics-dimension-user_loginlinuxserver
octolytics-dimension-repository_id139479093
octolytics-dimension-repository_nwolinuxserver/docker-bookstack
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id139479093
octolytics-dimension-repository_network_root_nwolinuxserver/docker-bookstack
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6b91a7e6e46287d26887e3fb7a4161657bab8f7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/issues/280#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flinuxserver%2Fdocker-bookstack%2Fissues%2F280
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flinuxserver%2Fdocker-bookstack%2Fissues%2F280
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=linuxserver%2Fdocker-bookstack
Reloadhttps://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/issues/280
Reloadhttps://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/issues/280
Reloadhttps://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/issues/280
linuxserver https://patch-diff.githubusercontent.com/linuxserver
docker-bookstackhttps://patch-diff.githubusercontent.com/linuxserver/docker-bookstack
Please reload this pagehttps://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/issues/280
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Flinuxserver%2Fdocker-bookstack
Fork 136 https://patch-diff.githubusercontent.com/login?return_to=%2Flinuxserver%2Fdocker-bookstack
Star 963 https://patch-diff.githubusercontent.com/login?return_to=%2Flinuxserver%2Fdocker-bookstack
Code https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack
Issues 2 https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/issues
Pull requests 0 https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/pulls
Actions https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/actions
Projects 0 https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/projects
Security 0 https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/security
Insights https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/pulse
Code https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack
Issues https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/issues
Pull requests https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/pulls
Actions https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/actions
Projects https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/projects
Security https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/security
Insights https://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/linuxserver/docker-bookstack/issues/280
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/linuxserver/docker-bookstack/issues/280
[PROBLEM] create_entities_table FAILhttps://patch-diff.githubusercontent.com/linuxserver/docker-bookstack/issues/280#top
no-issue-activityhttps://github.com/linuxserver/docker-bookstack/issues?q=state%3Aopen%20label%3A%22no-issue-activity%22
https://github.com/pascas23
https://github.com/pascas23
pascas23https://github.com/pascas23
on Dec 9, 2025https://github.com/linuxserver/docker-bookstack/issues/280#issue-3712041369
no-issue-activityhttps://github.com/linuxserver/docker-bookstack/issues?q=state%3Aopen%20label%3A%22no-issue-activity%22
Issue & PR Trackerhttps://github.com/orgs/linuxserver/projects/8
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.