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

Fixes #4167: Add a warning before running SQL upgrade script #187

Conversation

VinceMacBuche
Copy link
Member

psql -q -U rudder -h localhost -d rudder -f ${RUDDER_UPGRADE_TOOLS}/dbMigration-2.7-2.8-add-nodes-executions-storage.sql >/dev/null 2>&1
echo "Done."
Copy link
Member

Choose a reason for hiding this comment

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

There's a space missing. This will print:

INFO: Creating new table containing all nodes executions, this migration script can take a long time...Done.

Ugly.

@jooooooon
Copy link
Member

Once the missing space is fixed, please merge.

VinceMacBuche added a commit that referenced this pull request Nov 19, 2013
Fixes #4167: Add a warning before running SQL upgrade script
@VinceMacBuche VinceMacBuche merged commit 6aa5600 into Normation:branches/rudder/2.8 Nov 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants