Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Micropathology/513d5f40abcabd36d7be51b7776804ba to your computer and use it in GitHub Desktop.
Save Micropathology/513d5f40abcabd36d7be51b7776804ba to your computer and use it in GitHub Desktop.
galaxy.web.stack DEBUG 2018-07-30 16:12:31,741 server_name set to: main
galaxy.queue_worker INFO 2018-07-30 16:12:31,741 Initializing main Galaxy Queue Worker on sqlalchemy+postgres://galaxy@localhost:5930/galaxy
galaxy.app DEBUG 2018-07-30 16:12:31,776 Using "galaxy.ini" config file: /mnt/galaxy/galaxy-app/config/galaxy.ini
Traceback (most recent call last):
File "/mnt/galaxy/galaxy-app/lib/galaxy/webapps/galaxy/buildapp.py", line 49, in app_factory
app = galaxy.app.UniverseApplication(global_conf=global_conf, **kwargs)
File "/mnt/galaxy/galaxy-app/lib/galaxy/app.py", line 84, in __init__
self._configure_models(check_migrate_databases=True, check_migrate_tools=check_migrate_tools, config_file=config_file)
File "/mnt/galaxy/galaxy-app/lib/galaxy/config.py", line 1120, in _configure_models
create_or_verify_database(db_url, config_file, self.config.database_engine_options, app=self)
File "/mnt/galaxy/galaxy-app/lib/galaxy/model/migrate/check.py", line 121, in create_or_verify_database
raise Exception("%s. %s%s" % (expect_msg, instructions, backup_msg))
Exception: Your database has version '135' but this code expects version '141'. Please backup your database and then migrate the database schema by running 'sh manage_db.sh upgrade'.
Removing PID file main.pid
galaxy.web.stack DEBUG 2018-07-30 16:12:41,382 server_name set to: main
galaxy.queue_worker INFO 2018-07-30 16:12:41,382 Initializing main Galaxy Queue Worker on sqlalchemy+postgres://galaxy@localhost:5930/galaxy
galaxy.app DEBUG 2018-07-30 16:12:41,413 Using "galaxy.ini" config file: /mnt/galaxy/galaxy-app/config/galaxy.ini
Traceback (most recent call last):
File "/mnt/galaxy/galaxy-app/lib/galaxy/webapps/galaxy/buildapp.py", line 49, in app_factory
app = galaxy.app.UniverseApplication(global_conf=global_conf, **kwargs)
File "/mnt/galaxy/galaxy-app/lib/galaxy/app.py", line 84, in __init__
self._configure_models(check_migrate_databases=True, check_migrate_tools=check_migrate_tools, config_file=config_file)
File "/mnt/galaxy/galaxy-app/lib/galaxy/config.py", line 1120, in _configure_models
create_or_verify_database(db_url, config_file, self.config.database_engine_options, app=self)
File "/mnt/galaxy/galaxy-app/lib/galaxy/model/migrate/check.py", line 121, in create_or_verify_database
raise Exception("%s. %s%s" % (expect_msg, instructions, backup_msg))
Exception: Your database has version '135' but this code expects version '141'. Please backup your database and then migrate the database schema by running 'sh manage_db.sh upgrade'.
Removing PID file main.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment