Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. drue@xps:~/psrc/lava-docker-compose$ docker-compose run server bash
  2. Starting lava_postgres ... done
  3. root@5342df458e19:/# lava-server manage migrate
  4. Operations to perform:
  5. Apply all migrations: admin, auth, contenttypes, lava_results_app, lava_scheduler_app, linaro_django_xmlrpc, sessions, sites
  6. Running migrations:
  7. No migrations to apply.
  8. The following content types are stale and need to be deleted:
  9.  
  10. lava_scheduler_app | defaultdeviceowner
  11.  
  12. Any objects related to these content types by a foreign key will also
  13. be deleted. Are you sure you want to delete these content types?
  14. If you're unsure, answer 'no'.
  15.  
  16. Type 'yes' to continue, or 'no' to cancel: ^CTraceback (most recent call last):
  17. File "/usr/bin/lava-server", line 82, in <module>
  18. main()
  19. File "/usr/bin/lava-server", line 78, in main
  20. execute_from_command_line(django_options)
  21. File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
  22. utility.execute()
  23. File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 359, in execute
  24. self.fetch_command(subcommand).run_from_argv(self.argv)
  25. File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 294, in run_from_argv
  26. self.execute(*args, **cmd_options)
  27. File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 345, in execute
  28. output = self.handle(*args, **options)
  29. File "/usr/lib/python3/dist-packages/django/core/management/commands/migrate.py", line 224, in handle
  30. self.verbosity, self.interactive, connection.alias, apps=post_migrate_apps, plan=plan,
  31. File "/usr/lib/python3/dist-packages/django/core/management/sql.py", line 53, in emit_post_migrate_signal
  32. **kwargs
  33. File "/usr/lib/python3/dist-packages/django/dispatch/dispatcher.py", line 191, in send
  34. response = receiver(signal=self, sender=sender, **named)
  35. File "/usr/lib/python3/dist-packages/django/contrib/contenttypes/management.py", line 158, in update_contenttypes
  36. Type 'yes' to continue, or 'no' to cancel: """ % content_type_display)
  37. KeyboardInterrupt
  38. root@5342df458e19:/# lava-server manage migrate --no-input
  39. Operations to perform:
  40. Apply all migrations: admin, auth, contenttypes, lava_results_app, lava_scheduler_app, linaro_django_xmlrpc, sessions, sites
  41. Running migrations:
  42. No migrations to apply.
  43. root@5342df458e19:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement