storj/private
Jeff Wendling 48da8baab5 storj-sim: work with cockroach:// urls for satellite databases
for storj-sim to work, we need to avoid schemas in cockroach urls
so we have storj-sim create namespaced databases instead of schemas
and we have the migrate command create the database in the same way
that it would create a schema for postgres. then it works!

a follow up commit will move the creation of the database/schemas
into storj-sim's setup step so that we can avoid doing these icky
creations during normal migration calls. it will also make the
pointerdb have an explicit call to migrate instead of just doing
it every time it's opened.

Change-Id: If69ef5cb96b6866b0438c761bd445afb3597ae5f
2019-12-09 23:44:00 +00:00
..
cui private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
currency private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
date private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
dbutil storj-sim: work with cockroach:// urls for satellite databases 2019-12-09 23:44:00 +00:00
debugging private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
errs2 private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
fpath pkg/private/fpath: subsume AtomicWriteFile 2019-12-03 18:14:08 +00:00
groupcancel private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
memory private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
migrate private,satellite: unite all the "temp db schema" things 2019-12-05 15:36:59 +00:00
post private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
processgroup private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
readcloser private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
s3client private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
sync2 private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
testblobs storagenode/pieces: Add EmptyTrash functionality (#3640) 2019-11-26 09:25:21 -07:00
testcontext private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
testidentity private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
testpeertls private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
testplanet private,satellite: unite all the "temp db schema" things 2019-12-05 15:36:59 +00:00
testrand private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
testrevocation private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
teststorj private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
useragent satellite/metainfo: add UserAgent support to endpoints (#3548) 2019-11-26 03:12:37 -08:00
version web/storagenode: minimal allowed version view implemented (#3583) 2019-11-26 18:08:24 +02:00