Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to data 3.0.0 #253

Closed
docktermj opened this issue Apr 27, 2022 · 1 comment
Closed

Update to data 3.0.0 #253

docktermj opened this issue Apr 27, 2022 · 1 comment
Assignees
Labels
V3 Needed for Senzing V3

Comments

@docktermj
Copy link
Contributor

Make changes from 2.0.0 to 3.0.0

Examples:

From

    export SENZING_DATA_VERSION_DIR=/opt/senzing/data/2.0.0

to

    export SENZING_DATA_VERSION_DIR=/opt/senzing/data/3.0.0

From

export SENZING_DATA_VERSION_DIR=${SENZING_DATA_DIR}/2.0.0

to

export SENZING_DATA_VERSION_DIR=${SENZING_DATA_DIR}/3.0.0

From

export SENZING_DATA_VERSION_DIR=/opt/my-senzing/data/2.0.0

to

export SENZING_DATA_VERSION_DIR=${SENZING_DATA_DIR}/3.0.0

From

${SENZING_DATA_VERSION_DIR:-/opt/senzing/data/2.0.0}:/opt/senzing/data

to

${SENZING_DATA_VERSION_DIR:-/opt/senzing/data/3.0.0}:/opt/senzing/data
@docktermj docktermj self-assigned this Apr 27, 2022
@github-actions github-actions bot added the triage Need to triage label Apr 27, 2022
@docktermj docktermj added blocked Cannot make progress V3 Needed for Senzing V3 and removed triage Need to triage labels Apr 27, 2022
This was referenced Apr 27, 2022
docktermj added a commit that referenced this issue May 10, 2022
@docktermj docktermj removed the blocked Cannot make progress label May 10, 2022
docktermj added a commit that referenced this issue May 11, 2022
docktermj added a commit that referenced this issue May 11, 2022
* #253 Change from data 2.0.0 to 3.0.0

* #253 Prepare for versioned release
@docktermj
Copy link
Contributor Author

Pull requests:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V3 Needed for Senzing V3
Projects
None yet
Development

No branches or pull requests

1 participant