dropship
dropship copied to clipboard
./sqlite_dump ~/.dropbox/config.db isn't providing host_id or root_ns
Running this command on my system gives:-
BEGIN TRANSACTION; CREATE TABLE config (key TEXT PRIMARY KEY NOT NULL, value BLOB); INSERT INTO "config" VALUES('config_schema_version',2); COMMIT;
rather than the output suggested by the README.rst file.
This is an unmaintained project kept for reference purposes. There may be a number of bugs and mis/undocumented features. On Apr 11, 2014 8:50 AM, "R E Broadley" [email protected] wrote:
Running this command on my system gives:-
BEGIN TRANSACTION; CREATE TABLE config (key TEXT PRIMARY KEY NOT NULL, value BLOB); INSERT INTO "config" VALUES('config_schema_version',2); COMMIT;
rather than the output suggested by the README.rst file.
— Reply to this email directly or view it on GitHubhttps://github.com/driverdan/dropship/issues/5 .
So, it's no longer working then?