Hi Everyone -
I'm working on upgrading from 1.3 to 1.4.6. While I have no actually issues performing the update with my current site, it seems Fabric Deploy doesn't want to work for me anymore.
I had modified the fabfile.py so that it would deploy to a staging and production. I also modified it so that the project's database name and project name could be different. It's had worked just fine, but after upgrading to 1.4.6 it seems to have no love for me anymore. :-(
I've tried with both the as release fabfile and my modifications. both happily preform 'fab all' but spit out the following traceback after I attempt to apply 'fab deploy'
If anyone has a suggest on how to can work on debugging I'd love the advise. Thanks.
I've tried to debug but seems it a bit beyond me at the moment:
Traceback (most recent call last):
File "/home/grumps/.virtualenvs/ofmax2/local/lib/python2.7/site-packages/fabric/main.py", line 736, in main
*args, **kwargs
File "/home/grumps/.virtualenvs/ofmax2/local/lib/python2.7/site-packages/fabric/tasks.py", line 314, in execute
multiprocessing
File "/home/grumps/.virtualenvs/ofmax2/local/lib/python2.7/site-packages/fabric/tasks.py", line 211, in _execute
return task.run(*args, **kwargs)
File "/home/grumps/.virtualenvs/ofmax2/local/lib/python2.7/site-packages/fabric/tasks.py", line 121, in run
return self.wrapped(*args, **kwargs)
File "/home/grumps/projects/ofmax/fabfile.py", line 186, in logged
return func(*args, **kawrgs)
File "/home/grumps/projects/ofmax/fabfile.py", line 481, in deploy
upload_template_and_reload(name)
File "/home/grumps/projects/ofmax/fabfile.py", line 226, in upload_template_and_reload
upload_template(local_path, remote_path, env, use_sudo=True, backup=False)
File "/home/grumps/.virtualenvs/ofmax2/local/lib/python2.7/site-packages/fabric/contrib/files.py", line 111, in upload_template
text = text % context
TypeError: not enough arguments for format string
Disconnecting from 127.0.0.1:2222... done.