I've been trying all day to deploy my first mezzanine site on DO.
All seemed to be going well until the deployment gets to the database.
Somehow this error will not go away.

[49.109.99.39] out: Operations to perform:
[49.109.99.39] out:   Synchronize unmigrated apps: staticfiles, boot, 
filebrowser_safe, sitemaps, compressor, onepage, grappelli_safe
[49.109.99.39] out:   Apply all migrations: core, redirects, 
django_comments, sessions, admin, twitter, galleries, onepage, auth, sites, 
blog, generic, contenttypes, conf, forms, pages
[49.109.99.39] out: Synchronizing apps without migrations:
[49.109.99.39] out:   Creating tables...
[49.109.99.39] out:     Creating table onepage_homepage
[49.109.99.39] out:     Creating table onepage_homesection
[49.109.99.39] out:     Creating table onepage_about
[49.109.99.39] out:     Creating table onepage_aboutsection
[49.109.99.39] out:     Creating table onepage_services
[49.109.99.39] out:     Creating table onepage_servicesection
[49.109.99.39] out:     Creating table onepage_servicesubsection
[49.109.99.39] out:     Creating table onepage_blog
[49.109.99.39] out:     Creating table onepage_blogimage
[49.109.99.39] out:     Creating table onepage_blogslide
[49.109.99.39] out:     Creating table onepage_testimonial
[49.109.99.39] out:     Creating table onepage_testimonialslide
[49.109.99.39] out:     Creating table onepage_contact
[49.109.99.39] out:     Creating table onepage_contactsection
[49.109.99.39] out:     Running deferred SQL...
[49.109.99.39] out: Traceback (most recent call last):
[49.109.99.39] out:   File "/home/mucheru/mezzanine/akia/manage.py", line 
14, in <module>
[49.109.99.39] out:     execute_from_command_line(sys.argv)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/core/management/__init__.py",
 
line 338, in execute_from_command_line
[49.109.99.39] out:     utility.execute()
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/core/management/__init__.py",
 
line 330, in execute
[49.109.99.39] out:     
self.fetch_command(subcommand).run_from_argv(self.argv)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/core/management/base.py",
 
line 390, in run_from_argv
[49.109.99.39] out:     self.execute(*args, **cmd_options)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/core/management/base.py",
 
line 441, in execute
[49.109.99.39] out:     output = self.handle(*args, **options)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/mezzanine/core/management/commands/createdb.py",
 
line 60, in handle
[49.109.99.39] out:     interactive=self.interactive)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/core/management/__init__.py",
 
line 120, in call_command
[49.109.99.39] out:     return command.execute(*args, **defaults)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/core/management/base.py",
 
line 441, in execute
[49.109.99.39] out:     output = self.handle(*args, **options)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py",
 
line 179, in handle
[49.109.99.39] out:     created_models = self.sync_apps(connection, 
executor.loader.unmigrated_apps)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py",
 
line 317, in sync_apps
[49.109.99.39] out:     cursor.execute(statement)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/db/backends/utils.py",
 
line 64, in execute
[49.109.99.39] out:     return self.cursor.execute(sql, params)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/db/utils.py",
 
line 97, in __exit__
[49.109.99.39] out:     six.reraise(dj_exc_type, dj_exc_value, traceback)
[49.109.99.39] out:   File 
"/home/mucheru/.virtualenvs/akia/local/lib/python2.7/site-packages/django/db/backends/utils.py",
 
line 62, in execute
[49.109.99.39] out:     return self.cursor.execute(sql)
[49.109.99.39] out: django.db.utils.ProgrammingError: relation "pages_page" 
does not exist


Fatal error: run() encountered an error (return code 1) while executing 
'/home/mucheru/.virtualenvs/akia/bin/python 
/home/mucheru/mezzanine/akia/manage.py createdb --noinput --nodata'

Any help appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to