When running cubicweb-ctl db-init -d the schema of the existing instance must be used to find which tables must be dropped, otherwise it will fail. | |
| priority | normal |
|---|---|
| type | bug |
| appeared in | <not specified> |
| done in | 3.16.2 |
| load | 1.500 |
| load left | 0.000 |
| closed by | #8882:1f3757ef3762 |
| patch | [server] *init_repository* lookup the database instead of the schema to drop tables (closes #810743) [applied] |


#810742 have log files when running as windows service
Comments
may be we could simply use lg.database 'list_tables' to list tables and drop them
all. (Needs to test about indexes, sequences, fti...)