Modify ↓
#8401 closed defect (fixed)
Non-Interactive initenv expects Database con. string to start with scheme:/
| Reported by: | anonymous | Owned by: | Remy Blank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.5 |
| Component: | admin/console | Version: | 0.11.1 |
| Severity: | trivial | Keywords: | initenv |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When trying to use the non-interactive initenv command for trac:
root@server:/# trac-admin /server/trac/p1 initenv p1 sqllite:db/trac.db svn /server/svn/p1
I get a TracError: Database Connection string must start with scheme:/
Attachments (0)
Change History (4)
comment:1 by , 16 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
follow-up: 3 comment:2 by , 16 years ago
| Milestone: | → 0.12.1 |
|---|---|
| Resolution: | worksforme |
| Severity: | normal → trivial |
| Status: | closed → reopened |
scheme "sqllite" unknown would be a better error message in this case…
comment:3 by , 16 years ago
| Milestone: | 0.12.1 → 0.11.5 |
|---|---|
| Resolution: | → fixed |
| Status: | reopened → closed |
comment:4 by , 16 years ago
| Owner: | set to |
|---|
Note:
See TracTickets
for help on using tickets.



Try with
sqliteinstead ofsqllite…