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

3.6.1 6.4.2 upgrade #65

Merged
merged 3 commits into from
Nov 6, 2018
Merged

3.6.1 6.4.2 upgrade #65

merged 3 commits into from
Nov 6, 2018

Conversation

SitoRBJ
Copy link
Contributor

@SitoRBJ SitoRBJ commented Nov 2, 2018

Hello team,

This PR solves #63.

We have updated the list of files to keep in the volume for successful updates.

i=0
DATA_DIRS[((i++))]="api/configuration"
DATA_DIRS[((i++))]="etc/client.keys"
DATA_DIRS[((i++))]="etc/decoders"
DATA_DIRS[((i++))]="etc/lists"
DATA_DIRS[((i++))]="etc/local_internal_options.conf"
DATA_DIRS[((i++))]="etc/localtime"
DATA_DIRS[((i++))]="etc/ossec.conf"
DATA_DIRS[((i++))]="etc/ossec-init.conf"
DATA_DIRS[((i++))]="etc/rootcheck"
DATA_DIRS[((i++))]="etc/rules"
DATA_DIRS[((i++))]="etc/shared"
DATA_DIRS[((i++))]="etc/sslmanager.cert"
DATA_DIRS[((i++))]="etc/sslmanager.key"
DATA_DIRS[((i++))]="logs"
DATA_DIRS[((i++))]="queue/syscheck"
DATA_DIRS[((i++))]="queue/rootcheck"
DATA_DIRS[((i++))]="queue/agent-groups"
DATA_DIRS[((i++))]="queue/agent-info"
DATA_DIRS[((i++))]="queue/agents-timestamp"
DATA_DIRS[((i++))]="queue/agentless"
DATA_DIRS[((i++))]="queue/cluster"
DATA_DIRS[((i++))]="queue/rids"
DATA_DIRS[((i++))]="queue/fts"
export DATA_DIRS

We still have the problem in the Wazuh API service #225.

Regards,

Alfonso

havidarou and others added 2 commits October 25, 2018 01:21
We export to the volume only the files necessary to update Wazuh's manager.
@SitoRBJ SitoRBJ requested a review from jesuslinares November 2, 2018 16:53
@SitoRBJ SitoRBJ changed the base branch from 3.6.1_6.4.2 to master November 6, 2018 14:38
@SitoRBJ SitoRBJ merged commit 1c0d2e2 into master Nov 6, 2018
@SitoRBJ SitoRBJ deleted the 3.6.1_6.4.2_upgrade branch November 13, 2018 09:38
DATA_DIRS[((i++))]="etc/local_internal_options.conf"
DATA_DIRS[((i++))]="etc/localtime"
DATA_DIRS[((i++))]="etc/ossec.conf"
DATA_DIRS[((i++))]="etc/ossec-init.conf"
Copy link
Contributor

Choose a reason for hiding this comment

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

ossec-init should be not included, isn't it? Otherwise at the moment you upgrade the version won't be updated.

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