Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devtron-labs/migrator
https://github.com/devtron-labs/migrator
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devtron-labs/migrator
- Owner: devtron-labs
- Created: 2020-11-04T15:09:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T09:51:03.000Z (6 months ago)
- Last Synced: 2024-05-22T08:26:33.225Z (6 months ago)
- Language: Go
- Size: 3.48 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### MigrateConfig
key|type|description|defaultValue
---|----|-------------|-------------
DB_URL|string|url with auth of db|postgres://user:[email protected]:5432/migrate_test?sslmode=disable"
MIGRATE_TO_VERSION|int|target version. if zero will point to latest version|0
GIT_AUTH_TOKEN|string|git auth token
GIT_USER|string| username
GIT_WORKING_DIR|string||/devtron-data/
GIT_REPO_URL|string|https://gitlab.com/devtron-gitops/my-project2.git|""
GIT_TAG|string|either GIT_TAG or GIT_HASH must be present|
GIT_HASH|string|either GIT_TAG or GIT_HASH must be present|
GIT_BRANCH|string|default master|