1
0
Fork 0

Link to RESTORE_FROM_SQLITE

master
Philip O'Toole 8 years ago
parent 8c1ee24192
commit beadc6463a

@ -26,4 +26,4 @@ INSERT INTO "foo" VALUES(1,'fiona');
COMMIT;
~ $
```
To restore an rqlite system from the dump, issue each command between `BEGIN TRANSACTION` and `COMMIT` to rqlite, using the HTTP API.
To restore an rqlite system from the dump, issue each command between `BEGIN TRANSACTION` and `COMMIT` to rqlite, using the HTTP API. You can also try loading the entire file in a single operation using the experimental [restore-from-dump API](https://github.com/rqlite/rqlite/blob/master/doc/RESTORE_FROM_SQLITE.md).

Loading…
Cancel
Save