Open lightweight opened 5 months ago
I use the "web install method".
Go to http://example.com/Web/install Of course replace example.com with your server info.
But I do see in the latest release zip file they have:
database_schema/full-install.sql
I downloaded the release from: https://github.com/LibreBooking/app/releases/tag/2.8.6.1
I think the full-install.sql
file is created when making a release. It isn't in the cloned repository.
I'm not 100% sure but I think the file is created by concatenating create-schema.sql
& create-data.sql
together
Many thanks for your help @JohnVillalovos - I used those two files to create my DB in any case, and my instance (running via Docker-Compose but not using the provided LibreBooking image or recipe) is running with pure Nginx (no Apache) and an Nginx reverse proxy.
Glad to hear you got it working @lightweight 👍
I have been trying to do an install, but note that the database_schema/full-install.sql file is missing (and has been for a couple versions)... is it somehow meant to be assembled? I can't see any mention of it. Am I missing something?