Advertisement
Guest User

Untitled

a guest
Jun 19th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.52 KB | None | 0 0
  1. Cleaning up...
  2. Installing noc.pth
  3. Customizing Python site settings
  4. Apply local patches
  5. Updating bytecode
  6. Looking for hanging .pyc files
  7. Running the rest of upgrade process with user noc credentials
  8. Checking configuration files
  9. Checking postgresql database connection
  10. Checking mongodb database connection
  11. Syncronizing database
  12. Syncing...
  13. Creating tables ...
  14. Installing custom SQL ...
  15. Installing indexes ...
  16. Installed 0 object(s) from 0 fixture(s)
  17.  
  18. Synced:
  19.  > django.contrib.auth
  20.  > django.contrib.contenttypes
  21.  > django.contrib.sessions
  22.  > django.contrib.sites
  23.  > django.contrib.admin
  24.  > django.contrib.messages
  25.  > south
  26.  > noc.wf
  27.  
  28. Not synced (use migrations):
  29.  - noc.main
  30.  - noc.project
  31.  - noc.gis
  32.  - noc.inv
  33.  - noc.sa
  34.  - noc.fm
  35.  - noc.pm
  36.  - noc.cm
  37.  - noc.ip
  38.  - noc.vc
  39.  - noc.dns
  40.  - noc.peer
  41.  - noc.kb
  42. (use ./manage.py migrate to migrate these)
  43. Migrating database
  44. Running migrations for main:
  45. - Nothing to migrate.
  46.  - Loading initial data for main.
  47. Installed 0 object(s) from 0 fixture(s)
  48. Running migrations for project:
  49. - Nothing to migrate.
  50.  - Loading initial data for project.
  51. Installed 0 object(s) from 0 fixture(s)
  52. Running migrations for gis:
  53.  - Migrating forwards to 0002_world_area.
  54.  > gis:0001_check_postgis
  55. Trying to install spatial_ref_sys
  56. Failed to install PostGIS: Not found: /usr/local/share/postgresql/contrib/postgis-1.5
  57. Install PostGIS into database 'noc' according to your operation system's procedure
  58. Stopping...
  59. upgrade-user: 39: migrate failed
  60. Terminating
  61. upgrade complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement