Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Version config variables #16

Open
peterkeen opened this issue Jun 6, 2012 · 0 comments
Open

Version config variables #16

peterkeen opened this issue Jun 6, 2012 · 0 comments

Comments

@peterkeen
Copy link
Owner

Config vars should be versioned just like code releases. This probably means the env dir gets timestamped directories just like the release dir.

  • Timestamped env dirs with unchanged variables copied forward
  • A new app-level directory named versions
  • A "version" consists of a sequentially numbered directory in the versions directory, which then contains two symlinks. app points at the timestamped code release in releases, env points at the timestamped env in env. It also contains one real directory named procs, which is where pidfiles live (moved from the code release directory)
  • The current symlink points at the current version. The previous symlink can probably go away.
  • Add a set of version commands
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant