* change satellite.Peer name to Core
* change to Core in testplanet
* missed a few places
* keep shared stuff in peer.go to stay consistent with storj/docs
* separate sadb migration, add version check
* update checkversion to do same validation as migration
* changes per CR
* add sa migration to storj-sim
* add different debug port in storj-sim for migration
* add wait for exit for storj-sim migration
* update sa docker entrypoint to support migration
* storj-sim satellite parts all wait for migration
* upgrade golang-migrate/migrate to v4 because bug
* fix go mod tidy
we don't know if an incoming connection is from drpc or grpc during
the migration time, so check both.
Change-Id: I2418dde8b651dcc4a23726057178465224a48103
we used to do something similar for puts, but that ended up hurting
more than it helped. since deletes are best effort, we can do it
here to kill long tails or unresponsive nodes.
Change-Id: I89fd2d9dcf519d76c78ddad70bc419d1868d2df1
* rm dup api code from sa peer, update storj-sim
* fix for backwards compat tests
* use env var instead of localhost
* changes per CR
* fix env var name
* skip peer for setup
* improve errors in satellite contact endpoints
* add changes per CR comments
* update pingback method so it still updates node table
* fix err and returns
* fix zap logging to be better
* First custom message
* Update text - change welcome dialog size
* dialogs workflow ok - config.yaml ko
* Delete on uninstall using custom action
* config file not deleted during upgrade
* remove useless registryvalue
* little fixes
* Fix back button in case of upgrade for verifyreadydlg
* same versions considered as upgrade
* same versions considered as upgrade
* Backup config file - does not work when changing install folder
* Installer version is taken from the version of storagenode.exe file
* registry read for retrieving install folder - parsing not working
* doesn't work
* Fix path extraction
* Separate install dir extraction from file movement
* Check the result of BackupConfigFile and RestoreConfigFile actions
* Set INSTALLFOLDER to the extracted path