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

[QOLCHG-774] Remove index.properties on restore … #473

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

chris-randall-qol
Copy link
Contributor

so default index config is used as default "index" folder is already hardcoded

…ig is used as default "index" folder is already hardcoded
@@ -276,6 +276,8 @@
# If not, then it's either a directory (obsolete) or malformed, so ignore it.
if (tar tzf "$LATEST_INDEX" >/dev/null 2>&1); then
mkdir -p "$CORE_DATA/index"
# remove the index.properties file so default index config is used
rm -f $CORE_DATA/index.properties
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chris-randall-qol chris-randall-qol merged commit 556518d into develop Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants