Skip to content

sqlite3 database checks #147

@deajan

Description

@deajan

Currently writing a gromox repair script at https://github.com/netinvent/gromox/blob/repair-script/tools/gromox-mbox-repair-tool.sh

While reading the gromox doc here, I noticed that gromox-http should be disabled while doing a pragma integrity_check;.

Isn't the integrity check RO and should not affect gromox-http ?
Is it perhaps blocking the DB and gromox-http will fail somehow ?:

As side questions:

  • Should the check / repair actions described in the doc also apply to midb.sqlite3 and perhaps tables.sqlite3 ?
  • The pramga integrity check does not perform foreign key checks. Should this be added ?

Thanks for your insight.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions