Do you have command line/ssh root/taiga access to the server?
Yes
If yes, can you start a Django session?
I was able, and I got the error when trying to get the dump, but after pip install upgrading the virtualenv, I can no longer, and get this error:
Trying import local.py settings...
Traceback (most recent call last):
File "/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/apps/config.py", line 118, in create
cls = getattr(mod, cls_name)
AttributeError: module 'taiga.base' has no attribute 'api'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/taiga/taiga-back/taiga/base/api/settings.py", line 205, in import_from_string
module = importlib.import_module(module_path)
File "/home/taiga/.virtualenvs/taiga/lib/python3.5/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 986, in _gcd_import
File "<frozen importlib._bootstrap>", line 969, in _find_and_load
File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 665, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/home/taiga/taiga-back/taiga/base/throttling.py", line 23, in <module>
from ipware.ip import get_ip
ImportError: cannot import name 'get_ip'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "manage.py", line 29, in <module>
execute_from_command_line(sys.argv)
File "/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
utility.execute()
File "/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/management/__init__.py", line 357, in execute
django.setup()
File "/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/apps/registry.py", line 91, in populate
app_config = AppConfig.create(entry)
File "/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/apps/config.py", line 136, in create
import_module(entry)
File "/home/taiga/.virtualenvs/taiga/lib/python3.5/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 986, in _gcd_import
File "<frozen importlib._bootstrap>", line 969, in _find_and_load
File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
Is the server running?
It does run, never stopped
!
If yes, where?
I guess it’s safe to share the url, isn’t it? It’s outdated, but registration is not open, and there’s nothing of value in there…
Regards!