Fixed VACUUM INTO sqlite3 commands across various articles
This commit is contained in:
parent
b5715473e6
commit
1045a21fd5
3 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,6 @@ There is only on jobs :
|
|||
```yaml
|
||||
- name: ktistec-db
|
||||
path: "/tmp/ktistec.db"
|
||||
pre_command: "echo 'VACUUM INTO \"/tmp/ktistec.db\"'|sqlite3 /srv/ktistec-db/ktistec.db"
|
||||
pre_command: "echo \"VACUUM INTO '/tmp/ktistec.db'\"|sqlite3 /srv/ktistec-db/ktistec.db"
|
||||
post_command: "rm -f /tmp/ktistec.db"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue