Closed (fixed)
Project:
Octopus
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2011 at 20:38 UTC
Updated:
29 Dec 2011 at 20:20 UTC
Per a group discussion...
The issue came up in regards to the octopus.cnf file saving values related to the octopus instance you just installed. If you need to install a new octopus instance it is currently necessary to comment out the _USER and the _DOMAIN in order not to cause conflicts.
So the thought was to save the octopus.cnf file based on the user you just ran it for. Then each octopus instance can have a saved conf file for upgrades, and perhaps prompt you for the user account to install for.
For example:
.user1.octopus.cnf
.user2.octopus.cnf
Then the script could look for the conf file related to the user set in the script.
Comments
Comment #1
omega8cc commentedIntroduced in this commit: http://drupalcode.org/project/octopus.git/commit/b44a9cb
Thanks!