--
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To post to this group, send email to tai...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/CAP10_gjLcXRy5kA0qKXZ_9Ft7ofyFh6g85QaNN26iaKeOX%3Dvww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
| Alejandro Alonso Fernández CIO & Co-founder www.kaleidos.net/FC8EAC/ |
Good night Alejandro,production server:
I did the migration now taiga in a test environment by running the following:
$ pg_dump taiga > /tmp/taiga$ tar cvf /tmp/media.tar /home/taiga/taiga-back/media/new server:
$ dropdb taiga
$ createdb -O taiga taiga
$ psql taiga < /tmp/taiga
$ tar -C media.tar /home/taiga/taiga-backAfter I restarted the server and enter at taiga with a user and password, but none of projects appeared.
I have this error at gunicorn.stderr.log:
root@taiga:/home/taiga/logs# cat gunicorn.stderr.log
ERROR:2015-04-06 23:11:07,843: Internal Server Error: /api/v1/projects
Traceback (most recent call last):
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/backends/utils.py", line 65, in execute
return self.cursor.execute(sql, params)
psycopg2.ProgrammingError: column projects_project.userstories_csv_uuid does not exist
LINE 1: ...ic_permissions", "projects_project"."is_private", "projects_...
^
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/core/handlers/base.py", line 111, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/taiga/taiga-back/taiga/base/api/viewsets.py", line 81, in view
return self.dispatch(request, *args, **kwargs)
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/views/decorators/csrf.py", line 57, in wrapped_view
return view_func(*args, **kwargs)
File "/home/taiga/taiga-back/taiga/base/api/views.py", line 418, in dispatch
response = self.handle_exception(exc)
File "/home/taiga/taiga-back/taiga/base/api/views.py", line 415, in dispatch
response = handler(request, *args, **kwargs)
File "/home/taiga/taiga-back/taiga/base/api/mixins.py", line 114, in list
return response.Ok(serializer.data)
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/rest_framework/serializers.py", line 571, in data
self._data = [self.to_native(item) for item in obj]
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/models/query.py", line 141, in __iter__
self._fetch_all()
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/models/query.py", line 966, in _fetch_all
self._result_cache = list(self.iterator())
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/models/query.py", line 265, in iterator
for row in compiler.results_iter():
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/models/sql/compiler.py", line 700, in results_iter
for rows in self.execute_sql(MULTI):
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/models/sql/compiler.py", line 786, in execute_sql
cursor.execute(sql, params)
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/backends/utils.py", line 81, in execute
return super(CursorDebugWrapper, self).execute(sql, params)
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/backends/utils.py", line 65, in execute
return self.cursor.execute(sql, params)
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/utils.py", line 94, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/utils/six.py", line 658, in reraise
raise value.with_traceback(tb)
File "/home/taiga/.virtualenvs/taiga/lib/python3.4/site-packages/django/db/backends/utils.py", line 65, in execute
return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: column projects_project.userstories_csv_uuid does not exist
LINE 1: ...ic_permissions", "projects_project"."is_private", "projects_...
EMAIL_USE_TLSEMAIL_HOSTEMAIL_HOST_USEREMAIL_HOST_PASSWORDEMAIL_PORTI think the error is there.Regards
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/CAP10_gheQBK3hWXhU_q3Oe-M8L-1Oh7%2B6f%3DVHJBBfkVzh5N2ew%40mail.gmail.com.
Trying import local.py settings...
Monkey patching...
WARNING Property: Unknown Property name. [6:51: -webkit-text-size-adjust]
WARNING Property: Unknown Property name. [6:82: -ms-text-size-adjust]
WARNING Property: Unknown Property name. [7:23: mso-table-lspace]
WARNING Property: Unknown Property name. [7:45: mso-table-rspace]
WARNING Property: Unknown Property name. [8:17: -ms-interpolation-mode]
ERROR Property: Invalid value for "CSS Level 2.1" property: 0.8rem 3rem [178:17: padding]
WARNING Property: Unknown Property name. [277:55: -webkit-text-size-adjust]
WARNING Property: Unknown Property name.
Raven is not configured (logging is disabled). Please see the documentation for more information.
Trying import local.py settings...
Monkey patching...
WARNING Property: Unknown Property name. [6:51: -webkit-text-size-adjust]
WARNING Property: Unknown Property name. [6:82: -ms-text-size-adjust]
WARNING Property: Unknown Property name. [7:23: mso-table-lspace]
WARNING Property: Unknown Property name. [7:45: mso-table-rspace]
WARNING Property: Unknown Property name. [8:17: -ms-interpolation-mode]
ERROR Property: Invalid value for "CSS Level 2.1" property: 0.8rem 3rem [178:17: padding]
WARNING Property: Unknown Property name. [277:55: -webkit-text-size-adjust]
WARNING Property: Unknown Property name.
Raven is not configured (logging is disabled). Please see the documentation for more information.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/CAP10_giLbxOvemoRQ7yVvNOg28r3gMZ82CY0oXNdBUUuB7NqGA%40mail.gmail.com.