Skip to content

Commit 04bc605

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-43: change request with no subject merged in GitBook
1 parent 60e1172 commit 04bc605

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

faqs.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ description: A running list of frequently ask questions and their answers.
44

55
# Frequently Asked Questions
66

7+
### Database
8+
9+
<details>
10+
11+
<summary>Using SQLite</summary>
12+
13+
SQLite is supported by Laravel as a database driver but it is no longer the recommended driver for this project. To setup SQLite as your database driver of choice use the directions below.
14+
15+
`v0.11.22` dropped SQLite support, to reconnect your existing database you can start on Step 3.
16+
17+
1. Create a volume called `speedtest-tracker` and attach it to the container.
18+
2. Create a file called `database.sqlite`, you can do this by running `touch database.sqlite` in the mounted volume or create it in the mounted directory.
19+
3. Update your environment variables to only include the following for under the `DB_` prefix: `DB_CONNECTION=sqlite` and `DB_HOST=/config/database.sqlite`.
20+
4. Restart the container.
21+
22+
</details>
23+
724
### Docker
825

926
<details>

0 commit comments

Comments
 (0)