dropship icon indicating copy to clipboard operation
dropship copied to clipboard

./sqlite_dump ~/.dropbox/config.db isn't providing host_id or root_ns

Open rebroad opened this issue 11 years ago • 2 comments

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.

rebroad avatar Apr 11 '14 12:04 rebroad

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 .

driverdan avatar Apr 14 '14 20:04 driverdan

So, it's no longer working then?

rebroad avatar Apr 17 '14 00:04 rebroad