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

Rebuild command implementation #37

Merged
merged 3 commits into from
Oct 30, 2019
Merged

Conversation

fluca1978
Copy link
Collaborator

Possible solution to #31, I propose as pull request because I would like some comments before merging.

The idea is that a rebuild command can be issued to start a new build from scratch of such version, but without dropping the PGDATA nor the configuration, if any of them are present.

When a `rebuild` is issued, the program skips the normal check
of an already built version and start a new build from scratch.
Since the source directory is removed, that means a new fresh build.
The configuration file, if present, is kept.
Copy link
Owner

@theory theory left a comment

Choose a reason for hiding this comment

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

Haven’t tried it yet, but it looks simple enough.

README.md Outdated Show resolved Hide resolved
@fluca1978 fluca1978 merged commit fbd582d into theory:master Oct 30, 2019
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.

2 participants