Skip to content

Commit 7e4deca

Browse files
authored
Use four slases for absolute paths in sqlite database connection string
1 parent d2cc821 commit 7e4deca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails/advanced-guides/sqlite3.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The default volume size is 3 gigabytes.
3333
Now set the following secret, again replacing the name with what you selected:
3434

3535
```cmd
36-
fly secrets set DATABASE_URL=sqlite3:///mnt/name/production.sqlite
36+
fly secrets set DATABASE_URL=sqlite3:////mnt/name/production.sqlite
3737
```
3838

3939
## Mount and Prep for Deployment

0 commit comments

Comments
 (0)