You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/UPGRADE

21 lines
707 B

There's no standard procedure to migrate from one version to another of
the rails application, so version specific procedures are documented
in the NEWS.md file.
In absence of specific instructions, after upgrading the rails code to
<version>, you must upgrade existing databases using these commands:
$ bundle exec rake db:migrate
$ bundle exec rake cartodb:db:load_functions
$ bundle exec rake cartodb:db:load_triggers
$ bundle exec rake cartodb:db:create_schemas
$ bundle exec rake cartodb:db:migrate_to[<version>]
NOTE: redis server must be listening on the configured
port (see config/app_config.yml) for some of the
steps above to work
Rails must be restarted after an upgrade