I am current using windows server 2008 and tactic 4.5.0.v01.
I am trying to upgrade tactic
I can upgrade to 4.7.0.a07.
but I can't upgrade to 4.7.0.b02 or 4.8.
the browser just gives me:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
is there any changes for the SQL or apache setup after 4.7a07?
one more, I try to reinstall it,but the install.py seems have some problems.
D:\Tactic_Install\TACTIC47b02\src\install>python install.py
()
()
********************
Tactic Installation
********************
()
()
Verifying the database is installed. The default is no password if you have foll
owed the instructions to not require a password. If you see it asking for 'Passw
ord for user postgres', you should close this window and make the database not r
equire a password first (refer to our install documentation) and resume the inst
allation.
()
('\nDatabase type is: ', 'PostgresSQL')
(if this is not the database type desired,
hit Ctrl+C to cancel and see the types available with 'python install.py -h' )
()
Please enter the base path of the Tactic installation:
()
(C:/Program Files/Southpaw) ->
Traceback (most recent call last):
File "install.py", line 909, in <module>
install.execute(install_db=install_db,install_defaults=install_defaults,data
base_type=database_type, port_num=port_num )
File "install.py", line 252, in execute
self.install_to_python(install_defaults)
File "install.py", line 568, in install_to_python
tactic_base_dir = input("(%s) -> " % default_base_dir)
File "<string>", line 0
^
SyntaxError: unexpected EOF while parsing
I am trying to upgrade tactic
I can upgrade to 4.7.0.a07.
but I can't upgrade to 4.7.0.b02 or 4.8.
the browser just gives me:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
is there any changes for the SQL or apache setup after 4.7a07?
one more, I try to reinstall it,but the install.py seems have some problems.
D:\Tactic_Install\TACTIC47b02\src\install>python install.py
()
()
********************
Tactic Installation
********************
()
()
Verifying the database is installed. The default is no password if you have foll
owed the instructions to not require a password. If you see it asking for 'Passw
ord for user postgres', you should close this window and make the database not r
equire a password first (refer to our install documentation) and resume the inst
allation.
()
('\nDatabase type is: ', 'PostgresSQL')
(if this is not the database type desired,
hit Ctrl+C to cancel and see the types available with 'python install.py -h' )
()
Please enter the base path of the Tactic installation:
()
(C:/Program Files/Southpaw) ->
Traceback (most recent call last):
File "install.py", line 909, in <module>
install.execute(install_db=install_db,install_defaults=install_defaults,data
base_type=database_type, port_num=port_num )
File "install.py", line 252, in execute
self.install_to_python(install_defaults)
File "install.py", line 568, in install_to_python
tactic_base_dir = input("(%s) -> " % default_base_dir)
File "<string>", line 0
^
SyntaxError: unexpected EOF while parsing