storj/cmd/satellite
Moby von Briesen c334fd090e satellite/payments: Convert coupon duration to be nullable
* Add a nullable billing_periods column in the coupons table
* Add nullable billing_periods column to the currently unused
coupon_codes table
* Drop the duration column from the coupon_codes table
* Replace duration config type so that the default promotional coupon
can be configured to never expire

Zero downtime migration plan:
* Add billing_periods column to coupons and coupon_codes tables (this change)
* After one release, remove all references to the old duration column,
replacing with references to billing_periods. At this point, we can also
change the defult promotional coupon to never expire and migrate over
values from the old duration column.
* After another release, drop the duration column.

Change-Id: I374e8dc9fab9f81b4a5bc681771955662d4c007a
2021-04-01 16:28:23 +02:00
..
reports Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
admin.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
api.go redis: Rename functions prefixed with New by Open 2021-03-25 06:09:27 +00:00
billing.go satellite/payments: Convert coupon duration to be nullable 2021-04-01 16:28:23 +02:00
compensation.go compensation: always generate invoices for every node 2021-03-29 14:15:45 +00:00
Dockerfile satellite: remove referral program related code 2021-02-08 13:52:50 +00:00
entrypoint cmd/satellite: clean up entrypoint (#3910) 2020-06-22 21:06:31 +02:00
gc.go satellite/metainfo: setup access to metabase in metainfo loop 2020-12-09 09:50:04 +01:00
gracefulexit.go satellite/gracefulexit: extend GE data cleanup to include exit_progress 2021-03-01 15:52:43 +00:00
main.go redis: Rename functions prefixed with New by Open 2021-03-25 06:09:27 +00:00
output.go satellite: compensation package and commands 2020-03-30 14:08:14 -06:00
README.md hc to satellite rename (#282) 2018-08-29 14:32:41 -04:00
repairer.go Merge 'master' branch 2020-12-07 15:05:52 +01:00
satellite.yaml all: fix comments about grpc 2020-05-11 13:05:34 +03:00
usage.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00

Satellite

Documentation for developing and building the satellite service

Usage:

First make an identity:

go install storj.io/storj/cmd/satellite
satellite setup

You can edit ~/.storj/satellite/config.yaml to your liking. Then run it!

satellite run